|
WiiRemotes
Using your Wii Remote with Clementine
Featured IntroductionFrom version 0.5 you can use your Wii Remote as a remote control for Clementine. This guide explains how to install and configure Wiimotedev to let Clementine see your Wii Remote. Your computer will need to be able to use Bluetooth - either through a builtin transmitter (eg. in a laptop) or using a USB Bluetooth dongle. For now this guide only works on Linux. Details
tar -xvf wiimotedev-daemon-stable_1.2.tar.bz2 cd wiimotedev-wiimotedev-daemon/ cmake . -DDISTRO=ubuntu -DCMAKE_INSTALL_PREFIX=/usr make sudo make install sudo /etc/init.d/wiimotedev-daemon start tail -f /var/log/messages Now simultaneously press the 1 and 2 buttons on your Wii Remote. You should see a message in the log that looks like:wiimotedev: wiiremote 00:19:1D:A8:E0:FB is unregistred, disconnectedThe number 00:19:1D:A8:E0:FB is the MAC address of your Wii Remote.
[sequence] 00:19:1D:A8:E0:FB=1 sudo /etc/init.d/wiimotedev-daemon reload | |
Ubuntu/debian users! To save yourself a headache later, use sudo checkinstall in place of sudo make install to create an easy to install/uninstall .deb .
It is really bad style to use '/usr/' as prefix when not building a package!
hey, to some ppl having troubles with the cmake part saying some horros, u could try installing this sudo apt-get install libbluetooth3 bluez-utils original-awk bison flex libbluetooth-dev autoconf mouseemu libgtk2.0-dev
cheers :P
arch can also be used as the DISTRO flag now
any possible way to make this work on a macbook pro w/ OS X?
How do i get the remote of a Pioneer AS-BT100 to work in clementine?
Does this also work in Fedora?
is there anyway to get the precompiled deb package?