Hello,

On Wed, 2011-01-12 at 10:53 +0100, François Schauber wrote:
> Hi,
> 
> I just discovered OpenSC. I try to read my card, a Cryptoflex, but it
> seems unsupported.
> 
> D:\Program Files\OpenSC Project\OpenSC>opensc-tool.exe --reader 0 -a
> 3b:95:18:40:14:64:02:01:01:02
> 
> D:\Program Files\OpenSC Project\OpenSC>opensc-tool.exe --reader 0
> --name
> Unsupported card
> 
> Are all the card drivers included in OpenSC or we can download it
> somewhere?

All drivers are included. But it's possible to re-configure a specific
driver to serve your card too. In your case, you have to add the
following lines to /etc/opensc.conf:

card_atr 3b:95:18:40:14:64:02:01:01:02 {
        name = "Unknown-Cryptoflex";
        driver = "flex";
}

Which version are you running? 'opensc-tool -i'

Regards
Andre

_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to