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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 323 324 325 326 327 ... 1189 Next »

Failed to open Bluetooth device: LIBUSB_ERROR_ACCESS
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Failed to open Bluetooth device: LIBUSB_ERROR_ACCESS
05-03-2017, 04:33 PM
#1
Tea4all
Unregistered
 
Hello. I got Dolphin working great on Windows. However, bluetooth passthrough exits with Failed to open Bluetooth device: LIBUSB_ERROR_ACCESS on the Lubuntu side. I tried adding
# USB devices (usbfs replacement)
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",SYSFS{idVendor}=="057e" , SYSFS{idProduct}=="0305", MODE="0666"
to /etc/udev/rules.d/52-dolphin.rule with no success.
lsusb output:Bus 002 Device 004: ID 057e:0305 Nintendo Co., Ltd Broadcom BCM2045A Bluetooth Radio [Nintendo Wii]
Any help would be appreciated!
Reply
05-05-2017, 05:36 AM
#2
leolam Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,478
Threads: 5
Joined: Sep 2015
That doesn't sound like the correct rule. Try this instead:

SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0305", TAG+="uaccess"
Website Find
Reply
05-05-2017, 10:34 AM
#3
Tea4all
Unregistered
 
(05-05-2017, 05:36 AM)leolam Wrote: That doesn't sound like the correct rule. Try this instead:

SUBSYSTEM=="usb", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0305", TAG+="uaccess"

Thank you, that worked. Oddly enough though, after I exit Dolphin, the blueman-applet fails to find an adaptor (hci0 urb ffff88013269e000 failed to resubmit (2)). I have to issue sudo hciconfig hci0 reset to get it up again.
Reply
05-06-2017, 10:33 PM
#4
leolam Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,478
Threads: 5
Joined: Sep 2015
That's odd, as Dolphin should issue a HCI reset whenever emulation is stopped. Glad to hear it's working though.
Website Find
Reply
« Next Oldest | Next Newest »


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


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode