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.
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.
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.