keepkey / udev-rules

Rules file for Udev so you can access KeepKey on linux while not as root.
14 stars 12 forks source link

Rule does not work on Fedora 23 & 24 #1

Open lmacken opened 8 years ago

lmacken commented 8 years ago

I'm not exactly sure what the deal is here, but the default udev rule does not work for me with systemd-udev-229-8.fc24.x86_64.

I modified the rule to match based on the ID_MODEL, and now it works...

SUBSYSTEM=="usb", ENV{ID_MODEL}=="KeepKey", MODE="0666", GROUP="dialout", SYMLINK+="keepkey%n"
KERNEL=="hidraw*", ATTRS{idVendor}=="2b24", ATTRS{idProduct}=="0001", MODE="0666", GROUP="dialout"
Safaril commented 4 years ago

curl -OL https://raw.githubusercontent.com/keepkey/udev-rules/master/51-usb-keepkey.rules $ sudo mv 51-usb-keepkey.rules /usr/lib/udev/rules.d $ sudo udevadm control --reload-rules