>now when i use ./muscletool (in pcsclite)command my token is recognised >but it isshowing the message as token not supported. further on using >muscletool(in muscleframework) again my card is recognised but its not >getting connected. moreover i am not able to format the token.
Make sure your card's ATR is listed in the pcsc/services/mscMuscleCard.bundle/Contents/Info.plist file. The stderr messages usually help in identifying the problem, because it says something like: tokenfactory.c:194:TPSearchBundlesForAtr ATR comparison: Target Match: 3BE600FF8131FE454A434F50323107 tokenfactory.c:207:TPSearchBundlesForAtr ATR comparison: Source: 3B04411177B1 tokenfactory.c:207:TPSearchBundlesForAtr ATR comparison: Source: 3B3B94008065AF030D0174830F9000 tokenfactory.c:207:TPSearchBundlesForAtr ATR comparison: Source: 3B6500009C02020102 tokenfactory.c:207:TPSearchBundlesForAtr ATR comparison: Source: 3B759400006202020201 tokenfactory.c:207:TPSearchBundlesForAtr ATR comparison: Source: 3BE600FF8131FE454A434F50323107 tokenfactory.c:219:TPSearchBundlesForAtr Match found at ATR alias 4 tokenfactory.c:242:TPSearchBundlesForAtr Product name: MuscleCard Applet tokenfactory.c:304:TPSearchBundlesForAtr Default AID name: A00000000101 1. MuscleCard Applet Also - I found that the old version of muscleTool didn't work for me when I tried to use the defualt Muscle key. That is, when you typed "format 1" and then selection option 2, this failed. The work-around is to pick option 3, and to type the MUSCLE default key explicitly. You can also set the environment variable MUSCLECARD_DEBUG before starting muscleTool to get better debug messages. The latest CVS version fixes this problem, and adds a convenient -d option to set the environment variable when calling muscleTool. I am using the CVS version of the muscleframework/pcsc-lite. One of the changes I put in was better reporting of internal errors, making it easier to debug problems. So this might be necessary. _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.drizzle.com/mailman/listinfo/muscle
