Emulation Hardware How to set up Bluetooth passthrough Dolphin linux

elezzar

Well-Known Member
OP
Newcomer
Joined
Apr 6, 2023
Messages
46
Trophies
0
XP
219
Country
United States
I get this error when trying to use bluetooth passthrough to connect real wiimote on linux
i tried the steps from this guide --> https://wiki.dolphin-emu.org/index.php?title=Bluetooth_Passthrough
however "/etc/udev/rules.d/52-dolphin.rules" doesn't exist (its an empty folder)


any help would be greatly appreciated!

1709711134276.png
 

master801

Well-Known Member
Member
Joined
Feb 24, 2011
Messages
1,159
Trophies
1
XP
2,507
Country
United States
going about the former method...
is this correct?
Definitely not correct.

You need to find your bluetooth adapter's vendor and product ID.

Example command:
https://stackoverflow.com/questions...or-and-product-info-programmatically-on-linux

It should return something like this, for example.
Code:
Bus 001 Device 003: ID 8086:8c1c 8 Series/C220 Series Chipset Family PCI Express Root Port #7
8086 is the VENDOR ID.
8c1c is the PRODUCT ID.

Then you need to make a new udev rule in sudo mode since you're modifying a system directory.
sudo nano /etc/udev/rules.d/52-dolphin.rules
This uses the nano editor in terminal, but you can use whatever you like. Just make sure you're in sudo mode.

And plug those values in the template Dolphin provides, REPLACING YOURVID and YOURPID with whatever your wireless adapters VID and PID is (from the command in the previous step).
EXAMPLE:
Code:
SUBSYSTEM=="usb", ATTRS{idVendor}=="8086", ATTRS{idProduct}=="8C1C", TAG+="uaccess"
 

elezzar

Well-Known Member
OP
Newcomer
Joined
Apr 6, 2023
Messages
46
Trophies
0
XP
219
Country
United States
Definitely not correct.

You need to find your bluetooth adapter's vendor and product ID.

Example command:
https://stackoverflow.com/questions...or-and-product-info-programmatically-on-linux

It should return something like this, for example.
Code:
Bus 001 Device 003: ID 8086:8c1c 8 Series/C220 Series Chipset Family PCI Express Root Port #7
8086 is the VENDOR ID.
8c1c is the PRODUCT ID.

Then you need to make a new udev rule in sudo mode since you're modifying a system directory.
sudo nano /etc/udev/rules.d/52-dolphin.rules
This uses the nano editor in terminal, but you can use whatever you like. Just make sure you're in sudo mode.

And plug those values in the template Dolphin provides, REPLACING YOURVID and YOURPID with whatever your wireless adapters VID and PID is (from the command in the previous step).
EXAMPLE:
Code:
SUBSYSTEM=="usb", ATTRS{idVendor}=="8086", ATTRS{idProduct}=="8C1C", TAG+="uaccess"
Thank you very much, this worked.

is there also a way to use my builtin bluetooth adapter? the one thats on my laptops wifi module
 
  • Like
Reactions: lordelan

master801

Well-Known Member
Member
Joined
Feb 24, 2011
Messages
1,159
Trophies
1
XP
2,507
Country
United States
Thank you very much, this worked.

is there also a way to use my builtin bluetooth adapter? the one thats on my laptops wifi module
You'd need to find the PID and VID of your device, then change it in the udev rule file.

If it's not detected as a USB device, you'll need to change SUBSYSTEM to whatever your device uses.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Going with that right now with a dental claim morons put the wrong company name and rejected claims been on hold an hour for the claims department
  • K3Nv2 @ K3Nv2:
    @Sicklyboy, BTW is it better to go usb or bt for these mini Pcs figure you may know since you play with rack systems so much
  • Sicklyboy @ Sicklyboy:
    Counting my blessings that my insurance hasn't caused me really any headache (yet, at least) despite the fact that I've been getting way more appointments and what not recently due
  • Sicklyboy @ Sicklyboy:
    @K3Nv2, what do you mean, what are you trying to do?
  • K3Nv2 @ K3Nv2:
    Just looking at a built in mouse pad keyboard combo
  • K3Nv2 @ K3Nv2:
    I loose the dongle constantly but they may have better connection with usb frequency
  • Sicklyboy @ Sicklyboy:
    Imo Bluetooth is always a option of last resort for me
  • Sicklyboy @ Sicklyboy:
    Except for phones because it tends to be pretty reliable there
  • K3Nv2 @ K3Nv2:
    I got a bad habit of taking out usb transmitter and loosing it because they can't you know print names on the damn things
  • Sicklyboy @ Sicklyboy:
    But any desktop OS, I've never had anything but frustration trying to get Bluetooth devices to work reliably and stable. It might pair and connect once, and then next time I go to use it I have to delete and re-pair it again
  • K3Nv2 @ K3Nv2:
    5.3 has been so good I think 6 is really going to make it stable
  • K3Nv2 @ K3Nv2:
    I remember how shit 3 was
  • Sicklyboy @ Sicklyboy:
    Ptouch labeler aren't terribly expensive, label shit yourself fam. This is the one I own and there are cheaper ones too https://www.amazon.com/Brother-P-Touch-PTH110BP-Portable-included/dp/B09QXYND6S
  • Sicklyboy @ Sicklyboy:
    Solves part of the problem, mixing up which dongle is which. Then you just have to not lose them lol
  • K3Nv2 @ K3Nv2:
    Double D would be proud
    +1
  • Sicklyboy @ Sicklyboy:
    Even my Xbox One controller I have it paired to my desktop over Bluetooth, it USUALLY works but sometimes it refuses to connect and I have to delete and re-pair it. Maddening
  • K3Nv2 @ K3Nv2:
    Gigabytes built in mobo bt/wifi pairs pretty decent
  • Sicklyboy @ Sicklyboy:
    That's what I'm using :(
  • K3Nv2 @ K3Nv2:
    Ran a driver update in device manager?
  • Sicklyboy @ Sicklyboy:
    Not recently but I think it's less a driver issue and more just Windows having a garbage Bluetooth stack
  • K3Nv2 @ K3Nv2:
    Could be I was having issues when I first upgraded it and didn't realiser gigabyte has specific driver revisions which is stupid
  • K3Nv2 @ K3Nv2:
    Which is married to the boards revision
  • Xdqwerty @ Xdqwerty:
    Made my first review
  • RedColoredStars @ RedColoredStars:
    I've gone years without ever removing a logitech usb transmitter. Across several replacements of keyboards and mice. It just stays put.
  • Sicklyboy @ Sicklyboy:
    tldr usb > bluetooth imo
    +1
    Sicklyboy @ Sicklyboy: tldr usb > bluetooth imo +1