User's Manual

32
Try each of the following three options.
Option 1
Edit the file /etc/udev/rules.d/20-hw1.rules file by adding the OWNER="<user>"
parameter to each line, where <user> is your Linux user name.
Then reload the rules as follows:
udevadm trigger
udevadm control --reload-rules
Retry the connection with Ledger Live. If it does not work, try the next option.
Option 2
Edit the /etc/udev/rules.d/20-hw1.rules file and add the following lines:
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660",
GROUP="plugdev", ATTRS{idVendor}=="2c97"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660",
GROUP="plugdev", ATTRS{idVendor}=="2581"
Then reload the rules:
udevadm trigger
udevadm control --reload-rules
Retry connecting with Ledger Live. If it does not work yet, try the last option.
Option 3
If you are on Arch Linux, you can try the following rules:
/etc/udev/rules.d/20-hw1.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581",
ATTRS{idProduct}=="1b7c", MODE="0660", TAG+="uaccess",
TAG+="udev-acl"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581",
ATTRS{idProduct}=="2b7c", MODE="0660", TAG+="uaccess",
TAG+="udev-acl"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581",
ATTRS{idProduct}=="3b7c", MODE="0660", TAG+="uaccess",
TAG+="udev-acl"