[Bug 1220909] No game controllers detected
https://bugzilla.suse.com/show_bug.cgi?id=1220909 https://bugzilla.suse.com/show_bug.cgi?id=1220909#c12 --- Comment #12 from Ryan Stucki <r_stucki@yahoo.com> --- I figured it out... The Xbox driver module is "xpad" (from what I can tell) The output of "lsmod | grep xpad" showed no results. Running "modprobe xpad" fixed all issues. Xbox controller now works, and Steam controller no longer disconnects. (It seems the Steam controller is detected as an Xbox controller in Linux, so lack of Xbox driver was causing the issues.) digging in further, there was a blacklist file in /etc/modprobe.d called "xone-blacklist.conf" This file blacklisted the "xpad" driver. I commented out the line blacklisting the "xpad" driver, and everything works well from boot now. I have no idea how/when the blacklist file was created. I'm guessing a recent update switched to the "xone" driver instead of xpad, but xone doesn't seem to be working... ("lsmod | grep xone" shows no results as well..., and "modprobe xone" spits back an error.) WORKAROUND: "modprobe xpad" -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com