RPCS3 Forums

Full Version: Ubuntu 19.10 DualShock4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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