Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › Controlblock joysticks + USB (PS3) controllers at the same time? › Reply To: Controlblock joysticks + USB (PS3) controllers at the same time?
I had a shot at something very similar to this recently but gave up! I’m not experienced enough in Linux to see it through to the end.
You could have a shot and see if you have any more luck. Here are the links to the pages I used:
http://ubuntuforums.org/showthread.php?t=1595666&p=9974813#post9974813
http://linux-tips.org/t/persistent-device-naming-with-udev/203
As a rough guide, here are the steps I used:
lsusb
udevadm info –name=/dev/input/js0 –attribute-walk
and then use the information which is returned to create a udev rule (in /etc/udev/rules.d)
Good luck!