@bpyazel said in NES pad set up:
I've already read it all, multiple times. Is this what you want? Please don't be vague.
That topic is hardly vague - it is very specific about the information you should provide when posting - which you didn't do (eg version of retropie)
how does the adapter map the controller ? Does it show up as a keyboard or a joypad ?
which nes emulator are you using ? (check via runcommand - see the wiki)
If you updated retropie-setup the version is shown in the main menu of retropie-setup
please post the contents of /opt/retropie/configs/all/emulationstation/es_input.cfg any files in /opt/retropie/configs/all/retroarch/autoconfig
and the output of this (use SSH to paste it into a terminal)
for dev in /dev/input/js*; do udevadm info --name=$dev; done
Please format the output using markdown code blocks (http://commonmark.org/help/) or use a pastebin site.