Forum Replies Created
-
AuthorPosts
-
06/02/2013 at 06:57 in reply to: Configuring USB Game Controllers after messing up initial configuration #1951Chase WestlyeParticipant
Ok… So once I do the little trick above to get the CD to be the /tools/ folder, I’m able to run this:
./retroarch-joyconfig -0//./RetroPie/configs/all/retroarch.cfg
And the config runs!
Unfortunately when I go to RetroPie/configs/all/retroarch.cfg and check the file, there are no joystick inputs in the file (so the config never took).
Ideas?
06/02/2013 at 06:27 in reply to: Configuring USB Game Controllers after messing up initial configuration #1950Chase WestlyeParticipant[quote=1941]Im trying to do this and i constantly get Directory not found. I can go in open the directory in terminal but when i attempt to ./retroarch-joyconfig -o p1.cfg -p 1 -j 0 it just gives me Base File/Directory not found. Is it possible the keyboard im using is causing this? I have not been able to get a single directory to change and i know they exist. [/quote]
1941… Try this…
In Console, type: pwd… That will tell you what directory you are in.
Then type CD /home/pi/
Type PWD and you should see:
/home/pi/
Then tyoe: ls -F
It’ll get you all of the folders and files in that directory that you can CD to
I was able to get to the cd ~/RetroPie/emulators/RetroArch/tools/ folder this way but still haven’t figure out how to get joyconfig to run
06/02/2013 at 05:10 in reply to: Configuring USB Game Controllers after messing up initial configuration #1948Chase WestlyeParticipantffffffffffuuuuuuuuuuuuuuuu…………….. This is driving me nuts LOL
So I found another relative thread with similar commands…
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=78&t=42521
Here’s the code to run:
cd ~/RetroPie/emulators/RetroArch/tools/ &&
./retroarch-joyconfig -p 1 -j 1 >> ~/RetroPie/configs/all/retroarch.cfgSo I type that in and I still get:
“-bash: cd ~/home/pi/RetroPie/Configs/All no such file or directory”
I did a search in WinSCP and the retroarch-joyconfig is found at:
/home/pi/RetroPie/emulators/RetroArch/tools
ALMOST THERE!
06/02/2013 at 05:01 in reply to: Configuring USB Game Controllers after messing up initial configuration #1947Chase WestlyeParticipantAlso I deleted es_systems.cfg in /home/pi/.emulationstation and reran emulationstation… This allowed me to reset the emulationstation navigation controls so now my PS2 USB controller as well as my keyboard work for navigating around emulationstation (selecting games, exiting, etc).
The keyboard works great in games, the PS USB controller is totally unresposnive.
Alsmost there!
06/02/2013 at 04:56 in reply to: Configuring USB Game Controllers after messing up initial configuration #1946Chase WestlyeParticipantI’m having the same issue numbsphynx
My retroarch is at:
/home/pi/RetroPie/Configs/All
But when I enter
cd ~/home/pi/RetroPie/Configs/All
(so same thing but the directory for retroarch.cfg changed)
I get:
“-bash: cd ~/home/pi/RetroPie/Configs/All no such file or directory”LOL
-
AuthorPosts