Help getting Wii Remote working with XBMC Live USB
January 6th, 2009
It seems that the bluetooth driver is loaded and that the dongle is recognized:
(T: XBMCLiveCD)xbmc@XBMCLive:~$ ps -ef grep bluetooth
root 9494 9486 0 03:30 ? 00:00:00 /usr/lib/bluetooth/bluetoothd-service-input
(T: XBMCLiveCD)xbmc@XBMCLive:~$lsusb grep Bluetooth
Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
(T: XBMCLiveCD)xbmc@XBMCLive:~$ lsmod grep bluetooth
bluetooth 61156 7 rfcomm,l2cap,hci_usb
I've tried finding documentation or a howto, but my google-fu has failed. Can anyone point me in the right direction?
Thanks.
xbmc-eventclients-wiiremote was already installed by default. I guess that's why I assumed it worked out without doing anything else. I needed the xbmc-wiiremote command to initialize everything. So, it kinda works out of the box.
Is this documented anywhere? If not, I think it needs to be since it's part of the default build. If nobody else wants to I can add it, just tell me where.
It seems that the bluetooth driver is loaded and that the dongle is recognized:
(T: XBMCLiveCD)xbmc@XBMCLive:~$ ps -ef grep bluetooth
root 9494 9486 0 03:30 ? 00:00:00 /usr/lib/bluetooth/bluetoothd-service-input
(T: XBMCLiveCD)xbmc@XBMCLive:~$lsusb grep Bluetooth
Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
(T: XBMCLiveCD)xbmc@XBMCLive:~$ lsmod grep bluetooth
bluetooth 61156 7 rfcomm,l2cap,hci_usb
I've tried finding documentation or a howto, but my google-fu has failed. Can anyone point me in the right direction?
Thanks.
Doesnt work out of the box, never has :)
ctrl+alt+f1
sudo apt-get install xbmc-eventclients-wiiremote
xbmc-wiiremote
ctrl+alt+f7
Now you can try if its working, if it is you should be able to do this:
ctrl+alt+f2
sudo nano /etc/rc.local
add
xbmc-wiiremote &
att the end
#If you have any other info about this subject , Please add it free.# |