All articles

Udev rules

Udev is a device manager for the Linux kernel. In order to enable communication with Trezor via the kernel, we need to provide a so-called udev rule.


To install the udev rule for Trezor do one of the following:
 

 

sudo curl https://data.trezor.io/udev/51-trezor.rules -o /etc/udev/rules.d/51-trezor.rules


Afterwards disconnect and reconnect the device and you should be ready to go.