Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › RetroPie not recognizing Xarcade Dual Tank Stick › Reply To: RetroPie not recognizing Xarcade Dual Tank Stick
06/28/2014 at 15:09
#10106
Keymaster
What does the command ls /dev/input
show? If there are entries like js0
, js1
etc. this indicates that the OS has registered joystick devices. If Xarcade2Jstick is properly running one of the jsX files represents player 1 and another one represents player 2 on the DualStick.
You can test these devices on OS level, e.g., with the command jstest /dev/input/js0
. Adjust js0
to js1
, js2
etc. accordingly.