Petición - Como hacer que YDL 6.1 reconozca el mando de PS3

Por más que busco en el foro y google no consigo encontrar un tutorial donde se explique como hacer que Yellow Dog 6.1 reconozca el mando de PS3. Lo quiero para los emuladores y que me sirva como mando a distancia para el vlc (mi teclado no es inalámbrico y es un engorro estar levantándome todo el rato para manejar el reproductor)
En la pagina de ydl, apartado support, howto te viene un apartado para configurar el mando de la ps3 en ydl.

Sigue los pasos desde el bash con permisos de admin y ya esta.

Aunque a mi no me sale con ydl 6.1
He conseguido encontrar esto:

Sixaxis On Bluetooth
Download this rpm below and choose to open with software installer.
http://pleasantfiction.ipower.com/ps3li ... .2.ppc.rpm

Now open up a terminal and run the commands below in order!

Code: Select all
service bluetooth stop


Code: Select all
service hidd stop


Code: Select all
service hidd start


Code: Select all
service bluetooth start


Code: Select all
service hidd stop


Code: Select all
hidd --server --nocheck -n



Now press the ps button on 1 or 2 sixaxis controllers. Your sixaxis is now recognized and functional in bluetooth mode.You can run this command in the terminal to test that its working.

Code: Select all
jstest /dev/input/js0


Code: Select all
jstest /dev/input/js1


Code: Select all
jstest /dev/input/js2


depending on whether or not you already have a joystck installed as js0/js1/js2 and so on!

Device Tree Compiler
First your going to need to install DTC (Device Tree Compiler) Open up the terminal and enter the command below!

Code: Select all
yum install dtc


On the kernel upgrade, I've pre-compiled and patched this kernel with hidraw support (Motion Sensing) as well as ps3vram support. So its a quick and easy (Hassle Free) install.

ahora lo prueb y os cuento. La saqué de esta página http://www.yellowdog-board.com/viewtopic.php?f=19&t=3712
2 respuestas