• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Controllers v
« Previous 1 ... 29 30 31 32 33 ... 321 Next »

Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC
06-29-2019, 03:35 PM
#3
myscha Offline
Junior Member
**
Posts: 29
Threads: 3
Joined: May 2019
I use an Asus USB-BT400 on ubuntu 18.04.

I have the following setup to allow passthrough:

Code:
$ lsusb
Bus 003 Device 002: ID 0b05:17cb ASUSTek Computer, Inc. Broadcom BCM20702A0 Bluetooth

Code:
$ cat /etc/udev/rules.d/51-users-bluetooth.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", ATTR{idProduct}=="17cb", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0b05", ATTRS{idProduct}=="17cb", TAG+="uaccess"

Code:
$ cat .config/dolphin-emu/Dolphin.ini | tail -n 7
[USBPassthrough]
Devices = 0b05:17cb
[BluetoothPassthrough]
Enabled = True
VID = 2821
PID = 6091
DisableDescriptorCheck = True

It'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::Initialize
20:13:531 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp:476 N[Wiimote]: Wiimote scanning has started.
21:32:193 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/IONix.cpp:140 N[Wiimote]: Found Wiimote (B8:AE:6E:55:9C:74).
21:35:860 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp:725 N[Wiimote]: Connected to Wiimote 1.
22:45:763 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/IONix.cpp:140 N[Wiimote]: Found Wiimote (7C:BB:8A:1B:70:CC).
22:46:159 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp:725 N[Wiimote]: Connected to Wiimote 2.
23:06:662 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp:802 N[Wiimote]: Disconnected Wiimote 2.
28:29:998 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/IONix.cpp:140 N[Wiimote]: Found Wiimote (7C:BB:8A:1B:70:CC).
28:30:351 /build/dolphin-emu-igPBcC/dolphin-emu-5.0+dfsg/Source/Core/Core/HW/WiimoteReal/WiimoteReal.cpp:725 N[Wiimote]: Connected to Wiimote 2.

Wiimote 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).
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-29-2019, 04:51 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - ExtremeDude2 - 06-29-2019, 08:47 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-29-2019, 03:35 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 06-29-2019, 06:11 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-29-2019, 09:28 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 06-30-2019, 02:40 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-30-2019, 05:37 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - Miksel12 - 06-30-2019, 06:18 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 06-30-2019, 06:46 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 07-01-2019, 05:06 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 07-22-2019, 06:24 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 07-22-2019, 11:28 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 07-23-2019, 02:18 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - JosJuice - 07-23-2019, 03:06 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 07-23-2019, 03:33 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 07-23-2019, 05:21 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 07-23-2019, 02:17 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 07-23-2019, 11:42 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 07-24-2019, 03:50 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 08-05-2019, 08:43 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - nipchee - 08-06-2019, 03:27 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 08-30-2019, 04:43 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 08-30-2019, 12:18 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 08-31-2019, 04:33 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 08-31-2019, 05:32 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 09-01-2019, 03:49 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 09-01-2019, 04:16 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 09-01-2019, 07:29 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 09-01-2019, 08:32 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 09-01-2019, 04:15 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - mbc07 - 09-02-2019, 04:03 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - trihy - 09-02-2019, 05:00 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 09-02-2019, 05:21 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - ExtremeDude2 - 09-02-2019, 07:42 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 09-02-2019, 09:38 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - trihy - 09-03-2019, 08:20 AM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - myscha - 09-03-2019, 01:34 PM
RE: Different Wiimote behaviour on connection attempt. 1+2 vs. SYNC - asdf - 07-15-2020, 12:08 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode