Recalbox Forum

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

    Solved Recalbox 7.0 Problème X-arcade stick non reconnu

    Recalbox Général
    recalbox 7.0 x-arcade stick non
    6
    53
    6614
    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.
    • FREEZBURGER
      FREEZBURGER @ian57 last edited by

      @ian57
      Non, ça n'a pas l'air de fonctionner.
      La commande ls/dev/input.... renvoie les infos suivanteCapture d’écran 2020-10-05 à 14.57.14.png

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

        @FREEZBURGER

        # evtest
        

        tout court ou encore

        # sdl2-jstest --test 0
        

        "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

        FREEZBURGER 2 Replies Last reply Reply Quote 0
        • FREEZBURGER
          FREEZBURGER @ian57 last edited by

          @ian57 Heu oui, mais la capture était surtout pour montrer sous quelle dénomination le Xarcade apparait dans la machine. (Mais merci).

          1 Reply Last reply Reply Quote 0
          • FREEZBURGER
            FREEZBURGER @ian57 last edited by

            @ian57 Capture d’écran 2020-10-05 à 16.31.46.png

            Quand on test 0 et 1 j'obtiens ça :


            This device is grabbed by another process.
            No events are available to evtest while the
            other grab is active.
            In most cases, this is caused by an X driver,
            try VT-switching and re-run evtest again.
            Run the following command to see processes with
            an open fd on this device
            "fuser -v /dev/input/event0"


            Mais les inputs fonctionnent quand je test 3 et 4.

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

              @fabientourde @FREEZBURGER ok il est bien reconnu du coup tu peux tenter

              mount -o rw,remount /
              

              puis

              touch /recalbox/share_init/system/configs/xarcade2jstick/usb-XGaming_X-Arcade-if01-event-kbd
              

              "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

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

                @FREEZBURGER @fabientourde sur quel arch? pi ou x86?

                "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

                FREEZBURGER 2 Replies Last reply Reply Quote 0
                • FREEZBURGER
                  FREEZBURGER @ian57 last edited by FREEZBURGER

                  @ian57 Sur Pi3
                  La manip ne marche toujours pas avec l'un ou l'autre des kbd. Le systeme a bien creé les fichiers vides portant les noms des commandes "touch"

                  1 Reply Last reply Reply Quote 0
                  • FREEZBURGER
                    FREEZBURGER @ian57 last edited by

                    @ian57 J'ai du nouveau : Haut et bas fonctionnent mais pas les boutons 🙂
                    Le parametre que j'ai changé est juste l'invertion des 2 prises USB...(?)

                    1 Reply Last reply Reply Quote 1
                    • ian57
                      ian57 Staff last edited by

                      @FREEZBURGER tu pourrais me faire une archive de support stp ? https://recalbox.gitbook.io/tutorials/v/francais/informations-de-depannage/recalbox-support

                      "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

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

                        @fabientourde @FREEZBURGER je viens de b*mper le package xarcade2jstick qui permet le support des xarcade2 vous êtes peut être dans ce cas
                        pour faire un test sur Pi3 voici le nouvel executable xarcade2jstick xarcade2jstick.zip . Télécharger le, décompresser le enregistrer le sous le nom xarcade2jstick sans extension. Ensuite il faut remplacer l'executable sur le pi3 pour cela, commencer par copier le fichier sur le pi3 (scp, winscp, samba etc... )

                        mount -o rw,remount /
                        mv /usr/bin/xarcade2jstick /usr/bin/xarcade2jstick-previous
                        cp xarcade2jstick  /usr/bin/xarcade2jstick
                        chmod 755  /usr/bin/xarcade2jstick
                        

                        ensuite vous pouvez tenter la commande

                        /usr/bin/xarcade2jstick -d
                        

                        pour voir ce qu'il se passe et me renvoyer les infos

                        "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

                        fabientourde 1 Reply Last reply Reply Quote 0
                        • fabientourde
                          fabientourde @ian57 last edited by

                          @ian57 trop cool ton boulot !
                          Je vais tester dès que je peux et voir si ça marche.
                          Merci en tout cas !

                          ian57 1 Reply Last reply Reply Quote 0
                          • ian57
                            ian57 Staff @fabientourde last edited by

                            @fabientourde bon pas sur du tout que ça marche ... mais faut avancer 🙂

                            "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

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

                              bon j'ai b*mpé et PATCHE avec ce qu'on avait avant... voici l'exe pour rpi3. Même procédure que mon message précédent pour tester xarcade2jstick.zip
                              merci pour votre temps

                              "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

                              fabientourde 1 Reply Last reply Reply Quote 0
                              • fabientourde
                                fabientourde @ian57 last edited by

                                @ian57 salut !
                                J'ai testé mais soit je fais la bonne manip, soit ça marche pas...
                                Tu peux me dire exactement ou je dois placer le fichier qui est dézippé stp ?
                                La je me suis connecté via mon réseau local au dossier share et j'ai été dans :
                                share/system/config/xarcade2jstick
                                et j'ai mis le fichier ici, est-ce que c'est le bon endroit ?

                                Ensuite j'ai tapé les commandes que tu as indiqué, mais arrivé à la ligne 3 :
                                cp xarcade2jstick /usr/bin/xarcade2jstick
                                "no such file or directory"

                                Que dois-je faire ? Peut-être que ma manip n'est pas bonne ?
                                Merci encore
                                Fabien

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

                                  @fabientourde
                                  la manipulation est indiqué plus haut.

                                  si tu as placé ton fichier dans /share/system/config/xarcade2jstick
                                  il faut lui indiquer le chemin complet.

                                  mount -o rw,remount /
                                  mv /usr/bin/xarcade2jstick /usr/bin/xarcade2jstick-previous
                                  

                                  Après avoir téléchargé et dézippé le fichier xarcade2jstick, il faut le copier sur la SD de recalbox. Avec winscp, le répertoire par défaut danslequel tu vas copier est /recalbox/share/system/
                                  si le fichier est là il faut faire, à l'aide d'une connexion ssh sur recalbox

                                  cp /recalbox/share/system/xarcade2jstick  /usr/bin/xarcade2jstick
                                  chmod 755  /usr/bin/xarcade2jstick
                                  /usr/bin/xarcade2jstick -d
                                  
                                  fabientourde 1 Reply Last reply Reply Quote 0
                                  • fabientourde
                                    fabientourde @acris last edited by

                                    @acris ok merci je vais retenter... Je suis un peu un boulet désolé

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

                                      @fabientourde
                                      pas de soucis on est tous là pour t aider.
                                      poste les soucis si tu n'y arrives pas 😉

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

                                        @fabientourde @acris le premier zip contient l'exe de base (celui de retropie) sans nos patchs

                                        le second est patché avec normalement différentes amélioration (support des IPAC et mieux interfacé avec MAME)

                                        tu peux essayer les 2

                                        "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

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

                                          @ian57
                                          c est surtout niveau manipulation des lignes , check si ce que j'ai noté et ok.

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

                                            @acris j'ai fait quelques modifs

                                            "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

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

                                            Want to support us ?

                                            74
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com