After updating to Ubuntu 18.10 today I noticed that a lot of games were either crashing to the desktop, not detecting my Steam Controller at all or detecting it as a second player.
With the Linux Kernel version 4.18, a driver is now included for the Steam Controller named "hid_steam" which seems to currently be conflicting with how Steam and plenty of games handle the Steam Controller resulting in behaviour we don't want.
For now, it seems you will need to blacklist that "hid_steam" module from loading if you want to continue using the Steam Controller as normal.
You can test it yourself, using this terminal command to see if it fixes it:
sudo modprobe -r hid_steam
That was only temporary though, a reboot quickly made it break once again (but it works for now). To have it permanently stay, you can do this:
sudo bash -c "echo 'blacklist hid_steam' > /etc/modprobe.d/sc.conf"
I did also run this command so the above was correctly detected:
sudo update-initramfs -u
Once you reboot, that will then make it stick.
Hopefully this situation will get sorted out, because that's really not ideal right now. For newer users especially, it's not a good look. I've opened a bug report with the Ubuntu team.
Update: As noted in our comments, there is a Kernel patch available if you wish to patch it manually yourself if you're confident doing that sort of thing. Hopefully the Ubuntu maintainers can pull it in for everyone.
I wonder if I still need sc-controller with Kernel 4.18 and hid_steam for Dead Cell's ?
Last edited by theghost on 18 Oct 2018 at 11:58 am UTC
https://github.com/ValveSoftware/steam-for-linux/issues/5645#issuecomment-429647198
Last edited by JungleRobba on 18 Oct 2018 at 12:05 pm UTC
The writer of the module is aware of the issue and seems to be working on a fix:Thanks, added a note about it.
https://github.com/ValveSoftware/steam-for-linux/issues/5645#issuecomment-429647198
Yeah, I'm that guy.
/hides
sudo bash -c "echo 'blacklist hid_steam' > /etc/modprobe.d/sc.conf"
how about making it
echo blacklist hid_steam | sudo tee /etc/modprobe.d/sc.conf
Instead? Does it make it simpler?
The title of this article could also use quick a fix. :PWell then. That was embarrassing.
Yeah, I'm that guy.
/hides
a lot of games were crashing to the desktopthat was only related to the issue with the controller? So after this fix there was no more crashing to the desktop?
But the case of;Bingo. A bunch of Unity games completely crashed to the desktop with the Steam Controller turned on without blacklisting it.
a lot of games were crashing to the desktopthat was only related to the issue with the controller? So after this fix there was no more crashing to the desktop?
Edit: Spelling.
Last edited by Liam Dawe on 18 Oct 2018 at 2:38 pm UTC
Then reboot.
Seems a bit redundant. The first commands handles this session The second and third handle future sessions. Just run all three once and get on with your life.
Sure, meant more as in when you reboot it will be fine. Did a slight reword to make it clearer.Then reboot.
Seems a bit redundant. The first commands handles this session The second and third handle future sessions. Just run all three once and get on with your life.
Hmm, I have been running 4.18 on Debian Sid for a long time now and haven't had an issue. It has ran about the same as it always has. Wonder if they already blacklist it. Will have to check.The module is not built in Debian kernels. Just checked.
Hmm, I have been running 4.18 on Debian Sid for a long time now and haven't had an issue. It has ran about the same as it always has. Wonder if they already blacklist it. Will have to check.The module is not built in Debian kernels. Just checked.
Well that explains that!
Because i manage to buy an Asus ROG portable with Steam + controller + fedora.
Any advice ?
Last edited by fedotix on 21 Oct 2018 at 7:44 pm UTC
Does Anyone tried the steam controller with The Fedora distribution?Not a Fedora user myself, but it should work just fine. Take a look here:
https://developer.valvesoftware.com/wiki/Steam_under_Linux#Fedora
https://negativo17.org/steam/
I installed ubuntu ... and steam is working well.
I'm using Steam from https://negativo17.org/steam/
Everything fine here on Fedora 29 (and last week on 28) with Steam and the Steam Controller.Curious, I thought Steam was in Fedora's repo, any reason to use an outside one? (I have a strong hatred for using third party repositories, which is why I tend to stick to Debian because they package about everything under the sun!)
I'm using Steam from https://negativo17.org/steam/
Everything fine here on Fedora 29 (and last week on 28) with Steam and the Steam Controller.Curious, I thought Steam was in Fedora's repo, any reason to use an outside one? (I have a strong hatred for using third party repositories, which is why I tend to stick to Debian because they package about everything under the sun!)
I'm using Steam from https://negativo17.org/steam/
As far as I know Steam is included in rpmfusion, but not directly in Fedora, though I somehow prefer the repositories from negativo17.
See more from me