2010/6/28 <[email protected]>: > I'm trying to use Precise Biometrics Readers (250MC and 200MC). > I tried using ccid and pcsclite installed from ubuntu repositories (ubuntu > 10.04) which have ccid version 1.3.11. > With this configuration I always got an "Unresponsive card" message > everytime I try using ScardConnect. > So I tried compiling pcsclite and ccid (version 1.3.13). In this case when I > start the pcscd daemon I got this message: > "Firmware (4D.D1) is bogus! Update ..." > Effectively in the supported readers list in the site it is specified to use > Precise readers with firmware version 50.00. > But how come that with ubuntu packages I get "Unresponsive card" instead of > "Firmware is bogus"?
You can bypass the check for bogus firmware by editing the file /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist and change ifdDriverOptions from 0x0000 to 0x0004 (DRIVER_OPTION_USE_BOGUS_FIRMWARE). But that will not make the reader works better. You should upgrade the reader firmware. Contact Precise for that. Bye -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
