1
I recently received my first Steam Controller in the mail, hoping to use it with my desktop running Arch Linux.
If it's connected wirelessly, I'm able to use it with Steam, but when I go into Big Picture Mode, it asks to update. However, when I initiate it, it never finishes, not even after a half hour.
Wired mode doesn't work correctly right now, at least not on Linux. It's a known issue/regression.
I've tried creating the udev rule at /etc/udev/rules.d/70-steam-controller-permission.rules,
#USB devices
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
KERNEL=="uinput", MODE="0666", GROUP="chris", OPTIONS+="static_node=uinput"
I've tried unplugging/replugging/rebooting countless times, udevadm control -R
, chmod 666 /dev/uinput
, adding /etc/modules-load.d/uinput.conf with uinput
as the contents, tried installing someone else's build of Steam that worked for firmware updates for them, tried adding myself to group steamcontroller
... Nothing works! This firmware just won't update!
Here's some relevant bug reports with Arch:
So what's your question? – Ramhound – 2016-10-16T21:15:58.777
Is this like Jeopardy where every issue has to be in the form of a question? Did I need to say "How do I get this firmware installed?" – YAOMTC – 2016-10-17T01:49:04.627
It is a Q&A site – Ramhound – 2016-10-17T11:40:22.627