Le mercredi 13 ao�t 2003 � 10:38:58, Alexandre Afonso Domingues a �crit:
> Hi there,

Hello,

> I was trying to use your driver and wasn't very sucessful.
> I have 2 scr331 usb ccid readers, but the driver developed by scm only supports one 
> reader at a time.
> I uninstalled that driver, and installed yours.(make install) (had to put the 
> libusb-> ./configure > make > make install)
> Then, restarted pcscd (1.1.2), ran the test program (testpcsc) and no readers were 
> listed, where 1 was listed with the scm driver.

Test procedure:
- install the driver in the directory used by pcscd to find hotplug
  drivers. By default pcscd and my ccid driver use /usr/local/pcsc/drivers/
  
  Your "old" scr331 driver was in /usr/local/pcsc/drivers/?

- check the reader is supported by the driver.
  Get your reader USB identification using the lsusb(1) command:
  $ lsusb
  [...]
  Bus 001 Device 048: ID 08e6:4433 Gemplus

  Look for 08E6 (ifdVendorID) and 4433 (ifdProductID) in
  /usr/local/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
  Of course your numbers will be different.

  If you can't find them add them (if you know what you do) and/or mail me.

- (re)start pcscd with debug on stdout. Simply do 'pcscd --debug stdout'
  (you will need to have root priviledges). And look for:
  [...]
  readerfactory.c:1319 RFInitializeReader: Attempting startup of ReaderName
  readerfactory.c:1061 RFBindFunctions: Loading IFD Handler 2.0
  ifdhandler.c:76 Entering IFDHCreateChannel (lun: 0)
  ccid_usb.c:131 Manufacturer: Ludovic Rousseau ([EMAIL PROTECTED])
  ccid_usb.c:139 ProductString: Generic CCID reader v0.1.0
  ccid_usb.c:143 Copyright: This driver is protected by terms of the GNU General 
Public License version 2, or (at your option) any later version.
  ccid_usb.c:223 Found Vendor/Product: 08E6/4433 (GemPC433 SL)
  ccid_usb.c:224 Using USB bus/device: 001/047

  If you don't see this the driver is not installed correctly or your
  reader is not supported.

> Does your driver support 2 scr331 readers at the same time?

Yes. Uo to 16 readers in the present configuration.

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to