scoot

joined 4 months ago
[โ€“] scoot@programming.dev 3 points 2 weeks ago

Its literally just the word uinput.

So you can do

sudo echo 'uinput' > /etc/modules-load.d/uinput.conf

Which just tells your system to load the uinput module on startup.

[โ€“] scoot@programming.dev 3 points 2 weeks ago

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.