I have installed pcsclite-1.2.9-beta9 and the smartcard readerpConnection->tokenInfo.tokenAppLen = nameSize;
driver. Also I have installed muscleframework-1.1.5. The installation is successful but when I
executed the muscletest (provided pcsclite) it is saying token is unsupported. The output is as follows:
[EMAIL PROTECTED] src]#
./muscletest
>>>********************************************************
>>>
>>>Token #0
>>>Token name : MuscleCard Applet
>>>Slot name : SCR331 USB Smart Card Reader 00 00
>>>Token id : 3B7F1800000031C0739E010B6452D90400829000
>>>Token state : 0022
>>>Token type : 0004 token known
>>>
>>>********************************************************
>>>Token #0
>>>Token name : MuscleCard Applet
>>>Slot name : SCR331 USB Smart Card Reader 00 00
>>>Token id : 3B7F1800000031C0739E010B6452D90400829000
>>>Token state : 0022
>>>Token type : 0004 token known
>>>
>>>EstablishConn returns : Token is unsupported
this call in muscletest.c(pcsc-lite-1.2.9-beta9\libmusclecard\src)
is returning the error(Token is unsupported)
rv = MSCListTokens(MSC_LIST_SLOTS, tokenList, &tokenSize);
MSCListTokens function is defined in musclecard.c(pcsc-lite-1.2.9-beta9\libmusclecard\src)
the following part of the code is returning the error.
-=====================================================-
memcpy(pConnection->tokenInfo.tokenApp,
applicationName, nameSize);
rv = (*libPL_MSCIdentifyToken) (pConnection);
-======================================================-
what could be the problem?
Thanks,
K.Bala Subrahmanyam
D.L.Kumar
Jiyo cricket on Yahoo! India cricket
Yahoo! Messenger Mobile Stay in touch with your buddies all the time._______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
