Bluetooth Passthrough: Difference between revisions

Jump to navigation Jump to search
(Created page with "''This is a work in progress'' Since [https://dolp.in/v5.0-910 5.0-910], Dolphin has the ability to passthrough a Bluetooth adapter for emulated Wii software. This gives emul...")
 
Line 6: Line 6:


=== Linux ===
=== Linux ===
A udev rule has to be installed so Dolphin can use a Bluetooth adapter without having to get root privileges.
SUBSYSTEM=="usb", ATTRS{idVendor}=="YOURVID", ATTRS{idProduct}=="YOURPID", TAG+="uaccess"
Also, the USB Bluetooth kernel module should be unloaded, or Dolphin will not be able to use the adapter.
modprobe -r btusb
# and to reload the kernel module (to restore Bluetooth):
modprobe btusb
Note: it is also possible to unbind only a specific adapter from the btusb module, but for simplicity, unloading the whole module works too. Additionally, unloading can be automated by tweaking the udev rule.


=== Windows ===
=== Windows ===
279

edits

Navigation menu