Bruce Barnett wrote:

However, when I try to get the JCOP plug-in to activate, I get in the
JCOP Licensing Wizard alert the following error:

                No card was detected in primary smart card reader!
                Reason: 0

Perhaps the problem is because my system thinks it sees two readers,
when only one is plugged in?!


You should really create a /etc/reader.conf. Mine looks like:

----------
FRIENDLYNAME "Generic CCID reader v0.4.1"
DEVICENAME /dev/pcsc/1
LIBPATH /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so.0.4.1
CHANNELID 0x000001
-----------


I use the ccid driver that works with many readers.

./testpcsc returns the following data for me:

------------------------
./testpcsc

MUSCLE PC/SC Lite Test Program

Testing SCardEstablishContext    : Command successful.
Testing SCardGetStatusChange
Please insert a working reader   : Command successful.
Testing SCardListReaders         : Command successful.
Reader 01: Generic CCID reader v0.4.1 0 0
Enter the reader number          : 01

Waiting for card insertion
: Command successful.
Testing SCardConnect : Command successful.
Testing SCardStatus : Command successful.
Current Reader Name : Generic CCID reader v0.4.1 0 0
Current Reader State : 34
Current Reader Protocol : 1
Current Reader ATR Size : f
Current Reader ATR Value : 3B E6 00 FF 81 31 FE 45 4A 43 4F 50 32 31 07
Testing SCardDisconnect : Command successful.
Testing SCardReleaseContext : Command successful.


PC/SC Test Completed Successfully !
----------------------------

The detailed config depends on the reader you use. Could you please post what model you use and if it is attached via usb or serial.

best regards,

Christian

btw. Thanks for the hint to testpcsc I will add this to my howto

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

Reply via email to