jackun / USBqemu-wheel

PCSX2 usb plugin for wheels and increasingly more stuff
The Unlicense
116 stars 21 forks source link

Linux Keyboard input support #58

Closed Zackmon closed 3 years ago

Zackmon commented 3 years ago

on Linux I am not able to get HID keyboard to work at all

it gives me the following error whenever I try to choose my keyboard

Cannot open /dev/input/by-path/pci-0000:44:00.3-usb-0:3:1.2-event-kbd Cannot open /dev/input/by-path/pci-0000:44:00.3-usb-0:4:1.1-event-kbd Cannot open /dev/input/by-path/pci-0000:44:00.3-usb-0:4:1.0-event-kbd Cannot open /dev/input/by-path/pci-0000:44:00.3-usb-0:3:1.1-event-kbd

jackun commented 3 years ago

Could try adding your user to input group or whatever group /dev/input/* has.

Zackmon commented 3 years ago

Yes it's working great now Thank you for your support