My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
WiiRemotes  
Using your Wii Remote with Clementine
Featured
Updated Jul 20, 2011 by john.maguire

Introduction

From 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

  • Download the latest stable version of wiimotedev-daemon
  • Extract the tarball and compile and install wiimotedev. Swap ubuntu below for your distro: either debian, gentoo, slackware, or ubuntu.
  • tar -xvf wiimotedev-daemon-stable_1.2.tar.bz2
    cd wiimotedev-wiimotedev-daemon/
    cmake . -DDISTRO=ubuntu -DCMAKE_INSTALL_PREFIX=/usr
    make
    sudo make install
  • Start wiimotedev-daemon:
  • sudo /etc/init.d/wiimotedev-daemon start
  • Now you need to find the Bluetooth MAC address of your Wii Remote. Watch the system log file by running:
  • 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, disconnected
The number 00:19:1D:A8:E0:FB is the MAC address of your Wii Remote.
  • Open the file /etc/wiimotedev/wiimotedev.conf in an editor. You need to add the MAC address that you just discovered to the [sequence] section at the bottom of the file, like so:
  • [sequence]
    00:19:1D:A8:E0:FB=1
  • Save the file and restart wiimotedev-daemon:
  • sudo /etc/init.d/wiimotedev-daemon reload
  • You should now be able to use your Wii Remote from inside Clementine! Open the Preferences dialog by clicking Tools and Preferences..., and click on the Wiimotedev tab.
Comment by nosr...@gmail.com, Oct 3, 2010

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 .

Comment by elias.pr...@gmail.com, Nov 1, 2010

It is really bad style to use '/usr/' as prefix when not building a package!

Comment by rik....@gmail.com, Feb 6, 2011

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

Comment by leese.th...@gmail.com, Feb 12, 2011

arch can also be used as the DISTRO flag now

Comment by demotiv...@gmail.com, Mar 19, 2011

any possible way to make this work on a macbook pro w/ OS X?

Comment by salt...@gmail.com, May 18, 2011

How do i get the remote of a Pioneer AS-BT100 to work in clementine?

Comment by p.cabre...@gmail.com, Aug 18, 2011

Does this also work in Fedora?

Comment by francesc...@gmail.com, Oct 9, 2011

is there anyway to get the precompiled deb package?

Powered by Google Project Hosting