Recalbox Forum

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

    Hay alguna manera de usar mandos bluetooth IPEGA, en concreto el IPEGA 9028?

    Mandos/GPIO/Codificador USB
    hay alguna manera usar mandos
    6
    37
    19255
    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.
    • urtzai
      urtzai last edited by

      Si, así es, pero el nombre ATTRS{name} contiene 3 espacios al final en vez de uno. También he probado con el nombre que me aparece en pantalla cuando el mando se empareja ipega media gamepad controller y por si acaso también con ipega media gamepad. Pero nada...

      No se si tiene algo que ver, pero en el directorio de /recalbox/bluetooth/<directorio del dispositivo>/names (no se si el path es correcto del todo) aparece el mac de mi dispositibo con el nombre de ipega media gamepad controller.

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

        @urtzai el nombre esta bien con tres espacios al final como en los comandos que te mostre al principio. Podes probar sin ningun espacio, pero esa regla creo que ya esta incluida mas arriba. Si no lo esta, prueba sin ningun espacio y si pasa lo mismo, dejalo con tres.

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

        1 Reply Last reply Reply Quote 0
        • urtzai
          urtzai last edited by

          Si esta incluida arriba. Bien, pues el nombre de la última línea lo dejo con tres espacios. ¿Qué mas puedo hacer?

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

            @urtzai si, dejalo con tres espacios. No se que mas decirte, por eso pregunto los que saben!
            @acris any idea what to do?

            support files:
            https://mega.nz/#!dNxhnYyQ!IkffYVBB9VDv4oPPLvC5CJlafUTw9iyLKS7Obbq9GcI

            my instructions were:

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

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

            1 Reply Last reply Reply Quote 0
            • acris
              acris last edited by

              Hola @urtzai and @paradadf

              I think you need to edit recalbox.conf

              ## If you don't have issues with your controllers, let auto
              global.inputdriver=sdl2
              

              save and reboot

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

                @acris gracias!

                Entendiste @urtzai? Cambia ese parametro en recalbox.conf, reinicia y volve a intentar.

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

                1 Reply Last reply Reply Quote 0
                • urtzai
                  urtzai last edited by

                  @acris Yes, I did but no luck... Still cannot configure my gamepad...

                  Do you need more feedback files? I wonder, do I have to do this configuration everytime I update my system?

                  Gracias @paradadf y @acris

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

                    @urtzai if it works, the rule will be added to recalbox by default and it will work out of the box in the future.

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

                    1 Reply Last reply Reply Quote 0
                    • urtzai
                      urtzai last edited by

                      Ok! Perfect! So what else can I do to help you? @acris

                      1 Reply Last reply Reply Quote 0
                      • urtzai
                        urtzai last edited by

                        Hi, any idea of how can I fix this? @acris @paradadf

                        Thank you

                        1 Reply Last reply Reply Quote 0
                        • acris
                          acris last edited by

                          Hello @urtzai

                          how can I fix this

                          fix what ? your gamepad works now ?

                          1 Reply Last reply Reply Quote 0
                          • urtzai
                            urtzai last edited by

                            @acris No it doesn't... What else can I do to configure my gamepad? Do you know any other workaround?

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

                              Go go emulationstation menu options gamepad.

                              @paradadf I dont understand the problem

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

                                @acris I asked him (after looking at his support files) to try this:

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

                                After that, you told him to change the sdl2 on recalbox.conf, but that didn't work for him either. He can pair the controller, but he can't configure any button.

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

                                1 Reply Last reply Reply Quote 1
                                • paradadf
                                  paradadf Staff @urtzai last edited by paradadf

                                  @urtzai I just found something else to try for your ipega 9025 here:

                                  https://forum.recalbox.com/topic/2934/ipega-9021-dont-work/2

                                  (I have no idea if editing the bluetoothcontroller script helps)

                                  You NEED the global.inputdriver=sdl2 in recalbox.conf

                                  Encende el mando manteniendo presionado primero X y luego (sin soltar X) presiona Home.

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

                                  1 Reply Last reply Reply Quote 0
                                  • urtzai
                                    urtzai last edited by

                                    Finally working!! This is what I did:

                                    Make file system writeable:

                                    mount -o remount, rw /
                                    

                                    Edit recalbox.conf:

                                    global.inputdriver=sdl2
                                    

                                    Edit bluetoothcontrollers.sh. Delete this lines:

                                    killall bluetoothd
                                    bluetoothd -u
                                    

                                    Replace with:

                                    bluetoothd -u
                                    sleep 5
                                    killall bluetoothd
                                    

                                    Reboot the system:

                                    reboot && logout
                                    

                                    Pair the gamepad with X+HOME buttons and configure it.

                                    Thank you @acris and @paradadf!! Hope this will help for future improvements!!

                                    jonq 1 Reply Last reply Reply Quote 0
                                    • acris
                                      acris last edited by

                                      I forgot this information with bluetoothm
                                      Thanks.
                                      Your gamepad add in the next version.

                                      1 Reply Last reply Reply Quote 0
                                      • jonq
                                        jonq @urtzai last edited by jonq

                                        @urtzai He hecho lo que comentas, lo encuentra y empareja pero a la hora de configurarlo no esta disponible. Solo sale el mando USB.

                                        1 Reply Last reply Reply Quote 0
                                        • LeSoquiaque
                                          LeSoquiaque last edited by

                                          Buen dia.

                                          Hice todo lo que indica y la unica forma de que pueda configurar el control es si lo vinculo en modo teclado. Dentro de la interfaz funciona perfecto pero cuando entro a algun juego no lo reconoce. ¿algo que este omitiendo para que pueda utilizarlo en los juegos?

                                          Mi control es un ipega 9055

                                          Gracias

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

                                            @LeSoquiaque no podes utilizar cualquier modo, peor aun el modo teclado. Tenes que usar el modo de gamepad, sea cual sea. Y por favor, abre tu propio hilo porque tenes un mando de distinto modelo. Podes hacer referencia a este y aportar todos los archivos de soporte que han sido pedidos aqui, si deseas recibir ayuda. Gracias.

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

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

                                            Want to support us ?

                                            75
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com