We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I've bought this controller and I can't get it work over usb ds4drv --hidraw
ds4drv --hidraw
just infinitely scans for devices
lsusb
Bus 001 Device 026: ID 054c:05c4 Sony Corp. DualShock 4 [CUH-ZCT1x]
udev rules
KERNEL=="uinput", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c4", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", KERNELS=="0005:054C:05C4.*", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", KERNELS=="0005:054C:09CC.*", MODE="0666"
The text was updated successfully, but these errors were encountered:
Same thing for me, had to use another controller
Sorry, something went wrong.
Isn't there any other software to make this unsupported version work?
No branches or pull requests
So I've bought this controller and I can't get it work over usb
ds4drv --hidraw
just infinitely scans for devices
lsusb
Bus 001 Device 026: ID 054c:05c4 Sony Corp. DualShock 4 [CUH-ZCT1x]
udev rules
KERNEL=="uinput", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="05c4", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", KERNELS=="0005:054C:05C4.*", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0666" KERNEL=="hidraw*", SUBSYSTEM=="hidraw", KERNELS=="0005:054C:09CC.*", MODE="0666"
The text was updated successfully, but these errors were encountered: