MadCatz TE FightStick PS3
-
Hi All, For some reason I can't configure this stick in recalbox, controller settings says 1 gamepad is connected but holding a button to configure doesn't seem to work. Is there a way around this?
-
I'm using the TE Street Fighter IV Fightstick (XBOX version) and it works fine. Have you tried changing the setting on the front panel? I can select between LS, DP, RS. Mine works on DP.
-
<span style="color: #737c85; font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 26px; background-color: #fbfbfb;">I have the same issue with MadCatz TE FightStick PS3</span>
-
Hello sorry for my english what's version of recalboxOS ? same problem into 3.3.0 beta ? Can you make this : https://github.com/digitalLumberjack/recalbox-os/wiki/Test-your-joystick-with-jstest-(EN) https://github.com/digitalLumberjack/recalbox-os/wiki/Troubleshooting-dmesg-output-(EN) and via putty
lsusb -v udevadm info -p $(udevadm info -q path -n /dev/input/js0)
-
Hi, I'm also experiencing similar problems. Does anyone have a fix they could recommend please? I have 2 PS3 Street Fighter IV TE Sticks (Round 2). One works in Rehcalbox, the other doesn't. Strangely, one appears as 'MadCatz Fight Stick', the other as 'PC Wired Stick 8838'. They are both detected in Recalbox (controller screen says 2 Gamepads detected), yet the 'PC Wired Stick 8838' will not register any buttons/stick movements. Is there a driver that needs to be installed for this one for example? Thank you so much for your help!!
-
Hello sorry for my english, BUT I need information : what's version of recalboxOS ? same problem into 3.3.0 beta ? Can you make this : https://github.com/digitalLumberjack/recalbox-os/wiki/Test-your-joystick-with-jstest-(EN) https://github.com/digitalLumberjack/recalbox-os/wiki/Troubleshooting-dmesg-output-(EN) and via putty for 2 sticks connected
lsusb -v udevadm info -p $(udevadm info -q path -n /dev/input/js0) udevadm info -p $(udevadm info -q path -n /dev/input/js1)
-
Hi Acris, Thank you so much for trying to help me! I really appreciate it! I've tried to follow your tips, I'm sorry I have screenshots, and couldn't copy-paste the messages. Thank you again for sparing your time to help me! Regards, Steve.
-
Part 2
-
Part 3
-
Part 4
-
Apologies, if the attachments are failing, could I send them to you via email please? PS Using Recalbox v 3.3.0-beta9
-
Hello you can use upload picture : http://www.zimagez.com/ or http://www.hostingpics.net/ but if you use putty , you can copy and paste the contents of the window directly on the forum or http://pastebin.com/ are you update to recalbox 3.3.0b16 ? same problem ?
-
I'm so sorry for all those posts, I will try to delete them. Thank you again for your help - hopefully these links work for you. I really appreciate your time spent helping me! <p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; color: #e4af09;">http://en.zimagez.com/zimage/img51735.php</p> <p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; color: #e4af09;">http://en.zimagez.com/zimage/img51757.php</p> <p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; color: #e4af09;">http://en.zimagez.com/zimage/img51778.php</p> <p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; color: #e4af09;">http://en.zimagez.com/zimage/img51783.php</p> <p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; color: #e4af09;">http://en.zimagez.com/zimage/img51806.php</p> <p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; color: #e4af09;">http://en.zimagez.com/zimage/img518113.php</p> <p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Helvetica; color: #e4af09;">http://en.zimagez.com/zimage/img518210.php</p>
-
When you when you do this command jstest ? Stick your respond? you see mode on/off move?
-
Just updated to beta 16 but still not detected. No. jstest does not change from off to on.
-
hmmm , strange, can you use this command :
evtest /dev/input/event3
press on the buttons and joysticks moved There Has it an activity? -
Try to add this via winscp : create with notepad++ this rule : 99-madcatz.rules ADD this
SUBSYSTEM=="input", ATTRS{name}=="MadCatz PC USB Wired Stick 8838", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
put into this folder/etc/udev/rules.d
via putty chmod 0775 /etc/udev/rules.d/99-madcatz.rules reboot et try again -
Thank you. evtest /dev/input/event3 just stayed at 'Testing... interrupt to exit' No Joystick`Button response. I will try to create a notepad++ file called '99-madcatz-rules'. Will the only line in the file be: SUBSYSTEM=="input", ATTRS{name}=="MadCatz PC USB Wired Stick 8838", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1" ? Should there be any other lines of code\text? Thank you again! PS Can I also run "chmod 0775 /etc/udev/rules.d/99-madcatz.rules" from the command prompt?
-
Should there be any other lines of code\text?
no, only this line.
Can I also run « chmod 0775 /etc/udev/rules.d/99-madcatz.rules » from the command prompt?
yes you can.
-
Use putty like terminal to connect to recalboxOS in SSH or Direct access On the frontend screen, press F4 to quit, then ALT+F2 to get a terminal and use the same credentials as above.
user : root password : recalboxroot
nano -w /etc/udev/rules.d/99-madcatz.rules
copy/paste this line :SUBSYSTEM=="input", ATTRS{name}=="MadCatz PC USB Wired Stick 8838", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
ctrl+x , Y, et enter to out in terminalchmod 0775 /etc/udev/rules.d/99-madcatz.rules
reboot rpi try to configure gamepad to emulationstation.