Difference between revisions of "Use your wiimote as mouse"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 9: | Line 9: | ||
00:16:4E:62:BE:31 Nokia 6230i | 00:16:4E:62:BE:31 Nokia 6230i | ||
'''00:1C:BE:EB:2A:96 Nintendo RVL-CNT-01''' | '''00:1C:BE:EB:2A:96 Nintendo RVL-CNT-01''' | ||
+ | * install the software for using the WiiMote as a mouse: | ||
+ | # sudo apt-get install wminput | ||
+ | |||
+ | # sudo modprobe uinput | ||
+ | |||
+ | # sudo wminput ''00:1C:BE:EB:2A:96'' |
Revision as of 10:38, 28 February 2010
Your WiiMote (from the Wii Console) is a bluetooth device. To use it as mouse
- find out that you have a bluetooth adapter
# hwinfo --bluetooth --short bluetooth: Cambridge Silicon Radio Bluetooth Dongle (HCI mode)
- find out the you can bluetooth-connect to your WiiMote. Press 1 and 2 on your WiiMote:
# hcitool scan Scanning ... 00:16:4E:62:BE:31 Nokia 6230i 00:1C:BE:EB:2A:96 Nintendo RVL-CNT-01
- install the software for using the WiiMote as a mouse:
# sudo apt-get install wminput
# sudo modprobe uinput
# sudo wminput 00:1C:BE:EB:2A:96