Steam Controller is Not Detected in steam but works as mouse and keyboard.
by v32itas from LinuxQuestions.org on (#50T4Z)
So I'm facing the same issue as explained here https://www.linuxquestions.org/quest...de-4175657131/
Except that solution does not seem to work.
Here's my dmesg output.
Code:[ 5425.244809] usb 1-9: USB disconnect, device number 37
[ 5426.530965] usb 1-9: new full-speed USB device number 38 using xhci_hcd
[ 5426.696323] usb 1-9: New USB device found, idVendor=28de, idProduct=1102
[ 5426.696327] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5426.696329] usb 1-9: Product: Wired Controller
[ 5426.696331] usb 1-9: Manufacturer: Valve Software
[ 5426.696529] usb 1-9: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 5426.696534] usb 1-9: ep 0x82 - rounding interval to 32 microframes, ep desc says 48 microframes
[ 5426.696539] usb 1-9: ep 0x83 - rounding interval to 32 microframes, ep desc says 48 microframes
[ 5426.697743] input: Valve Software Wired Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:28DE:1102.002E/input/input84546
[ 5426.748549] hid-generic 0003:28DE:1102.002E: input,hidraw4: USB HID v1.11 Keyboard [Valve Software Wired Controller] on usb-0000:00:14.0-9/input0
[ 5426.749253] input: Valve Software Wired Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:28DE:1102.002F/input/input84547
[ 5426.749450] hid-generic 0003:28DE:1102.002F: input,hidraw6: USB HID v1.11 Mouse [Valve Software Wired Controller] on usb-0000:00:14.0-9/input1
[ 5426.750357] hid-generic 0003:28DE:1102.0030: hiddev0,hidraw7: USB HID v1.11 Device [Valve Software Wired Controller] on usb-0000:00:14.0-9/input2The udev rules seems to be adjusted in slackbuild accordingly to that previous issue. I've added myself to both input and plugdev groups. I also upgraded controllers firmware manually and then it was possible to do that via steam.
But controller just works as mouse and keyboard, X Y A B buttons does work in the Big picture mode correctly. But controller is not detected, not configurable and basically works entirely wrong in games, (well as a mouse and a bit of a keyboard).
P.S. Having no issues with cheap variant of PS3 controller.


Except that solution does not seem to work.
Here's my dmesg output.
Code:[ 5425.244809] usb 1-9: USB disconnect, device number 37
[ 5426.530965] usb 1-9: new full-speed USB device number 38 using xhci_hcd
[ 5426.696323] usb 1-9: New USB device found, idVendor=28de, idProduct=1102
[ 5426.696327] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5426.696329] usb 1-9: Product: Wired Controller
[ 5426.696331] usb 1-9: Manufacturer: Valve Software
[ 5426.696529] usb 1-9: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 5426.696534] usb 1-9: ep 0x82 - rounding interval to 32 microframes, ep desc says 48 microframes
[ 5426.696539] usb 1-9: ep 0x83 - rounding interval to 32 microframes, ep desc says 48 microframes
[ 5426.697743] input: Valve Software Wired Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:28DE:1102.002E/input/input84546
[ 5426.748549] hid-generic 0003:28DE:1102.002E: input,hidraw4: USB HID v1.11 Keyboard [Valve Software Wired Controller] on usb-0000:00:14.0-9/input0
[ 5426.749253] input: Valve Software Wired Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:28DE:1102.002F/input/input84547
[ 5426.749450] hid-generic 0003:28DE:1102.002F: input,hidraw6: USB HID v1.11 Mouse [Valve Software Wired Controller] on usb-0000:00:14.0-9/input1
[ 5426.750357] hid-generic 0003:28DE:1102.0030: hiddev0,hidraw7: USB HID v1.11 Device [Valve Software Wired Controller] on usb-0000:00:14.0-9/input2The udev rules seems to be adjusted in slackbuild accordingly to that previous issue. I've added myself to both input and plugdev groups. I also upgraded controllers firmware manually and then it was possible to do that via steam.
But controller just works as mouse and keyboard, X Y A B buttons does work in the Big picture mode correctly. But controller is not detected, not configurable and basically works entirely wrong in games, (well as a mouse and a bit of a keyboard).
P.S. Having no issues with cheap variant of PS3 controller.