Wii Remote as Mouse on 11.2

Has anyone figured out how to do this? there is alot of support for this in Ubuntu, but I can not get it configured on 11.2

Please help.

I got it working using cwiid. compile cwiid from source. then run the following commands

/sbin/modprobe uinput
sudo wminput -d

the default config that cwiid loads is a mouse that is controled by the accelerometers. you can make your own config file and map the buttons on the wii remote to any buttons you want. to load that config file run : sudo wminput -d -c [PATH TO CONFIG FILE]

a relate thread is wiimote and opensuse 11.3? , it has a link to a source code modification I had to make to get cwiid to compile.