protonscr

Steam Controller not detected in latest beta

steamclosed
ValveSoftware/steam-for-linux#4717 · opened 2016-11-23 by tomungh · updated 2016-11-23 · 1 comments · github
Ttomungh 2016-11-23 github

Your system information

  • Steam client version: Built Nov 23 01:06:59, Api v017, package versions 1479865477
  • Distribution (e.g. Ubuntu): Debian
  • Opted into Steam client beta?: Yes
  • Have you checked for system updates?: No

Please describe your issue in as much detail as possible:

I just got a steam update and my Steam controller is no longer detected in big picture mode. I tried re-pairing it to no avail. I also re-plugged the USB adapter which didn't help either.

My udev rules are unchanged:
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
KERNEL=="uinput", MODE="0660", GROUP="alan", OPTIONS+="static_node=uinput"

These are the things that got updated:
strings_en_all.zip.vz.43e7dcce48b6748dca08739991283a190c2ab1ff_85715
public_all.zip.vz.79026d6be361bb2dfaa89629c94184b373f4a0ca_829656
bins_ubuntu12.zip.vz.46b96dd1306ab078cd535da75830ff4b17e7756e_16094553
bins_pub_ubuntu12.zip.vz.aff17ca26ecf9869fd156a0695668f66ff5c39f0_9051147
bins_sdk_ubuntu12.zip.vz.095d8169286357e5afcf044035be5a9fd5950e81_9957445
webkit_ubuntu12.zip.vz.c85eab8fb9b50af774edae2fc17f239636e3fd3e_42609046
sdl2_ubuntu12.zip.vz.23676554dd5f098d304674bad09813ce16d27df1_269608
steam_ubuntu12.zip.vz.999e12c8efcb3551cd2fd5155085195bf5517c46_1385694

Help?

Ttomungh 2016-11-23 github

Adding these udev rules made it work again:

# Valve HID devices over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="28de", MODE="0666"

# Valve HID devices over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="28DE:", MODE="0666"

Nothing extracted yet.