On Sun, 12 Feb 2006 23:33:22 +0100, Bjoern Schiessle said: > Please insert the card and hit return or enter 'c' to cancel: > gpg: pcsc_connect failed: unknown reader (0x80100009)
Stop pcscd and make sure that gpg has been build with libusb support. Using the option --debug-ccid-driver might be helpful. > gpg: card reader not available > *** glibc detected *** corrupted double-linked list: 0xb7e9b938 *** pcsclite problem. > As far as i know this occurs because pcscd is running. So i have stopped > the service and tried it again. Without pcsd i get this message after i Good. > have insert the card: > $ gpg -d foo.gpg > gpg: anonymous recipient; trying secret key BD609BA5 ... > gpg: apdu_send_simple(0) failed: no card > Please insert the card and hit return or enter 'c' to cancel: Use --debug-ccid-driver and if this does not give any insight, strace is your friend (grep for /dev/cmx0). There are still a few problems, but they are only related to reinserting a card. Salam-Shalom, Werner _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
