RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    EASYGET LED arcade buttons and joystick are not being recognized by retro pie.

    Scheduled Pinned Locked Moved Help and Support
    retro piecontrollerhelpfirst installeasygetarcade buttons
    6 Posts 2 Posters 861 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      duck94
      last edited by

      It just says "No Gamepad Detected". Does anyone have any ideas on how to fix this? Im using a Raspberry Pi 3b+ with just retropi installed on the SD card. Was thinking about just buying a controller and configuring it with that, but as I plan to use this for mostly arcade games I am going to want the buttons and joystick operational. Let me know if you have any ideas, thanks!

      1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator
        last edited by

        From the amazon's page:

        Q: Is there something special i have to do? neither board is being detected by retropie or on my windows machine when i plug it in via usb.
        A: Please change another 5Pin slot on the encoder board to install the USB Cable. You must have connected the USB cable to the wrong slot.
        Please have a try. You can get contact with us via message if you still have any issue.

        D 1 Reply Last reply Reply Quote 1
        • D
          duck94 @mitu
          last edited by

          @mitu said in EASYGET LED arcade buttons and joystick are not being recognized by retro pie.:

          any

          I did read this in the comments, but still it did not work unfortunately. Still "No Gamepads Detected"

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @duck94
            last edited by

            @duck94 So, did you try contacting them, as they suggest ? Maybe your unit is defective or there's something else that needs configured. Does it work on Windows/PC ?

            D 1 Reply Last reply Reply Quote 0
            • D
              duck94 @mitu
              last edited by

              @mitu So what i find weird is that they did work on my old raspberry pi. It's just this new one. So i didn't know if there was something extra I need to download onto my SD card to get them connected. But from what I've heard from others, these normally do work with raspberry pi 3b+

              1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator
                last edited by

                Well, the usual troubleshooting steps are

                • start with the RetroPie image from retropie.org.uk/download. It's a tested and mostly stock Raspbian image and the best baseline system to start experimenting.
                • make sure you have an adequate power supply and you don't get any under-voltage warnings.
                • test if the device is detected by the OS by running a few command line utilities
                # see what USB devices are connected with
                lsusb 
                
                # see what input devices are detected by the OS and what kind (gamepad/keyboard/mouse/etc.)
                cat /proc/bus/input/devices
                
                • test if the device inputs are registered in the system by running a few joystick/gamepad testing programs fromt the command line that capture the button/joypad/d-pad presses and show them on the terminal:
                # 1st joystick
                jstest /dev/input/js0
                
                # 2nd joystick
                jstest /dev/input/js1
                
                # another testing utility
                evtest
                
                1 Reply Last reply Reply Quote 0
                • First post
                  Last post

                Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.