Search Criteria
Package Details: trezor-udev 1-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/trezor-udev.git (read-only, click to copy) |
|---|---|
| Package Base: | trezor-udev |
| Description: | Udev rules to connect trezor hardware wallets to your linux box |
| Upstream URL: | https://github.com/trezor/trezor-common |
| Keywords: | bitcoin cryptocurrency wallet |
| Licenses: | LGPL3 |
| Submitter: | pizzaman |
| Maintainer: | pizzaman |
| Last Packager: | pizzaman |
| Votes: | 10 |
| Popularity: | 0.62 |
| First Submitted: | 2020-11-11 23:19 (UTC) |
| Last Updated: | 2021-09-05 09:58 (UTC) |
Dependencies (1)
- udev (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR, systemd)
Required by (10)
- electrum-git (optional)
- nunchuk-desktop-appimage (optional)
- python-trezor-agent
- sparrow-wallet (optional)
- sparrow-wallet-git (optional)
- sparrow-wallet-reproducible (optional)
- trezor-suite-appimage
- trezor-suite-bin
- trezord-git
- trezord-go
Latest Comments
jancici commented on 2023-12-13 09:03 (UTC)
durring the boot I am getting a error in log
yes, I dont have that group in my system, I did install trezor-suite-appimage from aur. question: which package should be responsible to create
trezordgroup, this or suite-appimage package?pizzaman commented on 2021-09-05 10:03 (UTC)
@andrej Thanks for the suggestion. Changed plugdev to trezord.
andrej commented on 2021-09-04 00:23 (UTC)
This package is (sort of) broken from a
trezord-gitperspective: You needGROUP="trezord"instead ofGROUP="plugdev". Otherwise the app will display nonsensical error messages about missingudevrules (which are not missing for sure) andtrezordwill show the device on its (no clue why IPv4-only) HTTP interface as if everything was OK, but won’t show any diagnostics related to the permissions.Long story short, permissions need to be set to something accessible to
trezord, not (necessarily) to the human user.