Hello, *.*
I am trying to install pcsc and infineer 3500 smart card reader on my
NEC laptop. Here is the environment:
1. Linux TowerAIS 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686
i386 GNU/Linux. (with usb support)
2. Infineer 3500 smart card reader is usb port.
3. pcsc-lite-1.2.9-beta6
4. infineer DT3500 device driver source code infDT3500-1.0.0.tar.gz
(from www.linuxnet.com)
The following steps are my operations. When I view the log file
/var/log/messages, it said:
Feb 16 15:50:02 TowerAIS pcscd:
tokenparser.l:134:LTPBundleFindValueWithKey Value/Key not d
efined for: CFBundleExecutable, indice: 0
Please give me some advice how to make it works.
First of all, I install PCSC lite using the following steps:
1. ./configure --enable-usbdropdir=/usr/local/pcsc/drivers
--enable-libusb=/usr --enable-runpid=/var/run/pcscd.pid
--enable-debugatr --prefix=/usr/local/pcsc
(here I have a question. In fact, the
files,libusb-0.1.so.4,libusb.so,libusb.a,ets are located in /usr/lib.
Should I use --enable-libusb=/usr/lib instead?)
2. make
3. make install
Secondly, use "lsusb" to get VendorId and ProductId.
VendorId=0x0802
ProductId=0x2800
Thirdly, tar zxvf infDT3500-1.0.0.tar.gz and cp -r infDT3500/
/usr/local/pcsc/drivers/infDT3500.bundle/, then type "make" to get
libDT3500.so. After that, create the Info.plist file in
/usr/local/pcsc/drivers/infDT3500.bundle/Contents. The content are:
<key>ifdProductString</key>
<string>Infineer3500</string>
<key>ifdVendorID</key>
<string>0x0802</string>
<key>ifdProductID</key>
<string>0x2800</string>
<key>ifdFriendlyName</key>
<string>Infineer3500</string>
Finally, run /usr/local/pcsc/sbin/pcscd. Error occurs:
Feb 16 15:50:02 TowerAIS pcscd:
tokenparser.l:134:LTPBundleFindValueWithKey Value/Key not d
efined for: CFBundleExecutable, indice: 0
While I try to run testpcsc, it hangs on:
MUSCLE PC/SC Lite Test Program
Testing SCardEstablishContext : Command successful.
Testing SCardGetStatusChange
Thanks in advanced.
Best wishes,
TowerGee
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle