Forum

Full Version: How To Use a Wiimote with xBian?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello dear xBian Community,

I just installed xBian on my raspberry Pi, and it rocks!

I only have got one question:

HOW TO USE A WIIMOTE WITH XBIAN?

I´ve got a dongle here that works with the RPi, but the xbmc-wiiremote command is not availible in xBian, so how to use it?

Thanks
We are working on the packages (see progress here: https://github.com/xbianonpi/xbian/issues/277).

For now:
Code:
sudo su           #default password = raspberry
cd /usr/local/bin
wget https://raw.github.com/paulvt/xbmc-wiimote/master/xbmc-wiimote
chmod +x xbmc-wiimote

You can now use the xbmc-wiimote command.
Reference URL's