I can't get my brand new wiimote -TR model working in dolphin.
I am running current Arch linux.
Now using XFCE but have also been using enlightenment WM.
Using the plugable usb 4.0 dongle with Broadcom chipset as above.
I have converted the VID & PID to decimal and hardcoded for bluetooth passthrough to ~/.config/dolphin-emu/Dolphin.ini as instructed elsewhere.
Udev rule set-up and functioning. No longer getting the "Failed to open Bluetooth device: LIBUSB_ERROR_ACCESS"
error.
Now I'm stuck. The wiimote simply doesn't interface with dolphin, but games work.
Before I got the udev rule set-up I did confirm that the wiimote paired with bluetooth-manager and was able to interact with my desktop.
I have since unpaired the wiimote and passthrough appears to be working properly.
Any help is appreciated....
I am running current Arch linux.
Now using XFCE but have also been using enlightenment WM.
Code:
[camus@camus ~]$ lsusb
'Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 13fe:5500 Kingston Technology Company Inc.
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 002: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[camus@camus ~]$
Code:
[BluetoothPassthrough]
Enabled = True
VID = 2652
PID = 8680
LinkKeys =
[USBPassthrough]
Devices = 0a5c:21e8
[AutoUpdate]
UpdateTrack =
HashOverride =
[NetPlay]
TraversalChoice = direct
Code:
[camus@camus rules.d]$ sudo cat 10*
#SUBSYSTEM=="usb", ATTRS{idVendor}=="24c0", ATTRS{idProduct}=="0003", SYMLINK="weather", MODE="0666", GROUP="users"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0a5c", ATTRS{idProduct}=="21e8", TAG+="uaccess", TAG+="udev-acl"
# Set bluetooth power up
#ACTION=="add", KERNEL=="hci0", RUN+="/usr/bin/hciconfig hci0 up"
[camus@camus rules.d]$
error.
Now I'm stuck. The wiimote simply doesn't interface with dolphin, but games work.
Before I got the udev rule set-up I did confirm that the wiimote paired with bluetooth-manager and was able to interact with my desktop.
I have since unpaired the wiimote and passthrough appears to be working properly.
Any help is appreciated....