Did you set the permissions for the usb-device so that your user is allowed to access it? It depends on your distribution how to do that.
this post was submitted on 20 Jul 2023
2 points (100.0% liked)
Federated Streaming
4 readers
1 users here now
All Things OpenSource and Federated Streaming
founded 2 years ago
MODERATORS
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"