Dolphin, the GameCube and Wii emulator - Forums

Full Version: Trouble with bluetooth passthrough
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

tonyrh

Hello,
I'm on Debian buster and my BT adapter is a Cambridge Silicon Radio one. It looks like a pretty common model, even the ubuntu wiki lists it in the example commands: https://wiki.ubuntu.com/HardwareSupportC...sbAdapters and I have the same VendorID and ProductID:

Code:
$ lsusb
...
Bus 003 Device 024: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
...


So I put this rule in /etc/udev/rules.d/10-wii.rules :

Code:
SUBSYSTEM=="usb", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="0001", TAG+="uaccess"

but all I get in Dolphin is a blank screen and this in the logs:

Code:
...
18:21:862 Core/IOS/USB/Bluetooth/BTReal.cpp:126 N[IOS_WIIMOTE]: Using device 0a12:0001 (rev 134) for Bluetooth:
18:36:249 Core/HW/EXI/EXI_DeviceIPL.cpp:340 N[OSREPORT]: BTU HCI command timeout - cmd opcode = 0xc13
18:44:265 Core/HW/EXI/EXI_DeviceIPL.cpp:340 N[OSREPORT]: BTU HCI command timeout - cmd opcode = 0xc0a
18:52:281 Core/HW/EXI/EXI_DeviceIPL.cpp:340 N[OSREPORT]: BTU HCI command timeout - cmd opcode = 0xc33
...

I also see this message in the terminal from where I launch dolphin-emu:

Code:
UdevQt: unhandled device action "bind"


I don't know if this adapter is known to work, or not work with dolphin, or if I'm doing something wrong here so any help is quite appreciated!

tonyrh

Is there a better place than the forum to ask this kind of questions?

tonyrh

(06-28-2018, 02:37 AM)DJBarry004 Wrote: [ -> ]https://wiki.dolphin-emu.org/index.php?t...assthrough

This will probably help.

I followed that wiki page to setup the whole thing in the first place, but thanks anyway.