Open vzool opened 1 year ago
I can't reset PIV it does show an error Unknown error: APDU error: SW = 0x6f00
PIV
Unknown error: APDU error: SW = 0x6f00
[Please explain what you did when the bug appeared, and if and how you have been able to reproduce it.]
[What did you expect to happen when you did the above?]
It should reset the device normally.
[What actually happened?]
[Anything else you would like to add?]
➜ yubikey git:(master) gpg --version gpg (GnuPG/MacGPG2) 2.2.40 libgcrypt 1.8.9 Copyright (C) 2022 g10 Code GmbH License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: /Users/vzool/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 ➜ yubikey git:(master) gpg --card-status gpg: selecting card failed: Operation not supported by device gpg: OpenPGP card not available: Operation not supported by device ➜ yubikey git:(master) gpg-connect-agent --hex > scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 ERR 100663406 Card removed <SCD> > scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 ERR 100663406 Card removed <SCD> > scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 ERR 100663406 Card removed <SCD> > scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 ERR 100663406 Card removed <SCD> > scd apdu 00 20 00 81 08 40 40 40 40 40 40 40 40 ERR 100663406 Card removed <SCD> > gpg-connect-agent: signal Interrupt caught ... exiting
Could you launch through the terminal with the --log-level DEBUG flag at the end? It should give more information. For example /Applications/YubiKey\ Manager.app/Contents/MacOS/ykman-gui --log-level DEBUG
--log-level DEBUG
/Applications/YubiKey\ Manager.app/Contents/MacOS/ykman-gui --log-level DEBUG
I can't reset
PIV
it does show an errorUnknown error: APDU error: SW = 0x6f00
Steps to reproduce
[Please explain what you did when the bug appeared, and if and how you have been able to reproduce it.]
Expected result
[What did you expect to happen when you did the above?]
It should reset the device normally.
Actual results and logs
[What actually happened?]
Other info
[Anything else you would like to add?]