From: Markus K. <ko...@rr...> - 2013-05-23 12:34:14
|
On 05/17/2013 04:03 PM, Jean-Michel Pouré - GOOZE wrote: > Please refer to: > http://www.gooze.eu/howto/smartcard-quickstarter-guide/recommendations Using (full install including the mini driver) 32bit OpenSC 0.13 on Windows 7 x86 and the following registry entries --------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Calais\SmartCards\FTCOS-PK-01C] "80000001"="opensc-minidriver.dll" "ATR"=hex:3b,9f,95,81,31,fe,9f,00,65,46,53,05,30,06,71,df,00,00,00,80,6a,82,5e "ATRMask"=hex:FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,00,FF,FF,FF,FF,FF,FF,00,00,00,00 "Crypto Provider"="Microsoft Base Smart Card Crypto Provider" "Smart Card Key Storage Provider"="Microsoft Smart Card Key Storage Provider" --------- I grabbed the ATR&mask from the entersafe driver in OpenSC. I have the same problem as you reported here: http://permalink.gmane.org/gmane.comp.encryption.opensc.devel/12439 SCardGetCardTypeProviderName: The system cannot find the file specified. 0x2 (WIN32: 2) The thread does not provide a solution to the problem though. I did not modify the inf file - I just installed OpenSC, added the registry entries, and expected things to work. MfG Markus Kötter |