Bluetooth Passthrough: Difference between revisions

Jump to navigation Jump to search
→‎Setting up: Linux instructions
No edit summary
(→‎Setting up: Linux instructions)
Line 8: Line 8:
  SUBSYSTEM=="usb", ATTRS{idVendor}=="YOURVID", ATTRS{idProduct}=="YOURPID", TAG+="uaccess"
  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.
Dolphin should be able to automatically unload the USB Bluetooth kernel module (assuming you have permission to; you typically need to be in the <code>plugdev</code> group). If not, unload it with <code>modprobe -r btusb</code>.
 
modprobe -r 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