Comment on
Welcome to Lemmy, hosted at tchncs.de
Hallo und merci!
Comment on
Welcome to Lemmy, hosted at tchncs.de
Hallo und merci!
Comment on
Sidequest: Streamdeck Plus on Linux
Reply in thread
I think so. But' ill have another look. Thanks!
I tried every possible combination of udev-rules
# Stream Deck +
#SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0084", MODE:="666", GROUP="plugdev", TAG+="uaccess"
# HiDraw
#KERNEL=="hidraw*", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0084", MODE:="666", GROUP="plugdev", TAG+="uaccess"
SUBSYSTEM=="usb", MODE="0660" ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0084", GROUP="plugdev", SYMLINK+="streamdeck-plus"
SUBSYSTEM=="usb", OWNER="plugdev"