-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Udev rules don't work on Ubuntu 21.10 #12
Comments
FYI, I have not gotten this fixed. A colleague on Ubuntu 20.04.3 LTS had a working ledger until upgrading the firmware. It seems likely this is a firmware bug and unlikely a udev rules change would help. FWIW I tried adding this kind of stuff to the udev rules: https://forum.electro-smith.com/t/web-programmer-securityerror-access-denied-on-linux-solved/192 which I noticed Trezor's rules have, but didn't help (also didn't hurt - ledger live could still connect fine). |
i ve used ledger-live for two years on Win7 no problem, though since the latest upgrade to both version 2.49.2 & 2.50 i ve had no luck reaching nano - I've removed all previousley installed drivers and reinstalled both apps on Win and Linux hosts, both have failed to detect nano - luckily though the mobile version still works .. for how long though im not sure .
Ubuntu 22.04 Ledger Live 2.50.0 $ cat ledgerlive-logs-2022.12.02-18.00.55-9a329e7.json ...."✖ CMD connectManager error","pname":"renderer","timestamp":"2022-12-02T17:00:49.922Z"},{"type":"cmd.ERROR","data":{"name":"CantOpenDevice"},"level":"warn","message":"✖ CMD connectManager error","pname":"internal","timestamp":"2022-12-02T17:00:49.918Z"},{"error":{"name":"CantOpenDevice"},"level":"warn","message":"Command error:","pname":"internal","timestamp":"2022-12-02T17:00:49.916Z"},{"type":"hid-verbose","message":"new HID transport","level":"debug","pname":"internal","timestamp":"2022-12-02T17:00:49.914Z"},{"type":"promise-retry","message":" failed. 1 retry remain. TypeError: cannot open device with path /dev/hidraw1","level":"debug","pname":"internal","timestamp":"2022-12-02T17:00:48.896Z"},{"type":"hid-verbose","message":"new HID transport","level":"debug","pname":"internal","timestamp":"2022-12-02T17:00:48.895Z"},{"type":"promise-retry","message":" failed. 2 retry remain. TypeError: cannot open device with path /dev/hidraw1", ..... https://wiki.archlinux.org/title/udev : "udev's main purpose is to act upon peripheral detection and hot-plugging, including actions that return control to the kernel, e.g., loading kernel modules or device firmware. Another component of this detection is adjusting the permissions of the device to be accessible to non-root users and groups. As the successor of devfsd and hotplug, udev also manages device nodes in the /dev directory by adding, symlinking and renaming them. udev replaces the functionality of both hotplug and hwdetect. " |
I found something Ubuntu has Ledger's udev rules in its repo
have yet to install em & run the app.... but in tthe meantime you could do the same |
It Worked ! |
My user is also apart of the plugdev group, but no love. Eg attempting to connect my trezor at https://adalite.io/ does not recognize the device after I put my pin in.
The text was updated successfully, but these errors were encountered: