*Solved* Help getting the PS3 NEOGEO STICK 2 to work
-
UPDATE Problem fixed. I should've searched better. Thanks to @barbudreadmon
@barbudreadmon said in Neogeo x Arcade Stick:I suppose it's the tommo neogeo x arcade stick. You are lucky, i had to fix this for a friend last year and i still had the fix somewhere on my computer.
Create the file "/etc/udev/rules.d/10-neogeox.rules" with the following content :
SUBSYSTEM=="input", ATTRS{name}=="TOMMO NEOGEOX Arcade Stick", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1"
Then reboot your pi.
If it's not the tommo one, i think you'll have to change "TOMMO NEOGEOX Arcade Stick" by the right name (use "dmesg" to find it), this trick should work with almost any stick/pad recognized as a keyboard, i first heard of this trick when i had this issue with a 8bitdo pad i bought.
I had to change the name to "EXAR USB JOYSTICK PS3"
Without any drivers installed, it works in jstest. It works in retropie-setup as far as using the stick to guide through the menus and buttons to enter/exit a section. The ps3 drivers don't seem to help. Emulationstation and retroarch does not see it at all.
Here's what dmesg gave me. Not sure if I need to provide more info than this, so just ask if I need to.
[ 2.084893] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 2.227298] usb 1-1.2: New USB device found, idVendor=1f4f, idProduct=0004
[ 2.227313] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.227320] usb 1-1.2: Product: USB JOYSTICK PS3
[ 2.227328] usb 1-1.2: Manufacturer: EXAR
[ 2.227336] usb 1-1.2: SerialNumber: 1.0.0
[ 2.235528] input: EXAR USB JOYSTICK PS3 as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0/0003:1F4F:0004.0001/input/input0
[ 2.235826] hid-generic 0003:1F4F:0004.0001: input,hidraw0: USB HID v1.11 Gamepad [EXAR USB JOYSTICK PS3] on usb-3f980000.usb-1.2/input0
Using latest retropie as of typing, 4.3.8. Original image.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.