Curious about your issues using the device @sshaikh, the rules work just fine for me with Ledger Live and Electrum.
Search Criteria
Package Details: ledger-udev 1-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/ledger-udev.git (read-only, click to copy) |
---|---|
Package Base: | ledger-udev |
Description: | Udev rules to connect a ledger wallet to your linux box |
Upstream URL: | https://www.ledgerwallet.com |
Licenses: | Apache |
Submitter: | quest |
Maintainer: | quest |
Last Packager: | quest |
Votes: | 25 |
Popularity: | 0.46 |
First Submitted: | 2018-07-26 08:07 (UTC) |
Last Updated: | 2024-03-25 23:31 (UTC) |
Dependencies (1)
- udev (systemd-chromiumosAUR, eudevAUR, systemd-gitAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd)
Required by (4)
Sources (1)
quest commented on 2023-02-22 21:09 (UTC) (edited on 2023-02-22 21:11 (UTC) by quest)
sshaikh commented on 2023-02-22 20:11 (UTC)
I'd actually suggest to leave it as a separate package, as it's useful for non-ledger live usage (provided it actually works ;)
yochananmarqos commented on 2023-02-22 20:08 (UTC)
@sshaikh: Technically, it should be a VCS package unless it uses a static commit.
Either way, since it's just one file, it should be pulled in as a source with both ledger-live
and ledger-live-bin
. No need to have a separate package for one file.
sshaikh commented on 2023-02-22 20:04 (UTC)
Another two points:
-
Should this be a vcs package? I understand that the source file doesn't change but since it's being downloaded from master, it's not really a reproducible build and will remain at 1-8 even if the source file changes.
-
I always have to add MODE="0666" to these udev rules in order to actually access the hardware, as per:
https://wiki.archlinux.org/title/udev#Allowing_regular_users_to_use_devices
is there a strategy here that I'm missing that doesn't require this?
quest commented on 2022-12-04 19:10 (UTC)
All cleaned up. Thanks for the feedback @phnx47!
phnx47 commented on 2022-11-30 14:50 (UTC) (edited on 2022-11-30 14:51 (UTC) by phnx47)
@quest Hey, I have 2 comments about package:
-
License should be Apache, not GPL: https://github.com/LedgerHQ/udev-rules/blob/master/LICENSE
-
Can remove unneeded file
20-hw1.rules
file, because use version from GitHub. Seems you commit this file sometimes by mistake.
Thank you for maintain package!
quest commented on 2021-10-21 05:15 (UTC)
Package installs fine for me, I would try removing any cached build files you have.
hitchhooker commented on 2021-10-20 14:28 (UTC)
:: (0/1) Downloaded PKGBUILD: ledger-udev -> error fetching ledger-udev: error: The following untracked working tree files would be overwritten by merge: 20-hw1.rules Please move or remove them before you merge. Aborting context: exit status 1
--> cant locate any 20-hw1.rules file in system. How to solve this?
riskyfart commented on 2021-10-06 22:22 (UTC)
Receiving the following error. It looks related to @Eothred's link which is no longer working.
error merging ledger-udev: error: The following untracked working tree files would be overwritten by merge: 20-hw1.rules
Pinned Comments
sshaikh commented on 2023-02-22 20:04 (UTC)
Another two points:
Should this be a vcs package? I understand that the source file doesn't change but since it's being downloaded from master, it's not really a reproducible build and will remain at 1-8 even if the source file changes.
I always have to add MODE="0666" to these udev rules in order to actually access the hardware, as per:
https://wiki.archlinux.org/title/udev#Allowing_regular_users_to_use_devices
is there a strategy here that I'm missing that doesn't require this?