-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controller not detected: Nintendo wired controller, HORIPAD S #29
Comments
Rules with This device appears to be using the If you run
with this device unplugged, wait for it to finish describing all your other devices (it should say {"all-for-now": true} at the end), and then plug this device in, what additional information is displayed after the {"all-for-now": true} marker? Press Ctrl+C to stop the input monitor when it has finished displaying the new device(s).
The If you're going to use |
~/.steam/root/ubuntu12_32/steam-runtime/run.sh steam-runtime-input-monitor when unplugging and plugging the device: |
Thanks. The input device monitor identifies it as As I suspected, this does not seem to be a HID device, so a @slouken: does SDL or Steam perhaps need a device table entry for this controller? Or could SDL or Steam perhaps do this programmatically, and assume that all devices with the |
I tried adding this controller but it wouldn't be recognized
this is the rule:
KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="00dc", MODE="0660", TAG+="uaccess"
|I'm not sure what's wrong with the rule, but no matter what I try it just wont show up in Steam
The text was updated successfully, but these errors were encountered: