Dolphin, the GameCube and Wii emulator - Forums
Issues with BT Passthrough: -3: LIBUSB_ERROR_ACCESS - 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: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Issues with BT Passthrough: -3: LIBUSB_ERROR_ACCESS (/Thread-issues-with-bt-passthrough-3-libusb-error-access)



Issues with BT Passthrough: -3: LIBUSB_ERROR_ACCESS - eulalia - 03-18-2023

Hello, whenever I open up a game this error comes up. I tried adding a udev rule but it didn't seem to change it.

lsusb output:
Code:
Bus 002 Device 008: ID 04ca:300b Lite-On Technology Corp. Atheros AR3012 Bluetooth

udev rule in "/etc/udev/rules.d/52-dolphin.rules":
Code:
SUBSYSTEM=="usb", ATTRS{idVendor}=="0x04ca", ATTRS{idProduct}=="0x300b", TAG+="uaccess"

I also tried to force my adapter in Dolphin.ini like this:
Code:
[BluetoothPassthrough]
Enabled = True
LinkKeys =
VID = 1226
PID = 12299

Have I misspelled anything or is there anything else I could be missing  Huh ?