This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Linux Mint or Ubuntu/Debian | |
# vim /etc/udev/rules.d/99-dualsense-controllers.rules | |
# udevadm control --reload-rules | |
# sudo modprobe hid-playstation | |
# sudo vim /etc/bluetooth/input.conf and set ClassicBondedOnly=false | |
# systemctl restart bluetooth | |
#PS5 DualSense controller over USB hidraw | |
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess" | |
#PS5 DualSense controller over bluetooth hidraw |