RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. gamepad
    Log in to post
    • All categories
    • V

      Two gamepads: control scheme not working

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming gamepad number players
      3
      0 Votes
      3 Posts
      180 Views
      V

      In emulationstation everything works normal. So far I tested it with NES, SNES, N64, PSX and AMIGA emulator. The start, select and shoulder buttons only work on the NES30. All other buttons work on both

    • A

      Easiest Way to Remove Key Bindings?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gamepad
      4
      0 Votes
      4 Posts
      2k Views
      mituM

      @AlphaBetaPie said in Easiest Way to Remove Key Bindings?:

      Would kiosk mode work equally well?

      Yes, that's also an option.

    • A

      EmulationStation not picking up an arduino micro gamepad but jstest does

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support arduino gamepad controls joystick
      2
      0 Votes
      2 Posts
      634 Views
      mituM

      @arduinoGamepad Emulationstation is using SDL's joystick sub-system to handle joysticks, my guess it's not detected as such. There's a similar sdl-jstest utility -which is similar to jstest - that tests whether the joystick is detected by SDL.

      To get it detected by ES, try one of these - in order

      add a local udev rule to force the device to appear as a joystick: SUBSYSTEM=="input", ATTRS{idVendor}=="<VID>", ATTRS{idProduct}=="<PID>" ENV{ID_INPUT_JOYSTICK}="1"

      substituting VID and PID with the values you get for your controller from running lsusb.

      Use Xboxdrv to make your device be seen as an Xbox driver.
    • M

      Start button not working once moonlight is launched

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support moonlight gamepad raspberrypi 3b+ start button
      2
      0 Votes
      2 Posts
      712 Views
      M

      Got it resolved by editing /etc/modprobe.d/xpad.conf and changing triggers_to_buttons to 0

    • OneSwitchO

      Arkanoid working with analogue control with an analogue thumb-stick. Can it be done?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support arkanoid analogue joypad gamepad
      14
      0 Votes
      14 Posts
      4k Views
      OneSwitchO

      In the end, I connected a mouse to play Arkanoid in lr-mame2003, and it worked from the off. Xbox 360 controller just too baggy and too huge a deadzone to make it playable. Thanks for advice though.

    • N

      Gamepad and hub not detected

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gamepad pad notdetected usb hub
      13
      0 Votes
      13 Posts
      2k Views
      D

      @nielogiczny Makes sense! I had to do that with the 8-bitdo SNES Bluetooth controller. The setup script had it as an option. Before that, only one or 2 of the key presses would do anything, and it registered as a keyboard when it did.

      Glad you got it working!

    • Z

      Xbox One Controllers and Microsoft USB wireless adapter

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support xbox one controller gamepad wireless dongle adapter
      2
      0 Votes
      2 Posts
      481 Views
      mituM

      If your Xbox One controller supports Bluetooth, you don't need a wireless adapter. I think newer models (after 1708 ?) have Bluetooth by default, but you can check your controller model for BT support.

    • J

      PC Gameport adaptor for GPIO

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes gameport gamepad
      1
      1 Votes
      1 Posts
      383 Views
      No one has replied
    • R

      The player 2 gamepad does not work in n64 emulation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support nintendo64 gamepad mapping
      6
      0 Votes
      6 Posts
      2k Views
      mituM

      @Rubencn1234 Can you post the config files on pastebin.com to take a look ? Do you have any other controller connected or configured in your system ?

    • P

      WaveShare Game HAT, Buttons do not work on retropie.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support waveshare raspberrypi 3b+ gamepad
      4
      0 Votes
      4 Posts
      929 Views
      F

      Hi,

      Try the followings process :

      install mk_arcade_joystick_rpi driver from ~/RetroPie-Setup/retropie_setup.sh edit /etc/modprobe.d/mk_arcade_joystick_rpi.conf adding the following line : options mk_arcade_joystick_rpi map=5 gpio=5,6,13,19,21,4,26,12,23,20,16,18
    • N

      Gamepads not working on 4.4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support xbox 360 xbox one gamepad
      11
      0 Votes
      11 Posts
      1k Views
      D

      I had the same issue, with the same brand PDP controller as the OP but purple controller (vVendor ID 0x0e6f, product ID 0x02bd). I followed the instructions to recompile the driver, but it still wasn't getting picked up.

      I then did full update as per https://retropie.org.uk/docs/Updating-RetroPie/ and it all came good :)

      Regards
      Dan

    • R

      SN30 Pro 2 Dreamcast

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support 8bitdo retropie gamepad xu4 odroid
      1
      0 Votes
      1 Posts
      329 Views
      No one has replied
    • P

      Emulation Station asks mapping for controller buttons that does not exist

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gamepad gamepad config xin mo
      3
      0 Votes
      3 Posts
      322 Views
      P

      Thanks, somehow I missed it.
      facepalm

    • A

      RetroArch isn't mapping the GamePad buttons correctly - RetroPie 4.4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch gamepad retropie 4.4
      29
      0 Votes
      29 Posts
      3k Views
      A

      @mitu said in RetroArch isn't mapping the GamePad buttons correctly - RetroPie 4.4:

      OK, just one last check - you modified both the retroarch.cfg in /opt/retropie/configs/all/retroarch.cfg and the gamepad.cfg file in /opt/retropie/configs/all/retroarch-joypads and put input_driver=sdl2 ?

      Awesome that seemed to fix the problem!!! :-)

      It seems that I missed input_driver in retroarch.cfg. Previously I only changed input_joypad_driver

      So for others who might be having the same problem.

      Make the following changes:
      /opt/retropie/configs/all/retroarch.cfg

      input_driver="sdl2" input_joypad_driver = "sdl2"

      /opt/retropie/configs/all/retroarch-joypads/Gamepad.cfg

      input_driver = "sdl2"

      Thanks again for all the help!

    • A

      Emulationstation will not detect bluetooth controller after installing RetroPie 4.4

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie 4.4 emulationstatio bluetooth gamepad controller
      4
      0 Votes
      4 Posts
      2k Views
      L

      Had a similar problem with an old Ipega GamePad. Pair with BlueTooth with some re-connect issues, but worked with jstest and evtest.

      Adding the udev rule helped with emulationstation, but only the left joystick works in RetroArch.

      Running RetroPie 4.5.1 with updates. Any suggestions?

    • Z

      Waveshare GameHat + Retropie + 3A+ GamePad doesn't work

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gamehat waveshare retropie gamepad
      1
      0 Votes
      1 Posts
      715 Views
      No one has replied
    • L

      Joystick or gamepad recognized by Android Chrome

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming joystick gamepad android
      1
      0 Votes
      1 Posts
      279 Views
      No one has replied
    • L

      Joystick buttons not detected properly in SNES only

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support joystick gamepad snes9x2010 configs
      16
      0 Votes
      16 Posts
      1k Views
      L

      I found the problem (or just one solution atm). There is something that libretro does not like in the driver implementation. Now I can fully play the Super Mario in the PC browser and on Android Chrome in my smartphone.

      Sorry for the noise and thanks for your time, but hopefully everyone will benefit from this once I have made a demo.

    • M

      Steam controller...

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help gamepad steam controller steamcontroller
      3
      0 Votes
      3 Posts
      977 Views
      M

      @mitu my apologies, im not sure of the rules here, one topic was different(relating to multiple controllers). Im just frustrated as there is clearly meant to be an option for this and i cannot seem to find any answers anywhere.