Hi Manas,

After installing pcsclite and CCID try to do this :-

 As root run command  "lsusb " 
You will get Vendor ID and product ID 

# lsusb 
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 008: ID 04e6:2010 SCM Microsystems, Inc.
 //here 04e6 is VendorID & 2010 is ProductID
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000


Now Edit file Info.plist , search this file , by default u will get here:-
Path : /usr/local/pcscd/drivers/ifd-ccid.bundle/contents/Info.plist 

Add the following line into
/usr/local/pcscd/drivers/ifd-ccid.bundle/contents/Info.plist          
                        In <key>ifdVendorID</key>

<string>0x04e6</string>

Add the following line into
/usr/local/pcscd/drivers/ifd-ccid.bundle/contents/Info.plist
In <key>ifdProductID</key>

<string>0x2010</string>

Add the following lines
/usr/local/pcscd/drivers/ifd-ccid.bundle/contents/Info.plist          
                           In <key>ifdFriendlyName</key>

<string>Axalto Reflex USB reader V3</string>
<string>Axalto Reflex USB reader V2</string>

try this and let me know if its still giving some problems ...

Amit


On 7/13/05, manas.mohapatra <[EMAIL PROTECTED]> wrote:
> Hi,
> I am using Redhat Linux 9.0 .I first download pcsc-lite-1.2.9-beta7 and 
> install it.It will fine work with SCR33x_Ver_4.1.1.
> When i use ccid-0.9.3 with pcsc-lite-1.2.9-beta7 i have problems.
> 
> I down load ccid-0.9.3 and unzip. Then when giving ./configure an error
> given when execuiting it-
> checking for pkg-config... /usr/local/bin/pkg-config
> checking for libpcsclite >= 1.2.9-beta5... configure: error: use 
> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
> 
> Then i execuit it like this-
> [EMAIL PROTECTED] ccid-0.9.3]# PKG_CONFIG_PATH=/usr/local/lib/pkgconfig 
> ./configure
> 
> Then make and make install.
> My pcscd is located in /usr/local/sbin
> I also updated the /etc/reader.conf file with giving path
> /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so.0.9.3
> 
> When i run the pcscd in for ground - ./pcscd -f
> It give errors -
> 
> dyn_unix.c:34:DYN_LoadLibrary() 
> /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so.0.9.3: 
> libpcsclite.so.1: cannot open shared object file: No such file or directory
> readerfactory.c:219:RFAddReader() SCR331 USB Smart Card Reader init failed.
> pcscdaemon.c:446:main() pcsc-lite 1.2.9-beta7 daemon ready.
> 
> The MAIN PROBLEM is the it can not open the shared object files.
> Please solve my problem.
> I am waiting for your mail
> 
> Regards,
> manas
> 
> _______________________________________________
> Muscle mailing list
> [email protected]
> http://lists.drizzle.com/mailman/listinfo/muscle
> 


-- 
Thanks and Regards,
Amit Danayak

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

Reply via email to