RPCS3 Forums
Ubuntu 19.10 DualShock4 - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: Ubuntu 19.10 DualShock4 (/showthread.php?tid=201014)



Ubuntu 19.10 DualShock4 - holynoob - 11-29-2019

After updating Ubuntu from 19.04 to 19.10 DualShock4 stopped working via Bluetooth(it works fine via USB though)
Rules are present:
Code:
cat /etc/udev/rules.d/99-ds4-controllers.rules
# DualShock 4 Slim over USB
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="09cc", MODE="0666"

# DualShock 4 Slim over Bluetooth
KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0666"
In Rpcs3 it is not detected. Neither by DualShock 4 Handler nor by Evdev. Touchpad doesn't work either. But device is present.
Code:
sudo find /sys/ -name *054C*
/sys/kernel/debug/hid/0005:054C:09CC.000C
/sys/devices/pci0000:00/0000:00:1c.6/0000:09:00.0/usb5/5-1/5-1:1.0/bluetooth/hci0/hci0:71/0005:054C:09CC.000C
/sys/bus/hid/devices/0005:054C:09CC.000C

Where is a problem?
Kernel version: 5.3.0-23-generic