Hi, I tried adding two entries in the reader.conf file, but it didnt work. Here is the file:
================================================ # Configuration file for various smartcard # readers. This specifies the readers # library path. # # David Corcoran / MUSCLE Project FRIENDLYNAME "AseReader" DEVICENAME ASE_READER LIBPATH /usr/local/pcsc/drivers/ifd-Ase.bundle/Contents/Linux/ifd-Ase CHANNELID 0x200001 FRIENDLYNAME "AseReader" DEVICENAME ASE_READER LIBPATH /usr/local/pcsc/drivers/ifd-Ase.bundle/Contents/Linux/ifd-Ase CHANNELID 0x200002 ================================================ Still, the ifdhandler methods are called only with Lun=0x00000000, and only one reader functions. I also added support for the tag in GetCapabilities(), but nothing helps. Any suggestions? Thanks, Amira. -----Original Message----- From: David Corcoran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 4:13 PM To: '[EMAIL PROTECTED]' Subject: RE: MUSCLE PCSC-lite with multiple readers Hello, Currently in Linux the Lun remains fixed for automatic hotplug readers, Once the support for multiple identical devices on USB becomes available the Lun will change. For example on Mac OS X, this behavior works fine. I proposed /etc/reader.conf, because you can manually enter readers in (even if they are USB) and by changing the 0x200001 0x200002 ... you can manually change the Lun for testing until I get support in the hotplugger. Dave *************************************************************** Unix Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/ To unsubscribe send an email to [EMAIL PROTECTED] with unsubscribe sclinux *************************************************************** *************************************************************** Unix Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/ To unsubscribe send an email to [EMAIL PROTECTED] with unsubscribe sclinux ***************************************************************
