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
- Unofficial PC port of Zelda: Majora's Mask, 2 Ship 2 Harkinian has a big new release out
- 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
- OpenRA for classic RTS games like Red Alert has a new playtest with enhanced visuals, revamped map editor
- NVIDIA stable driver 550.135 released for Linux
- > See more over 30 days here
-
Star Fox 64 is getting a Native PC port from the devs o…
- Mountain Man -
Star Fox 64 is getting a Native PC port from the devs o…
- Cyril -
Star Fox 64 is getting a Native PC port from the devs o…
- Doktor-Mandrake -
Valve dev details more on the work behind making Steam …
- Kelly -
Free-to-play pixel art survival game Ruins To Fortress …
- hardpenguin - > See more comments
- What have you been listening to?
- Liam Dawe - Our own anti-cheat list
- Liam Dawe - 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!