Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › Controllers working fine on ES but not on emulators
Tagged: Controllers configuration
- This topic has 7 replies, 5 voices, and was last updated 9 years ago by kemo87.
-
AuthorPosts
-
10/18/2015 at 18:52 #108028gerdParticipant
Hi! This is the last step I need to make my retropie system (Rpi 2 with retropie 3.1 in SD image) work properly. I’m currently trying to use a twin USB controller (that means two ps1 dualshocks connected into a single USB adapter). At emulation station everything works fine and I can configure the pads. However, every emulator I run displays the message “twin USB joystick not configured” at the bottom of the screen in yellow while booting, and then the games don’t respond to them. How can I solve this?
10/19/2015 at 12:30 #108052dankcushionsParticipantthis thread might help?
10/19/2015 at 12:55 #108053gerdParticipantWell, not exactly. They appear to function in emulationstation, while navigating between menus and selecting the console and game. However, after entering the game they become iresponsive with the message “twin USB joystick not configured” appearing while booting. I have tested it and the same thing happens with a wired PS3 controller.
As stated here
https://github.com/RetroPie/RetroPie-Setup/wiki/RetroArch-Configuration
I was hoping that “Your joypad is automagically configured for libretro (retroarch) emulators when you configure your controller for the first time in emulationstation.”. However, it doesn’t appear to be the case. Maybe I should configure it manually, but I’m not sure how. There is a lot of information about older versions of retropie with the menus, but the names and order have changed slightly.
10/19/2015 at 13:25 #108056dankcushionsParticipantso a wired ps3 controller gets the same error, even without using the dual USB thing?
hmm, in that case I think you might need to configure it manually. i’m not sure why the scripts haven’t worked for you. i’ve had to do that myself recently for an arcade stick – I think you need to follow these instructions:
10/21/2015 at 18:15 #108161gerdParticipantUpdate: following dankcushions suggestion, I verified that there was no joypad config file (I don’t know why, in version 3.1 of retropie this was supposed to be created automatically, but apparently it doesn’t always happen). So I entered manually to the Retroarch setup configuration -> Input devices -> Joystick and pressed the buttons in the asked order.
After that, all the emulators worked fine, except for the fact that the dualshock analog controls didn’t work (remember I’m using a twin Usb joystick, with two ps1/ps2 dualshocks plugged in). I could solve it by editing the file retroarch.cfg in /opt/retropie/configs/all/retroarch.cfg
Two parts needed modification. First, set:
input_libretro_device_p1 = “5”
where p1 above is the player number, like p1, p2, etcAlso, the D-Pad section needed to be modified (for 2 players) in the following way:
# Axis for RetroArch D-Pad.
# Needs to be either ‘+’ or ‘-‘ in the first character signaling either positive or negative direction of the axis, then the axis number.
input_player1_up_axis = -1
input_player1_down_axis = +1
input_player1_left_axis = -0
input_player1_right_axis = +0
input_player2_up_axis = -1
input_player2_down_axis = +1
input_player2_left_axis = -0
input_player2_right_axis = +010/31/2015 at 20:30 #108923raspfanParticipantH everyone,
I had recently quite the same problem.
After my first install of Retropie few weeks ago on my Rasp 2, I configured the controller (a generic USB pS3 like) and everything went fine with most emulators.
Today, I observed that the controller is working in ES but not anymore with the emulators. I’ve tried many options and I really don’t understand, always this message on the bottom page of a started game : “usb gamepad (5227/21760) not configured”…
Thanks for your help !
10/31/2015 at 20:42 #108927herbfargusMemberTry reconfiguring it again as it doesn’t look like it configured for retroarch
11/01/2015 at 08:21 #108944kemo87ParticipantSame problem here. I have Logitech F510 gamepad. If i boot Pi and play a game, controller working. But if I leave a game and wanna play another game controller not working in game, working only on emulation station. If I restart Pi, controller start working, but only on first game again.
-
AuthorPosts
- The forum ‘Controller Configuration in RetroPie’ is closed to new topics and replies.