While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Fedora KDE gets approval to be upgraded to sit alongside Fedora Workstation
- Steam gets new tools for game devs to offer players version switching in-game
- Palworld dev details the patents Nintendo and The Pokemon Company are suing for
- Sony say their PSN account requirement on PC is so you can enjoy their games 'safely'
- SEGA Mega Drive and Genesis Classics & Dreamcast Classics get delisted in December
- > See more over 30 days here
-
Stable Steam Client update has fixes for Linux, VR, Ste…
- d10sfan -
Stable Steam Client update has fixes for Linux, VR, Ste…
- razze -
Stellar Blade should come to PC in 2025, dev expects sa…
- chickenb00 -
Grand Theft Auto: The Trilogy – The Definitive Editio…
- chickenb00 -
Fan-made Half-Life 2 Episode 3 demo arrives with Projec…
- D34VA_ - > See more comments
- Steam and offline gaming
- Dorrit - Weekend Players' Club 10/11/2024
- Pengling - Upped the limit on article titles
- eldaking - New social media bar in article list
- whizse - Weekend Players' Club 10/18/2024
- DylanFox - See more posts
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
KERNEL=="uinput", MODE="0660", GROUP="gamers", OPTIONS+="static_node=uinput"
KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0666"
KERNEL=="hidraw", KERNELS=="28DE:*", MODE="0666"
Note: I made sure to add myself to the "Gamers" group.
Here's what's strange. In the BPM interface, the controller works fine. When running Portal 2, no issues whatsoever. The controller is great.
Where it breaks down is when I'm running Axiom Verge and Hollow Knight. The Steam controller isn't recognized at all. Even if I select a controller profile, it just doesn't work at all.
If I plug in an Xbox 360 controller, it will work fine on those games with no issues. I'd rather use my Steam controller, though.
I have had a chance to try the Steam controller on Windows with Axiom Verge for example, it works fine. So I'm not sure what's different about Ubuntu to prevent this from working.
I'm hoping someone else has run across this and may be able to offer guidance.
View PC info
The issue, apparently, was that Steam Controller was not recognized as the first (main) controller, and this particular game did not like it, while some other ones worked (and allowed me to choose which controller I want to use). Also changing the order in Steam settings did not help.
By the way, instead of manually setting udev rules, in Ubuntu you can just install the steam-devices package which does it for you.
I'm not entirely sure what fixed it. I did a combination of what you mentioned, but I also added a reboot in there too. I'm wondering if perhaps I needed to reboot in order for the order of controller preference to be reset? I originally removed my X360 controller and restarted Steam, but that didn't fix it by itself. I also installed the package you mentioned (after removing my manual file) and then I also installed the steam-devices package you mentioned. That still didn't fix it, but after a reboot, something must have cleared. So I'll give you credit for the resolution, since what you said was probably the culprit.
Thanks!