After trying to connect Wii Remote Plus (Yoshi edition) I decided to try bluetooth passthrough. The remote worked, although not flawlessly, on a Windows laptop with normal emulation. I tried it on Ubuntu 16.04 and it did not.
- Bluetooth dongle used were paired sucessfully with a smartphone and headset on Ubuntu
- I could discover the Wii Remote with the bluetooth dongle but I could not continue pairing progress which involves with selectin the remote in list of discovered devices and click "next" button. The "next" button is greyed out for the Wii Remote unlike the smartphone and headset which I managed to use with Bluetooth.
For more info on what was tried and tested please visit this thread.
For passthrough I copied
into a text file and replaced the YOURVID and YOURPID with values for each. Named the file dolphinrule.rules and placed it at /etc/udev/rules.d/, and reloaded rules/rebooted pc.
No effect as there is no Bluetooth passthrough option in "Controller settings".
Can someone please tell me why this is not working when I have, seemingly, done everything right?
- Bluetooth dongle used were paired sucessfully with a smartphone and headset on Ubuntu
- I could discover the Wii Remote with the bluetooth dongle but I could not continue pairing progress which involves with selectin the remote in list of discovered devices and click "next" button. The "next" button is greyed out for the Wii Remote unlike the smartphone and headset which I managed to use with Bluetooth.
For more info on what was tried and tested please visit this thread.
For passthrough I copied
Code:
SUBSYSTEM=="usb", ATTRS{idVendor}=="YOURVID", ATTRS{idProduct}=="YOURPID", TAG+="uaccess"
No effect as there is no Bluetooth passthrough option in "Controller settings".
Can someone please tell me why this is not working when I have, seemingly, done everything right?