ds4drv icon indicating copy to clipboard operation
ds4drv copied to clipboard

Does CUH-ZCT1x has any support?

Open steveunixson opened this issue 2 years ago • 2 comments

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"

steveunixson avatar Jul 01 '22 19:07 steveunixson

Same thing for me, had to use another controller

karimrir1 avatar Aug 05 '22 16:08 karimrir1

Isn't there any other software to make this unsupported version work?

AbdulRhmanHS avatar Jul 09 '23 00:07 AbdulRhmanHS