Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › wireless xbox controller settings.
- This topic has 6 replies, 4 voices, and was last updated 9 years, 6 months ago by red266.
-
AuthorPosts
-
03/25/2015 at 07:47 #92530gamerxParticipant
hello noob user here..
Emulation station picks it up, some of the emulators have yellow writing at the bottom so I know it sees it…
I have a rpi2 1gb version with a new 2.6 retropie install. I tried to enable to 360 driver I have a usb wireless dongle as well. Everything seems to be connected and working but the mappings to the emulators seem to be off, for example, on my nes all I can do is jump, no movement, and its the same thing on the segagenesis as well, I only have one button, no movement. :(
I followed these steps;
The dongle appears to be picking up both controllers. I just can use them, I am wondering if there is another way to map buttons?? Confused. please help!
03/25/2015 at 10:34 #92538taalasParticipantThe problem in short is, that the autoconfiguration file for the Xbox 360 controller is just not complete IF you use the userspace driver (the one you might have installerd called xboxdrv). It will say the same in the yellow message you talked about.
If you use the standard kernel driver (xpad) the lights on your controllers will keep flashing but the autoconfiguration is much more complete and correct.
Could you try not loading the xboxdrv in rc.local by putting a “#” in front of the corresponding line and so commenting it out?
03/25/2015 at 16:44 #92554deluxe23Participanti have a Problem with the xbox wireless controller too.
it works in the main Menu but when i start a NES Game like SMB the key mappings are confuse… Y = start, RT= go right, SELECT = go left
how can i map them correctly ?03/25/2015 at 17:30 #92555gamerxParticipantWhats weird is the n64 seems to be working great… Where is the file that actually controls these buttons so that I ma try and can compare the 2?
How do you know if your emulation station is running from the all config or individually for each emulator??
Having trouble editing the rc.local I am getting overwrite permissions errors. ugh.
cannot overwrite file
Permission denied.
Error code: 3
Error message from server: Permission deniedWill look at this later today I have to goto work.
here is the line from the local as well I am trying to add with the #
#xboxdrv –daemon –id 0 –led 2 –deadzone 4000 –silent –trigger-as-button –next-controller –id 1 –led 3 –deadzone 4000 –silent –trigger-as-button –dbus disabled –detach-kernel-driver &
exit 003/25/2015 at 23:20 #92609gamerxParticipant[quote=92538]Could you try not loading the xboxdrv in rc.local by putting a “#” in front of the corresponding line and so commenting it out?
[/quote]It will not let me input a #.. it changes the character to a L …. I dont understand this stuff… everytime someone tell me to do something it wont do it.
I tried from the shell and using raspian to put a #
03/26/2015 at 08:33 #92676taalasParticipantThe file I mentioned needs root permissions to be changed.
If you are changing it from a shell (e.g. with nano) you would need to invoke it with sudo:
cd /etc/ sudo nano rc.local <move cursor to line> <add #> <CTRL-O> <CTRL-X>
04/18/2015 at 02:52 #95316red266ParticipantOk I am having decent luck with these considering before this I the closest I have ever got to a command screen was ctrl, alt, del. And I have my wireless Xbox controllers connected and work great flawlessly on one player. When I go to two player the second player controller connects fine but doesn’t have anycontrol in the emulator.
Once again if someone can help me out and stupefy it from step one some ways to fix this issue I would greatly appreciate it. -
AuthorPosts
- The forum ‘Controller Configuration in RetroPie’ is closed to new topics and replies.