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.
I use the Ultimate 2.4Ghz on Debian and it was plug and play for me.
Do you use DInput? I also had some issues with XInput and Steam.
I tried both, they don’t work.
Check out this repo for udev rules: https://codeberg.org/fabiscafe/game-devices-udev
Instructions copied from repo:
- Download the archive.
- Extract the archive.
- Copy all the rule files to /etc/udev/rules.d.
- Create another file: /etc/modules-load.d/uinput.conf.
- Put uinput into that file.
- Reboot.
I’m not sure I’m quite technical enough for this, what exactly is the uinput I need to put into the file from step 4?
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.
I did all that, but it’s still no different than before. It still only works by cable.
Just to tag on to this, I only needed to enable the
uinputmodule to fix my issue (steam suddenly stopped seeing my 8BitDo controller when it previously could). Didn’t have to do anything with udev rules.
Mine work perfectly with Bazzite
Are you using the flatpak version of Steam, and if so does it require a bit of permission-fiddling to see controllers?
No, and it has no issues finding the controller if I connect it physically
Perhaps this will help
https://github.com/bluez/bluez/issues/673#issuecomment-1849132576
That’s odd. I’ve used a variety of 8BitDo controllers on a few distros through the years with no issues. I don’t have specifically the Pro 2 though.
Does the controller show up in your Bluetooth panel? Is it pairing successfully?
Yeah, I can pair it with no issue.
Are you using the dongle that came with the controller? Bluetooth via direct connection doesn’t work for these controllers, you have to use the dongle. The Bluetooth direct (no dongle) only works for mobile devices.
I use an 8bit duo2 with Bluetooth in Windows, but am planning on switching to Linux by the end of the year after doing a proper data backup.
Just to be clear, the Bluetooth in Linux doesn’t work with these controllers and requires the dongle?
~~TBH I am not using Linux and am using a Pro 2 like OP, however I was attempting to connect to my laptop (Win 10) via Bluetooth only, and it wouldn’t work.
That’s when I discovered Bluetooth to Bluetooth only works with mobile, and to connect to a PC you have to have the USB dongle that came with it. If OP is saying it works fine direct connection I’m recommending they try the dongle.~~
EDIT: I am using the Ultimate 2, not the Pro2, this may not apply. I apologize.
I have been using my 8bitdo pro2 with the Bluetooth built into my Win11 desktop PC motherboard for at least a year. Mine didn’t come with a dangle, but I could have purchased it separately. It was the old chunky style dangle iirc.
Dongle is a good suggestion though as that should work out of the box.
I don’t recall getting a dongle with it, I used Bluetooth before I think
If it’s the Pro2 the dongle should be in the charging base under a little flap. When I get home I can take a pic if needed. To be clear: I am not running Linux but I had this issue attempting to use the controller Bluetooth without using the dongle.
EDIT: I am using the Ultimate 2, not the Pro2, this may not apply. I apologize.
Yeah, I was gonna say. I use the Pro2 with Bazzite via Bluetooth. There is no dongle, it’s just a Bluetooth controller.
Mine works on PopOS which is also Debian/Ubuntu like Mint. There are some instructions here that may help. https://www.8bitdo.com/steam/#pro2-popup
The only thing in that guide that worked was the tip to connect it by cable
I use a pro 2 on Fedora and it works. I had to install steam from the distributor though, nothing worked via flatpaks
I’ve had an issue with controllers before because Steam’s udev rules straight up give the wrong permissions to the device files they create. Check Steam logs, there’s one specifically for controllers if I remember correctly (or maybe it was a generic “console” log) and it should be very clear if this is the issue because there will be a permission error recorded.
Where are those logs?
Worth moving the usb cable or wireless dongle to a different usb port. I found my DAC needed an entire usb controllers worth of bandwidth.
After that it showed up without issue.




