Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Solved Ipega doen'ts recognize as controller, it detects no controller

    GamePad/GPIO/USB encoder
    ipega doents recognize detects
    4
    18
    11800
    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.
    • A Former User
      A Former User last edited by

      like the title, i paired the ipega bluetooth controller but it didn't recognized as a controller, when press home + X(Controller mode) it detecs no controller, but when presses home+A it detects as keyboard, but in that mode i doen't work, what should i do?

      Substring 1 Reply Last reply Reply Quote 0
      • A Former User
        A Former User last edited by

        can someone help?

        1 Reply Last reply Reply Quote 0
        • paradadf
          paradadf Staff last edited by

          You should try giving more information about your controller and your setup. What ipega? What raspberry pi? Which version of recalbox? Did it work before or never?
          Which modes do you have available on your controller? Etc...

          If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

          A Former User 1 Reply Last reply Reply Quote 0
          • A Former User
            A Former User @paradadf last edited by

            @paradadf It's the ipega 9025.
            Im using raspberry pi3 model b, the recalbox is in the last update avaliable, 4.01 i think, not sure, i updated it last week.
            the controller has gamepad mode(home + x), also has the keyboard mode (home+a), and the icade mode(home +b) and the spp mode(home +y, for the gamebits games).
            On the normal gamepad mode(home + x) it doen'ts recognize on the recalbox after pairing, it shows no gamepad recognized, on the keyboard mode it recognize and works on the menu, but in game it doen't work, i tested on snes.

            paradadf 1 Reply Last reply Reply Quote 0
            • paradadf
              paradadf Staff @Guest last edited by digitaLumberjack

              you have two options... either update to 4.1 unstable and it will work out of the box or use the search function of the forum to find thd thread related to that controller containing the instructions to make it work.

              If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

              A Former User 2 Replies Last reply Reply Quote 0
              • A Former User
                A Former User @paradadf last edited by

                @paradadf I already searched on the forum and that didn't helped me, then i opened the topic.
                And now i already flashed recalbox 4.1, and when i enter to search a bluetooth controller it keeps saying "No controllers found" With, and without the bluetooth adapter usb.

                A Former User 1 Reply Last reply Reply Quote 0
                • A Former User
                  A Former User @paradadf last edited by

                  @paradadf i tried to search a few time then it found the ipega, but it still say "No controller detected".
                  Can't really someone help me with this sad situation?

                  paradadf 1 Reply Last reply Reply Quote 0
                  • paradadf
                    paradadf Staff @Guest last edited by digitaLumberjack

                    have you change recalbox.conf accordingly?

                    global.inputdriver=sdl2

                    If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                    A Former User 1 Reply Last reply Reply Quote 0
                    • A Former User
                      A Former User @paradadf last edited by

                      @paradadf yeah, i did, now it shows just the mac, not "ipega bluetooth controller", but still does not detect in gamepad mode.

                      paradadf 1 Reply Last reply Reply Quote 0
                      • paradadf
                        paradadf Staff @Guest last edited by digitaLumberjack

                        please, pair the controller and unplug/unpair any other device if possible and follow the instructions given here:
                        https://github.com/recalbox/recalbox-os/wiki/Recalbox-support-(EN)
                        Share your support files here.
                        Pair it in the controller mode and don't bother with any other one.
                        Use 4.1 for this.

                        If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                        A Former User 1 Reply Last reply Reply Quote 0
                        • A Former User
                          A Former User @paradadf last edited by

                          @paradadf here's the file:
                          http://www.mediafire.com/file/8ocv6wxuyxsydxd/recalbox-support-20170422182254.tar.gz

                          paradadf 1 Reply Last reply Reply Quote 0
                          • Substring
                            Substring @Guest last edited by digitaLumberjack

                            how can we help if you don't even mention your recalbox version ?

                            Former dev - Please reply with @substring so that i am notified when you answer me
                            Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                            1 Reply Last reply Reply Quote 0
                            • A Former User
                              A Former User @Guest last edited by A Former User

                              @leotrix14 said in Ipega doen'ts recognize as controller, it detects no controller:

                              @paradadf I already searched on the forum and that didn't helped me, then i opened the topic.
                              And now i already flashed recalbox 4.1, and when i enter to search a bluetooth controller it keeps saying "No controllers found" With, and without the bluetooth adapter usb.

                              @Substring said in Ipega doen'ts recognize as controller, it detects no controller:

                              @leotrix14 how can we help if you don't even mention your recalbox version ?

                              I mencioned up there that i was using the last stable, then i flashed the 4.1 version because paradadf said it was going to work right out the box. The exactly version is the Build 11603325

                              1 Reply Last reply Reply Quote 0
                              • paradadf
                                paradadf Staff @Guest last edited by digitaLumberjack

                                somehow everytime a user says he/she has an ipega 9025, the internal controller name is different... Try this:

                                Execute the following three commands (one after another):

                                mount -o remount, rw /
                                echo 'SUBSYSTEM=="input", ATTRS{name}=="ipega media gamepad controller", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"' >> /etc/udev/rules.d/99-joysticks-exotics.rules
                                reboot && logout
                                

                                Just for the record, it is needed to edit recalbox.conf so it reads (change auto for sdl2😞

                                ## Set retroarch input driver (auto, udev, sdl2)
                                ## If you don't have issues with your controllers, let auto
                                global.inputdriver=sdl2
                                

                                reboot and try again.

                                If this rule works, comment it here so we can add it by default. Again... this only works on 4.1 upwards.

                                Don't do this part yet: I'm not sure anymore, but if your controller (assuming you really paired it in the right "controller" mode) is detected as a keyboard, you might need to add the following rule to the usbhid.conf:

                                # IPEGA
                                options usbhid quirks=0x1949:0x402:0x040
                                

                                If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                                A Former User 1 Reply Last reply Reply Quote 0
                                • Substring
                                  Substring last edited by

                                  the pad doesn't even get listed in /dev/input ... so there is sthg wrong on the OS side. BT or kernel

                                  Former dev - Please reply with @substring so that i am notified when you answer me
                                  Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                  1 Reply Last reply Reply Quote 0
                                  • A Former User
                                    A Former User @paradadf last edited by

                                    @paradadf D**n, that made it work!!!!! just followed these commands straight on recalbox F4 console and then the magic happened, after pairing it started recognize as a gamepad controller! hope this topic help someone else too!

                                    And a simple question, you guys call 4.1 as "Instable", whats the problem with it? tried with a few games and its looks normald and fluid to me.
                                    And thanks again!
                                    Regards from Brazil!

                                    Substring 1 Reply Last reply Reply Quote 0
                                    • Neil_Hines
                                      Neil_Hines last edited by

                                      It is a really great topic and you guys give the great suggestion. I will try what you guys say hope it will also work for me. 🙂

                                      1 Reply Last reply Reply Quote 0
                                      • Substring
                                        Substring @Guest last edited by digitaLumberjack

                                        you see what is working, i see that there are many bugs left 😉 It will be marked stable when it does run as expected AND the upgrading process from 4.0.x to 4.1 is safe, we can't miss that.

                                        Former dev - Please reply with @substring so that i am notified when you answer me
                                        Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                        1 Reply Last reply Reply Quote 0
                                        • First post
                                          Last post

                                        Want to support us ?

                                        73
                                        Online

                                        99.6k
                                        Users

                                        28.1k
                                        Topics

                                        187.1k
                                        Posts

                                        Copyright © 2021 recalbox.com