Wii Remote on PS3 Linux

Introduction

WMD is a Wii Remote driver for Linux fully written in Python. WMD utilizes the BlueZ Bluetooth stack to communicate with a Wii Remote and the uinput interface to act as an input device of Linux.

It's a really nice hack, but there are many obstacles to use WMD on PS3 Linux. WMD is probably written for x86 platforms and it (and Python itself) lacks some portability. And furthermore, the uniput driver has no consideration for the biarch environment such as powerpc userland (32bit) on ppc64 kernel (64bit). You will need to patch and rebuild them all.

Applications, Related Links

Patches

WMD/Python fix

drivers/input/misc/uinput.c fix

Resources

HogeMoin: PS3/WiiRemote (last edited 2006-12-17 09:19:15 by TakeshiYaegashi)