Spero di postare nella sezione giusta! Premetto che sono assolutamente digiuna di nozioni di programmazione e simili e ho pochissime nozioni riguardanti raspberry pi ma mi applico


Moderatore: Moderatore Raspberry
Codice: Seleziona tutto
Step 7: Dual Input From Single USB Cable
Picture of Dual Input From Single USB Cable
When you plug the PB controls to the RPi, it'll show up as 1 gamepad. This is because the OS doesn't know they are actually separate gamepads coming from the single USB cable.
You have to modify the /boot/cmdline.txt and add an usbhid.quirks entry to let the OS know to treat the PB controls as 2 separate controllers. You have to add usbhid.quirks=0x16c0:0x05e0:0x040 to the end of cmdline.txt file. This could be different for you if you don't have the same arcade system as mine.
If you have the exact same PB arcade system as mine, you can just add this usbhid.quirks=0x16c0:0x05e0:0x040
If not:
ssh into the RPi,
- ssh root@192.168.168.185
- log in as root / recalboxroot
- Don't plug in the pandora's box up to the RPi yet
- run LSUSB to list the current USB devices - plug in your PB, then run LSUSB again, now you'll see a new entry - Write down those # and put them in the /boot/cmdline.txt of the RPi
After adding the usbhid.quirks entry, you can configure controls again and the RPi should see 2 gamepads now.