There are some problems with the PC/SC Lite driver of the CardMan 2020. These problems are that the driver doesn't do the chaining in T=0 when the APDU are a case 2 or 4. I have contacted the developer of Omnikey and he may send me a new version with this problem fixed. There is also problem with the handling of the procedural bytes as NULL (0X60). I hope with the new version your problem will be fixed. Have you tried to debug the driver? touch /etc/cm2020dbglvl.conf echo "<dbg level to use>" > /etc/cm2020dbglvl.conf
Meaning of fhe debug levels: 0 : No mesages show up 1 : Only very important messages (messages which shoud always be shown) 2 : Main function entry/exit points 3 : Helper functions entry/exit points 4 : Inforamtions from within main functions 5 : Information from within helper functions >6: All other informations The debug messages are sent to your system log file (usually this is /var/log/messages); so you can read the messages by using the commands "dmesg" or "tail -f <path-to-your-system-log-file>". Regards, Damien Sauveron > Forgot to mention this: > - MacOSX with Omnikey CardMan 2020 -> doesn't work > - SuSE 8.2 with ACS ACR30U -> works > - Windows XP with Omnikey CardMan 4000 -> works > > > On Saturday 19 July 2003 10:18, bk wrote: > > Did you find the solution? > > > > I have a similar problem with an Atmel CryptoMemory card (T=0). > > > > Works fine on SuSE Linux with pcsc-lite v1.1.1 and on Windows XP but on > > MacOSX 1.02 it fails in SCardTransmit() with SCARD_E_NOT_TRANSACTED. > > > > On Friday 20 June 2003 06:27, Jaya Singhal wrote: > > > Hello, > > > I'm trying to use Schlumberger Cryptoflex 8K smart cards in a Gemplus > 430 > > > reader using pcsc-lite-1.1.1 under Mac OSx 10.2, and its not working. > > > The testpcsc program shipped with pcsc-lite ran successfully. But when I > > > tried running my java application which reads and writes to the card it > > > just didnt work. Application just hung there till the card was not > > > removed. I tried using formaticc but for each APDU command send to the > > > Cryproflex, I get a '.error -2146435050'. Then I modified testpcsc > > > program and inserted this code to test SCardTransmit method it always > > > returns 'Transaction failed.' which refers to SCARD_E_NOT_TRANSACTED in > > > pcsclite.h. But it works fine with multos and gemplus cards. > > > Any help regarding this is appreciated. > > > Thanks, > > > Jaya > > > > > > > > > _______________________________________________ > > > Muscle mailing list > > > [EMAIL PROTECTED] > > > http://lists.musclecard.com/mailman/listinfo/muscle > > > > _______________________________________________ > > Muscle mailing list > > [EMAIL PROTECTED] > > http://lists.musclecard.com/mailman/listinfo/muscle > > _______________________________________________ > Muscle mailing list > [EMAIL PROTECTED] > http://lists.musclecard.com/mailman/listinfo/muscle > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
