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
The xbox controller doesn't get input in applications.
With evtest and Input Remapper it's working.
It's shown in Steam Controller settings but the keys doesn't work.
It starts to work fine after applying the workaround (see extra information).
What did you expect to happen?
The controller should work without applying the workaround after reboot
Having the same issue. Have included udev log, hoping someone more skilled than I can understand which rule is causing the problem. udevadm monitor p monitor.txt
Describe the bug
The xbox controller doesn't get input in applications.
With evtest and Input Remapper it's working.
It's shown in Steam Controller settings but the keys doesn't work.
It starts to work fine after applying the workaround (see extra information).
What did you expect to happen?
The controller should work without applying the workaround after reboot
Output of
rpm-ostree status
Output of
groups
Extra information or context
Seems to be a problem with xpadneo. (ACL)
The device is working fine in regular Silverblue with default driver.
The permissions for the hidraw looks like this:
❯ getfacl /dev/hidraw8
getfacl: Entferne führende '/' von absoluten Pfadnamen
file: dev/hidraw8
owner: root
group: root
user::rw-
group::rw-
other::rw-
It works in evtest as expected but doesn't work in applications.
After revoke the permissions for hidraw:
sudo chmod a-rwx /dev/hidraw8
❯ getfacl /dev/hidraw8
getfacl: Entferne führende '/' von absoluten Pfadnamen
file: dev/hidraw8
owner: root
group: root
user::---
group::---
other::---
the Controller works perfectly fine in the applications.
The text was updated successfully, but these errors were encountered: