Just to tag on to this, I only needed to enable the uinput module to fix my issue (steam suddenly stopped seeing my 8BitDo controller when it previously could). Didn’t have to do anything with udev rules.
- 0 Posts
- 2 Comments
Joined 5 months ago
Cake day: June 5th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


Its literally just the word
uinput.So you can do
sudo echo 'uinput' > /etc/modules-load.d/uinput.confWhich just tells your system to load the uinput module on startup.