You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2023. It is now read-only.
What does the following mean? hid-playstation - DualSense controller (Note: not in mainline kernel yet as of now)
Using Debian bookworm with kernel 5.16. The DualSense controller is working without problems, generally. I suppose DualSense support has been included in kernel 5.16, is this right? But when trying to use evdevhook:
$ ./evdevhook
Connected motion devices:
$
...shows no motion devices.
$ ./evdevhook ./config_templates/playstation.json
...stays here forever and does nothing.
After a little web searching I wondered if I should modprobe the playstation module (although the controller is working fine already), but I got this:
$ sudo modprobe hid-playstation
modprobe: FATAL: Module hid-playstation not found in directory /lib/modules/5.16.0-1-amd64
Hey, thanks for this awesome piece of work!
What does the following mean?
hid-playstation - DualSense controller (Note: not in mainline kernel yet as of now)Using Debian bookworm with kernel 5.16. The DualSense controller is working without problems, generally. I suppose DualSense support has been included in kernel 5.16, is this right? But when trying to use evdevhook:
...shows no motion devices.
$ ./evdevhook ./config_templates/playstation.json...stays here forever and does nothing.
After a little web searching I wondered if I should modprobe the playstation module (although the controller is working fine already), but I got this:
Any ideas?