Hi,
I just bought my 3rd Yubikey, the YK4, (neo and standard before that) and set it up on my Arch Linux machine. All no problemo, Now here's my problem:
When I use the GPA to access my YK4 on Windows 10 (dev machine, need git signing, hence cli tools) it all works flawless (get shown all details and can edit them), however `gpg --card-status --verbose` gives me this output:
Quote:
C:\Users\t4cc0>gpg --card-status --verbose
gpg: detected reader `Yubico Yubikey 4 OTP+U2F+CCID 0'
gpg: reader slot 0: not connected
gpg: reader slot 0: active protocol: T1
gpg: slot 0: ATR=3B F8 13 00 00 81 31 FE 15 59 75 62 69 6B 65 79 34 D4
gpg: pcsc_transmit failed: invalid parameter (0x80100004)
gpg: apdu_send_simple(0) failed: invalid value
Please insert the card and hit return or enter 'c' to cancel: c
gpg: selecting openpgp failed: invalid argument
gpg: OpenPGP card not available: general error
GPA:
Using the same yk and the same command on Arch works perfect.
I have already tried removing all drivers fro the device manager and installing newer USB drivers. Anything I missed in the setup guide? I am really at the end of my ideas and googleing the error also did not result in any solutions.
Update: Just tried this, without success, but a different error:
Quote:
PS C:\Users\t4cc0> gpg-connect-agent.exe /bye
PS C:\Users\t4cc0> gpg --card-status --verbose
gpg: detected reader `Yubico Yubikey 4 OTP+U2F+CCID 0'
gpg: reader slot 0: not connected
gpg: pcsc_connect failed: sharing violation (0x8010000b)
gpg: reader slot 0: not connected
gpg: apdu_send_simple(0) failed: locking failed
Please insert the card and hit return or enter 'c' to cancel: c
gpg: selecting openpgp failed: general error
gpg: OpenPGP card not available: general error