Usbutil Ps2 [updated] Info
# Debian/Ubuntu/Mint sudo apt install usbutils sudo dnf install usbutils Arch sudo pacman -S usbutils Step 1: Identify your adapter Plug in your PS2 controller via the USB adapter. Run:
If that fails, you can specify the device by bus and address: usbutil ps2
October 26, 2023 | Category: Retro Gaming, Linux Hardware # Debian/Ubuntu/Mint sudo apt install usbutils sudo dnf
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. Happy gaming
Create the file /etc/udev/rules.d/99-ps2-adapter.rules :
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.
If you are a fan of retro gaming on PC, you have likely gone down the rabbit hole of controller adapters. Specifically, the PlayStation 2 controller remains a gold standard for many classic fighting games and platformers. To connect these to a modern PC, we often use a "PS2 to USB" adapter.