![]() |
|
Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Controllers (https://forums.dolphin-emu.org/Forum-controllers) +--- Thread: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC (/Thread-different-wiimote-behaviour-on-connection-attempt-1-2-vs-sync) |
Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-29-2019 Hi, I have 3 Wiimotes. All of them are labelled as RVL036 from Nintendo. bluetoothctl recognizes all of them as Nintendo RVL-CNT-01-TR. But when I start Dolphin and want to connect they behave differently: one of them connects after pressing 1+2 simultaneously, but the other two only connect after pressing the SYNC button. On the latter two I have to press the SYNC button every time Dolphin is restarted. On the first one pressing 1+2 is always sufficient. What can I do with the latter two Wiimotes to also connect them by pressing 1+2? Best regards Michael RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - ExtremeDude2 - 06-29-2019 What is your bluetooth adapter? Are you using passthrough? Is it the same wiimote everytime or does it depend on the order? RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-29-2019 I use an Asus USB-BT400 on ubuntu 18.04. I have the following setup to allow passthrough: Code: $ lsusbCode: $ cat /etc/udev/rules.d/51-users-bluetooth.rules Code: $ cat .config/dolphin-emu/Dolphin.ini | tail -n 7It's always the same Wiimote and it doesn't depend on the order. I get the following messages in the Dolphin log window: Code: 20:13:531 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp:657 N[Wiimote]: WiimoteReal::InitializeWiimote 1 was detected after pressing 1+2 and remains connected (21:xx:xxx). Wiimote 2 was detected after pressing 1+2, but LED 2 doesn't light up (22:xx:xxx). It is disconnected again after about 20 seconds (23:xx:xxx). Wiimote 2 was detected after pressing SYNC and remains connected (28:xx:xxx). RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 06-29-2019 Looks like your BT Adapter might not have enough bandwidth to handle multiple Wiimotes at the same time. Does this issue happen if you try to connect only one Wiimote at a time? E.g. without any Wiimote connected, try to connect one of the two that just connects with the Sync button through 1+2... RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-29-2019 It also happens if I try to connect only one of the non-working Wiimotes and no other bluetooth device. On the other hand I'm able to play with two Wiimotes (after cennecting via SYNC) and one XBOX One controller simultaneously and they're all connected via Bluetooth. So I don't think it's a bandwidth problem. RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 06-30-2019 What I meant is that you're using BT Passthrough mode with an adapter which isn't a real Wii BT Module, when using other adapters this feature is a hit or miss (generally is a miss) and the Sync issue you have may be related to that... RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-30-2019 I'm running Dolphin on a standard desktop PC, so I have no idea how I could connect a real Wii BT module to my PC. RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - Miksel12 - 06-30-2019 This thread is about connecting a real wii BT module to a PC: https://forums.dolphin-emu.org/Thread-how-to-wire-a-wii-s-bluetooth-module-to-a-pc-usb-port RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-30-2019 Thanks for the link. I think it would be helpful if there was any reference to this thread in the wiki. There is a table with some BT dongles in the BT passthrough page and I had a look on every dongle. But as the real modules have no USB connection out of the box I just went over them without further examination. RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 07-01-2019 Have you tried the old "emulate a BT Adapter" mode from Dolphin? It'll work only with genuine Wiimotes and you might experience a little more lag than BT Passtrough mode, but it should work with any BT Adapter supporting at least version 2.0 of the technology. There's also the issue with Wiimote audio which is broken for non-TR models but that should not affect you as all your Wiimotes are -TR... |