Criptocard and Mac OS X
Um Zugang zu den Foren zu erhalten, müssen Sie angemeldet sein. Machen Sie das hier
|
Autor
|
Nachricht
|
|
kaekko
Ort:
|
Freitag, 17. November 2006 15:41:31
Criptocard and Mac OS X
I have done all the things describet in: MacOS gpg-agent and pinentry HOWTO.txt
but I receive the following errors:
Without card reader:
gpg: pcsc_connect failed: unknown reader (0x80100009)
gpg: card reader not available
gpg: OpenPGP card not available: general error
with card reader, but without smart card:
gpg: detected reader `CCID Smart Card Reader 0 0'
gpg: pcsc_connect failed: no smartcard (0x8010000c)
gpg: apdu_send_simple(0) failed: no card
Please insert the card and hit return or enter 'c' to cancel:
with reader + smart card:
reader `CCID Smart Card Reader 0 0'
gpg: pcsc_transmit failed: not transacted (0x80100016)
gpg: apdu_send_simple(0) failed: general error
Please insert the card and hit return or enter 'c' to cancel: c
gpg: selecting openpgp failed: general
any idea?
|
|
pc
Ort:
|
Sonntag, 04. Februar 2007 14:57:59
Re: Criptocard and Mac OS X
Do this:
@foo:~$ echo $GPG_AGENT_INFO
U havenot included the source of $HOME/.gnupg/.gpg-agent correctly if echo returns nothing.
Also it was mandatory to install the newest driver for my CardReader SCR335.
|
|
kaekko
Ort:
|
Sonntag, 04. Februar 2007 21:50:08
Re: Criptocard and Mac OS X
I have installed new drivers from: http://www.scmmicro.com/support/pcs_product_drivers.html#SCR and it works.
The drivers where the problem.
|
|
jj31415
Ort:
|
Donnerstag, 20. September 2007 01:25:04
Possibly useful discovery: GPG_TTY
gpg2 --card-status was not returning the shell prompt to me until I added the following to my ~/.profile on Mac OS 10.4.10:
export GPG_TTY=`tty`
This is documented in the man-page for gpg-agent.
Ancillary info: using SCM SPR532, gpg installations from http://www.py-soft.co.uk/~benjamin/download/mac-gpg/, no installation of extra drivers from SCM.
|
|
Giovanni Angoli
Ort:
|
Montag, 18. August 2008 17:34:43
For those who are using OS X 10.5.4
PC/SC implementation in 10.5.4 is quite buggy. I wasn't able to use the smartcard with a SCR 531 Usb reader. Installing this update linked here fixed the problem. Now the card works as expected.
|