Original grabbed joystick device causing problems in hidraw mode
See original GitHub issueWhen using the hidraw mode, ds4drv grabs the original joystick device (provided by the kernel drivers) and creates a new device. The original device is still present for the rest of the system, but it is disabled. Seems like the original device is causing problems. -@Ape
As above. Running either minecraft 1.7.10 with liteloader installed or FEZ from steam with this running causes a hang in both, and both remain hung until ds4drv is killed. Immediatly after running systemctl stop ds4drv.service
both resume function, while the latter, even if I kill all steam and such processes continues to run in D state
, and will not even respond to SIGKILL, but once I disable it it kills off properly.
Issue Analytics
- State:
- Created 9 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Gamepad - ArchWiki
Linux has two different input systems for gamepads – the original Joystick interface and the newer evdev-based interface.
Read more >udev rule successfully grabbing device, but failing at creating ...
I am trying to create a udev rule for a specific device, more specifically a usb snes controller. The device information is as...
Read more >Change hidraw device from mouse to joystick
The XInput mode works fine (loads xpad driver), but in the DInput mode the kernel identifies the device as a mouse, instead of...
Read more >View topic - Steam controller not recognized by Rocket League
I'm trying to use a Steam controller in Rocket League, ... it doesn't seem to be caused by a hardware problem or lack...
Read more >You will need to update your udev rules for the Steam Controller
sudo gedit /lib/udev/rules.d/99-steam-controller-perms.rules ... Valve HID devices over bluetooth hidraw
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would close this issue, but changing to non-hidraw mode is more of a workaround than an actual fix.
blarg. I’ll try that, but I’ll not be happy XD still, very annoying issue, would hope that it could be fixed at some point 😃