Hot! - Usbutil Ps2
Have a stubborn adapter that usbutil ps2 can't fix? Check the lsusb -v output for your device and consult the linux-usb mailing list. Happy gaming. Do you use a PS2 controller on Linux? Let me know your adapter model in the comments below.
ACTION=="add", SUBSYSTEM=="usb", ATTRSidVendor=="0e8f", ATTRSidProduct=="0003", RUN+="/usr/bin/usbutil ps2 $envDEVNAME" Then reload udev: usbutil ps2
sudo usbutil ps2 /dev/usb/hiddev0 Note: The path may vary. If hiddev doesn't exist, try /dev/usb/hiddev0 or check dmesg to see where your adapter mounted. Have a stubborn adapter that usbutil ps2 can't fix
Create the file /etc/udev/rules.d/99-ps2-adapter.rules : Do you use a PS2 controller on Linux
October 26, 2023 | Category: Retro Gaming, Linux Hardware
lsusb Look for an entry that looks like this: Bus 001 Device 005: ID 0e8f:0003 GreenAsia Inc. MaxFire Joypad
Reviving Old Iron: A Guide to usbutil ps2 for PS2 Controller Adapters on Linux