User Details
User Details
- User Since
- Nov 16 2017, 9:47 AM (365 w, 2 d)
- Availability
- Available
Feb 7 2022
Feb 7 2022
enno added a comment to T3020: Lock files not compatible between Windows and Linux (invalid size).
Yes, it would be convenient to use the same $GNUPGHOME in Git Bash (using /usr/bin/gpg) as in PowerShell / Cmd (using gpg.exe in %PATH%)
Dec 26 2017
Dec 26 2017
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
Yes, thank you, the smartcard is being recognized now.
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
After
patch -i scdaemon-fix-for-inactive-start.diff scd/ccid-driver.c
the following log obtains.
Dec 25 2017
Dec 25 2017
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
After installing libusb-devel, and configure and make, this is the new log.
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
Dec 24 2017
Dec 24 2017
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
The file scdaemon.log is short and contains only:
2017-12-24 12:32:53 scdaemon[4347] écoute sur la socket « /run/user/1000/gnupg/S.scdaemon » 2017-12-24 12:32:53 scdaemon[4347] gestionnaire pour le descripteur -1 démarré 2017-12-24 12:32:53 scdaemon[4347] pcsc_establish_context failed: no service (0x8010001d)
Dec 23 2017
Dec 23 2017
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
With latestes master, there still appears:
--- ~ » gpg --card-status 2 ↵ gpg: NOTE: THIS IS A DEVELOPMENT VERSION! gpg: It is only intended for test purposes and should NOT be gpg: used in a production environment or with production keys! gpg: selecting openpgp failed: Aucun périphérique de ce type gpg: la carte OpenPGP n'est pas disponible : Aucun périphérique de ce type
Nov 21 2017
Nov 21 2017
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
Thank you. Do you still need the log files with the settings suggested by Werner? Would I have to compile the master branch to see if it works now?
Nov 20 2017
Nov 20 2017
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
Nov 18 2017
Nov 18 2017
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
Ok, edited ~/.gnupg/scdaemon.conf to contain
Nov 16 2017
Nov 16 2017
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
But this does not explain why it works on the same system with GPG 2.1.11 instead of 2.2.2.
Here is what happens after applying the suggested quick fixes:
--- ~ » sudo pcscd --- ~ » sudo chown enno /dev/bus/usb/002/005 1 ↵ --- ~ » sudo chgrp users /dev/bus/usb/002/005 2 ↵ --- ~ » ls -l /dev/bus/usb/002/005 crw-rw-r-- 1 enno users 189, 132 16 nov. 15:17 /dev/bus/usb/002/005 --- ~ » gpg --card-status gpg: selecting openpgp failed: Aucun périphérique de ce type gpg: la carte OpenPGP n'est pas disponible : Aucun périphérique de ce type
enno added a comment to T3508: GPG 2.2.2 not recognizing card reader under Linux.
Dear Werner,