Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
did you check if it is seen by steam like a generic controller instead of an xbox controller? not all xbox-like controllers are interpreted as such
journalctl -f
Jan 06 15:30:57 oppa-hex-ssd kernel: usb 5-4.2: new full-speed USB device number 7 using ehci-pci
Jan 06 15:30:57 oppa-hex-ssd kernel: usb 5-4.2: New USB device found, idVendor=045e, idProduct=02ea
Jan 06 15:30:57 oppa-hex-ssd kernel: usb 5-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 06 15:30:57 oppa-hex-ssd kernel: usb 5-4.2: Product: Controller
Jan 06 15:30:57 oppa-hex-ssd kernel: usb 5-4.2: Manufacturer: Microsoft
Jan 06 15:30:57 oppa-hex-ssd kernel: usb 5-4.2: SerialNumber: 3032363030333739363034363436
Jan 06 15:30:57 oppa-hex-ssd mtp-probe[32327]: checking bus 5, device 7: "/sys/devices/pci0000:00/0000:00:16.2/usb5/5-4/5-4.2"
Jan 06 15:30:57 oppa-hex-ssd mtp-probe[32327]: bus: 5, device: 7 was not an MTP device
Jan 06 15:30:57 oppa-hex-ssd kernel: input: Microsoft X-Box One S pad as /devices/pci0000:00/0000:00:16.2/usb5/5-4/5-4.2/5-4.2:1.0/input/input15
Jan 06 15:30:57 oppa-hex-ssd kernel: usbcore: registered new interface driver xpad
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[4611]: (II) config/udev: Adding input device Microsoft X-Box One S pad (/dev/input/js0)
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[4611]: (II) No input driver specified, ignoring this device.
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[4611]: (II) This device may have been added with another device file.
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[1597]: (II) config/udev: Adding input device Microsoft X-Box One S pad (/dev/input/js0)
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[1597]: (II) No input driver specified, ignoring this device.
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[1597]: (II) This device may have been added with another device file.
Jan 06 15:30:57 oppa-hex-ssd upowerd[4269]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:16.2/usb5/5-4/5-4.2
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[4611]: (II) config/udev: Adding input device Microsoft X-Box One S pad (/dev/input/event15)
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[4611]: (II) No input driver specified, ignoring this device.
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[4611]: (II) This device may have been added with another device file.
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[1597]: (II) config/udev: Adding input device Microsoft X-Box One S pad (/dev/input/event15)
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[1597]: (II) No input driver specified, ignoring this device.
Jan 06 15:30:57 oppa-hex-ssd /usr/lib/gdm3/gdm-x-session[1597]: (II) This device may have been added with another device file.
Since then I removed the xpad module from the kernel (I actually had it built in) and started using xboxdrv[pingus.seul.org] and I haven't had a lot of issues since. (I did need to mimic the xpad driver and configure a deadzone to prevent drift: xboxdrv --mimic-xpad --deadzone 4500)
Yesterday I had an issue with Rocket League not detecting any input from the controller while steam big picture worked fine. (Steam did mention it didn't detect a controller though.)
I managed to fix this by messing around with the controller config checkboxes in Steam. (I needed to disable xbox controller support and enable generic controller support which I had disabled before.) After a restart of steam it worked. Hope this helps.
This was exactly my problem. Disabling xbox controller support and enabling generic controller support worked. Seems counter intuitive, but it worked haha. Thanks man.