Skip to content
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

udev rules for Debian Bookworm incomplete #19

Open
git-madresc opened this issue May 15, 2024 · 1 comment
Open

udev rules for Debian Bookworm incomplete #19

git-madresc opened this issue May 15, 2024 · 1 comment

Comments

@git-madresc
Copy link

On Debian, you need to set permissions for the HID device, too:

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0888", ATTRS{idProduct}=="4000", MODE="0664", GROUP="plugdev"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0888", ATTRS{idProduct}=="4000", GROUP="plugdev", MODE="0664"

Then you need to trigger (i think) the systemd-udevd.service:

systemctl daemon-reload
udevadm control --reload-rules
udevadm trigger
@schwabix-1311
Copy link

Since Adam apparently doesn't maintain this code any more, I want to invite you to send a PR to my fork https://github.com/schwabix-1311/tc420. It includes all pending PRs found in Adam's repo.

Please note PR #12 as it might interfere with your suggested change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants