Recalbox Forum

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

    MadCatz TE FightStick PS3

    Recalbox General
    madcatz fightstick ps3
    9
    61
    27657
    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.
    • acris
      acris last edited by

      In windows, it's a problem of usb chipset but if you try to linux, gamepad seems to be ok. With jstest , No response buttons ? are you connect other gamepad with madcatz ? try with only one gamepad and maybe keyboard only

      I: Bus=0003 Vendor=0738 Product=8838 Version=0110 N: Name="MadCatz PC USB Wired Stick 8838" P: Phys=usb-bcm2708_usb-1.2/input0 S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input2 U: Uniq= H: Handlers=js2 event2 B: PROP=0 B: EV=1b B: KEY=1fff0000 0 0 0 0 0 0 0 0 0 B: ABS=30027 B: MSC=10

      because js0 seems to be an xbox gamepad and madCatz is in js2

      jstest /dev/input/js2 evtest /dev/input/event2

      maybe to add a new rules into madcatz.rules

      KERNEL=="event*", ATTRS{idProduct}=="8838", ATTRS{idVendor}=="0738", MODE="0666"
      SUBSYSTEM=="input", ATTRS{name}=="MadCatz PC USB Wired Stick 8838", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
      SUBSYSTEM=="input", ATTRS{idProduct}=="8838", ATTRS{idVendor}=="0738", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
      

      try this xboxdrv enable and disabled. i need to see the result of this command : evtest if your gamepad is not in js2 and event2 try other

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

        dude, @Phen can you paste a udevadm info -q all -n /dev/input/event0 if /dev/input/event0 is your stick edit : ooops, it's on the pictures on 1st page

        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
        • acris
          acris last edited by

          may be stick need more power to usb ports. disabled xboxdrv try to add this line : max_usb_current=1 into /boot/config.txt reboot your raspberry pi 2 and try again only with madcatz or if you had self-powered usb hub try with your stick arcade.

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

            Anyway, that stick is said to be buggy even in Windows, i wouldn't have too big expectations on Linux ...

            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
            • phen
              phen last edited by

              The idea of a better power on the USB connector should be the solution, i'll try as soon as possible. But i've only one arcade stick connected directly on my Raspberry 1, the other USB connector is unused. I'm gonna try the new config also and tell you if it works.

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

                Bonjour, y a t'il une solution pour ce probleme ? J'ai un madcatz SSF4 TE PS3/PC et impossible de le faire fonctionner comme les poste du dessus Chose etrange j'ai pu le voir 2 fois dans les option du controleur et j'ai pu faire le mapping des touches, au reboot de la box le mapping des touches ne fonctionne plus pourtant il est bien detecté...est ce qu'on peut esperer une prise en charge de ce controleur dans les prochaines mise a jour ? -------------------------- Hello i got a <span style="line-height: 1.5;">madcatz SSF4 TE PS3/PC and it dont work too...i can see it in controler option, i have do the mapping button 2 times with success but after reboot i cant do it again , the madcatz is detected but press button do nothing</span> Thanks

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

                  on a déjà eu des pb avec lui ... C'est pas le truc que même madcatz a avoué que sous windows ils ne garantissaient pas le bon fonctionnement ? Apparemment ils ont fait 2 séries de ce truc. Une bien, et une autre ... moins bien ... en attendant, tu peux me faire un pastebin des commandes données dans https://github.com/recalbox/recalbox-os/wiki/Troubleshooting-controllers-(EN) ?

                  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
                  • hamon666
                    hamon666 last edited by

                    Ok le mien fonctionne sous windows, c'est pas de chance alors de tomber sur un qui marche pas compltement proc/bus/input/devices give http://www.k-upload.fr/afficher-fichier-2015-12-17-1dcbff0b43htxevxi.txt.html lsusb -v give http://www.k-upload.fr/afficher-fichier-2015-12-17-17005f998gtsrtz9m.txt.html for i in /dev/input/event*; do echo $i;udevadm info -q all -n $i;done give http://www.k-upload.fr/afficher-fichier-2015-12-17-1746b6970zgr1wekh.txt.html for i in /dev/input/event*; do echo $i;(evtest $i) & ( evtestpid=$! && sleep 0.1 && kill -15 $evtestpid );done give http://www.k-upload.fr/afficher-fichier-2015-12-17-1f6585612rkfn8wje.txt.html

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

                      @fred dans les pages précédentes, des manip étaient indiquées avec les boutons poru la config du bazar. Tu sais dans quel type de config tu es ?

                      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
                      • hamon666
                        hamon666 last edited by

                        Tu parle de quelle commande exactement sous putty ?

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

                          @fred je parle de ca http://blog.recalbox.com/forums/topic/madcatz-te-fightstick-ps3/#post-5641

                          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
                          • hamon666
                            hamon666 last edited by

                            Je vous donne les infos le temps que je fasse les manipulation

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

                              Commande dmesg usb madcatz deconnecté http://pastebin.com/GP9mhJCy Commande dmesg usb madcatz connecté http://pastebin.com/M6U9B8s7 C'est bien ce qui vous fallez ?

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

                                @fred tu peux venir sur irc stp ?

                                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
                                • hamon666
                                  hamon666 last edited by

                                  j'y suis, pseudo Guest16784

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

                                    Merci pour le coup de main Subs on y était presque

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

                                      les boules 😕

                                      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
                                      • hamon666
                                        hamon666 last edited by

                                        J'ai pris un hub auto alimenté pour tester je posterai quand je l'aurai reçus

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

                                          @fred dis, les commandes pour passer en usb1 c'est dans/boot/cmdline.txt, pas /boot/config.txt. Tu peux rééssayer en ajoutant dwc_otg.speed=1dans le bon fichier ? Idem pour le voltage USB meme si je doute qu'il ait un effet

                                          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
                                          • hamon666
                                            hamon666 last edited by

                                            C'est fait sans resultats...

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

                                            Want to support us ?

                                            65
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com