Control XBMC with a wiimote
|
2nd Jun, 2013, 12:38 AM
Post: #9
|
|||
|
|||
RE: Control XBMC with a wiimote
EDIT: Does not work with latest release Beta 1.1
Hello everybody, as the instructions provided by Koenkk does not work anymore due to the 404 error downloading the package xbian-package-wiiremote0.9.deb, I manage to get my own wiimote work on my XBian 1.0 Alpha 5. This is how I did it with help from here ssh to your device Code: sudo su #default password = raspberry nano /home/xbian/wiimote.sh Code: #!/sbin/sh Code: chmod +x /home/xbian/wiimote.sh Code: /home/xbian/wiimote.sh & then I make a cron job to restart bluetooth service each 5 minutes because after a while the wiimote doesn't connect properly Code: crontab -e Code: */5 * * * * /etc/init.d/bluetooth restart the 7200 means 2 hours but you can change it to whatever number you want, the default is 120 but that just wasn't enough for me. I did a lot of research with openelec (didn't work the wiimote) and raspbmc (the wiimote works but the system is really slow) Saludos Jaheaga EDIT. The rc.local script I change it , because it disconnects ramdomly and then don't connect anymore, also add a cron job to restart the bluetooth service, also noticed that 5 minutes is not the same as 2 hours, well you can configure it wherever you want |
|||
« Next Oldest | Next Newest »
|