hello, everybody.
I have two questions for help. Thank you in advanced.
My OS is Linux Kernel 2.4.

1. I wonder whether the driver of Infineer DT3500 has some bug or
anything else. Sometimes when I plug in DT3500 and run lsusb to see
what happens, it reports that bulkmsg error. Then I run dmesg to see
what happens, and I find that :
usb-uhci.c: interrupt, status 3, frame# 442
DT3500.c: set_interface returns 0

Another phenomenon is whenever I run testpcsc for the first time, it always say:
MUSCLE PC/SC Lite Test Program

Testing SCardEstablishContext    : Command successful.
Testing SCardGetStatusChange
Please insert a working reader   : Command successful.
Testing SCardListReaderGroups    : Command successful.
Group 01: SCard$DefaultReaders
Testing SCardListReaders         : Command successful.
Reader 01: DT3500 Reader 00 00
Waiting for card insertion       : Command successful.
Testing SCardConnect             : Card is unresponsive.
Then I run testpcsc for the second, it say:
......
Testing SCardEstablishContext    : Command successful.
Testing SCardGetStatusChange
Please insert a working reader   : Command successful.
Testing SCardListReaderGroups    : Command successful.
Group 01: SCard$DefaultReaders
Testing SCardListReaders         : Command successful.
Reader 01: DT3500 Reader 00 00
Waiting for card insertion       : Command successful.
Testing SCardConnect             : Command successful.
Testing SCardControl             : Transaction failed. (don't panic)
Testing SCardGetAttrib           : Transaction failed. (don't panic)
Testing SCardSetAttrib           : Transaction failed. (don't panic)
Testing SCardStatus              : Command successful.
Current Reader Name              : DT3500 Reader 00 00
Current Reader State             : 0x0034
Current Reader Protocol          : T=-3
Current Reader ATR Size          : 12 bytes
Current Reader ATR Value         : 3B 19 14 55 90 01 01 01 00 05 08 B0
Testing SCardDisconnect          : Command successful.
Testing SCardReleaseContext      : Command successful.

PC/SC Test Completed Successfully !

2. how to compile testpcsc seperately? Because I want to write a gtk
program to function as testpcsc, I'd like to how to do.
When I use the method mentioned in README like 
gcc -o testpcsc testpcsc.c -L/usr/local/pcsc/lib -lpcsclite -I.
`pkg-config --cflags --libs gtk+-2.0`
It doesn't work. And it reports that the header file can't be found.

Best regards,
TowerGee
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to