MadCatz TE FightStick PS3
-
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.
-
I'm so sorry, where should the file go? My file structure is different?? I have three partitions, "boot", "recovery" and "share". http://en.zimagez.com/zimage/fullsizerender64.php In terminal I typed: chmod 0775 /etc/udev/rules.d/99-madcatz.rules and tries chmod 0775 /share/etc/udev/rules.d/99-madcatz.rules but couldn't find any file? Sorry!!
-
You must use TERMINAL TO CONNECT SSH not copy/paste into share folder : https://github.com/recalbox/recalbox-os/wiki/Root-access-on-terminal-(EN) or directly into raspberry. Folder ETC is a system folder. delete /share/etc/udev/rules.d/99-madcatz.rules
-
Hi all, I've exactly the same problem as Steve with a PS3 MadCatz TE Round2, the buttons doesn't respond. I've created the "99-madcatz.rules" and modified the chmod rights correctly, then reboot the pi.
nano /etc/udev/rules.d/99-madcatz.rules
write into the file :SUBSYSTEM=="input", ATTRS{name}=="MadCatz PC USB Wired Stick 8838", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
save the file and modify the rights :chmod 755 /etc/udev/rules.d/99-madcatz.rules
then reboot I've used 755 in order to give the same rigths as the others rules (99-sixpair.rules, 99-wiimote.rules) in the directory /etc/udev/rules.d/ Here is my pastebin of the command line you advise to Steve : http://pastebin.com/RbtR0aUf The evtest command line display always this pastebin, even if the fightstick is used : http://pastebin.com/JMX4in5f I don't know if it's not a problem of hardware compatibility ? If you've got any suggestion or sample of other config file, or command line to solve this problem i'm really interested in. I've tried to test any config option from the board on the left side "LP" / "DP" and "RS" no changes occured in the behaviour of the PS3 MadCatz TE R2 when i plugged in the usb on the raspberry. Thx for your precious help Note : sorry for the multiple "EDIT" i don't really arrived to customize my post display ... as i'd like to. -
It 's probably an hardware compatibility and may be need kernel patch Sorry for my english May be with usbhid.quirks :
usbhid.quirks=0xvendor:0xProduct:0x040
edit/boot/cmdline.txt
file add this line at the end of line with space between last word and new wordusbhid.quirks=0x0738:0x8838:0x040
like thisdwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty3 loglevel=3 elevator=deadline vt.global_cursor_default=0 logo.nologo usbhid.quirks=0x0738:0x8838:0x040
save and reboot. Try to configure into emulationstation. and post result of theses commands :
cat /proc/bus/input/devices ls /dev/input/js* jstest /dev/input/js0
if the same problem add this line into /boot/cmdline.txt at the end :
dwc_otg.speed=1
like this :dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty3 loglevel=3 elevator=deadline vt.global_cursor_default=0 logo.nologo usbhid.quirks=0x0738:0x8838:0x040 dwc_otg.speed=1
-
Thx a lot for your answer ;), your english is really fine I've tried to execute your commands with the configuration of the recalbox.conf :
controllers.ps3.enabled=0 controllers.ps3.driver=official controllers.xboxdrv.enabled=1 controllers.xboxdrv.nbcontrols=2
My joystick is a PS3 one's but i've tried this configuration to test if it could solve the problem. Here is the pastebin result of the command lines after editing
/boot/cmdline.txt
and reboot : http://pastebin.com/K16tYd9c In EmulationStation the PS3 joystick doesn't respond. Same behaviour after a new reboot with thedwc_otg.speed=1
option. Then with another recalbox configuration in recalbox.conf :controllers.ps3.enabled=1 controllers.ps3.driver=official controllers.xboxdrv.enabled=0 controllers.xboxdrv.nbcontrols=2
The result is also a freeze of the controller, no buttons responds, but the list of input is different and the values of the axes are not fixed to zero like the virtual gamepad xbox : http://pastebin.com/V1Lx3VcD In EmulationStation the PS3 joystick doesn't respond also, like with the other configuration :
dwc_otg.speed=1
Another suggestion ? It seem that the problem is about the USB chipset. I'm not sure some post's is referencing the "VIA" chipset as the only way to connect this sort of PS3 controller, i wish this is not the real problem ... -
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
-
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 -
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. -
Anyway, that stick is said to be buggy even in Windows, i wouldn't have too big expectations on Linux ...