-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USBError UDEV rules? #11
Comments
What is your OS, is it systemd-based? This udev rule should work |
RPI4 Debian based latest raspbian os $ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye $ uname -a
Linux home-serve 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux I removed the manufacturer and set $ cat /lib/udev/rules.d/50-radiacode.rules
# Radiacode-10X radiation detector
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="f123", TAG+="uaccess", MODE="0777" |
It does appear that the manufacturer name has changed, so removing the manufacturer condition is a good choice. You don't need to set the |
The text was updated successfully, but these errors were encountered: