Re: trezor-agent: using trezor as gpg key

2021-09-06 Thread Attila Lendvai
> strace -f trezor-gpg-agent 2>&1 |grep /dev this helped a lot, thank you! trezor-gpg-agent tries to open /dev/bus/usb/001/010, and a whole bunch of files and dirs under /sys/bus/usb/devices/, i.e. it did *not* touch /dev/hidraw0 nor /dev/usb/hiddev0. the latter of which is not even covered by t

Re: trezor-agent: using trezor as gpg key

2021-09-03 Thread Danny Milosavljevic
Hi, On Fri, 03 Sep 2021 07:55:19 + Attila Lendvai wrote: > i'm failing to configure my gnupg to use Trezor (an USB hw key store). > $ ls -l /dev/usb/ [...] > crw-rw 1 root plugdev 180, 0 Sep 3 09:25 hiddev0 > > $ groups > users plugdev [...] > > $ trezor-gpg-agent & > [1] 11223 > > $

trezor-agent: using trezor as gpg key

2021-09-03 Thread Attila Lendvai
hello, i'm failing to configure my gnupg to use Trezor (an USB hw key store). i have installed the trezord-udev-rules system-wide, but the rules refer to the "plugdev" group that is not present on guix. i see that some other packages do this: (add-after 'autoreconf 'change-udev-group (lambda _