すべての記事
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 udev rule.
How to install the udev rule for Trezor
To install the udev rule for Trezor, do one of the following:
RPM-based Linux distributions: Install
https://data.trezor.io/udev/trezor-udev-2-1.noarch.rpmDEB-based Linux distributions: Install
https://data.trezor.io/udev/trezor-udev_2_all.debManual installation: Run the following script:
sudo curl https://data.trezor.io/udev/51-trezor.rules -o /etc/udev/rules.d/51-trezor.rulesAfterwards, disconnect and reconnect the device, and you should be ready to go.