D:\Program Files\OpenSC Project\OpenSC>opensc-tool.exe -i
opensc 0.12.0 [gcc  4.4.4]
Enabled features: zlib openssl pcsc(winscard.dll)

I added the lines in the opensc.conf but it's not enough, i assume it's
necessary to add the lines to treat the APDU treatment specific to this
Cryptoflex card.

2011/1/12 Andre Zepezauer <[email protected]>

> 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