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
- Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller
- Steam Deck OLED: Limited Edition White and Steam Deck Australia have launched
- NVIDIA stable driver 550.135 released for Linux
- Sony reportedly looking to acquire Kadokawa, owner of ELDEN RING dev FromSoftware
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- > See more over 30 days here
-
UnderworldGodot is an engine recreation of Ultima Under…
- elmapul -
Proton Experimental for Steam Deck / Linux fixes Disgae…
- elmapul -
Star Fox 64 is getting a Native PC port from the devs o…
- elmapul -
Deep Rock Galactic: Rogue Core teaser trailer has me ex…
- Pyrate -
Death has a cute little pig companion in action-adventu…
- whizse - > See more comments
- Our own anti-cheat list
- Liam Dawe - What have you been listening to?
- Cyril - What do you want to see on GamingOnLinux?
- Liam Dawe - Weekend Players' Club 11/22/2024
- Liam Dawe - Types of programs that are irritating
- Cyril - 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!