Safaril / udev-rules

Rules file for Udev so you can access KeepKey on linux while not as root.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDEV Rules

On linux platforms, you'll need to install UDEV rules in order to allow non-root users to communicate with your KeepKey:

$ 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

Then unplug & replug your device. You do not need to restart your machine.

About

Rules file for Udev so you can access KeepKey on linux while not as root.