GetSlotInfo failed, CKR_DEVICE_ERROR #649
Replies: 1 comment 3 replies
|
I confirm your command does not involve libp11. It could be a software (OpenSC, pcsc-lite) issue, but the error message suggests a hardware problem with the token itself. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I believe this is openSC however I don't actually know, I'm just running commands.
pkcs11-tool --module opensc-pkcs11.so --list-slots
Available slots:
Slot 0 (0x0): (GetSlotInfo failed, CKR_DEVICE_ERROR)
When I ran scan:
PC/SC device scanner
V 1.7.1 (c) 2001-2022, Ludovic Rousseau ludovic.rousseau@free.fr
Using reader plug'n play mechanism
Scanning present readers...
0: SCM Microsystems Inc. SCR 3310 [CCID Interface] (53312303255636) 00 00
Fri Apr 3 19:13:32 2026
Reader 0: SCM Microsystems Inc. SCR 3310 [CCID Interface] (53312303255636) 00 00
Event number: 0
Card state: Card inserted, Unresponsive card,
How do I resolve this?
All reactions