Hi,
I’m trying to figure out how to setup my 2 xbox controllers on the N64 (Mario Kart), normally I use jstest to see what the numbers are mapped to on the controllers. Using my notes I normally go here to test, but it’s not working. I’m using 3.4:
Then I go to /opt/retropie/configs/n64/mupen64plus.cfg to setup my controllers.
pi@retropie:~ $ cd /dev/
pi@retropie:/dev $ cd /dev/input/ ls -lah
pi@retropie:/dev/input $ jstest /dev/input/js0
-bash: jstest: command not found
pi@retropie:/dev/input $ ls
by-id by-path event0 event1 event6 event7 js4 js5 mice mouse0
pi@retropie:/dev/input $ ls -lah
total 0
drwxr-xr-x 4 root root 240 Feb 3 17:19 .
drwxr-xr-x 14 root root 3.2K Feb 3 17:19 ..
drwxr-xr-x 2 root root 100 Feb 3 17:19 by-id
drwxr-xr-x 2 root root 100 Feb 3 17:19 by-path
crw-rw—- 1 root input 13, 64 Feb 3 17:19 event0
crw-rw—- 1 root input 13, 65 Feb 3 17:19 event1
crw-rw—- 1 root input 13, 70 Feb 3 17:19 event6
crw-rw—- 1 root input 13, 71 Feb 3 17:19 event7
crw-rw—- 1 root input 13, 4 Feb 3 17:19 js4
crw-rw—- 1 root input 13, 5 Feb 3 17:19 js5
crw-rw—- 1 root input 13, 63 Feb 3 17:19 mice
crw-rw—- 1 root input 13, 32 Feb 3 17:19 mouse0
pi@retropie:/dev/input $ jstest /dev/input/js4
-bash: jstest: command not found
What am I doing wrong?