Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › USB Controller not working with RetroArch › Reply To: USB Controller not working with RetroArch
07/16/2014 at 23:09
#16388
Participant
In terminal type:
ls /dev/input/
Note the device number your pad is assigned (should be js0)
Then run:
sudo chown pi /opt/retropie/configs/all/retroarch.cfg
cd /opt/retropie/emulators/RetroArch/installdir/bin
sudo ./retroarch-joyconfig -j * >> /opt/retropie/configs/all/retroarch.cfg
(replace * with device number of pad)
Follow prompts and you should be good to go