I have an 8BitDo Pro 2 controller I’ve used a bunch without issue on Windows, now I’m moving to Linux (Mint specifically) and I’m having trouble getting the controller to work. It’s supposed to work with Linux, but I can’t get it to work. Steam doesn’t detect the controller in its settings.

  • scoot@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 days 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.