Hi Oon, > I have problem with USB Smart Card Reader, > I've installed slb_rfUSB-drv-0.9.0.tar.gz and pcsc-lite-1.1.1, > but I don't know what's the CHANNELID in /etc/reader.conf and > what should I change the Info.plist? The USB smart card reader don't need to be declared in the /etc/reader.conf. The hotplug mechanism and pcscd give it a CHANNELID. (The first will be 0x200001) Change nothing in the Info.plist. Delete the entry for your reader in /etc/reader.conf. Use the last version of PC/SC Lite [1]. Start pcscd : pcscd -f -d stderr and now plug your reader, and unplug it. I hope it will work.
Oops! It seems also that the ifdProductID (0x2004) in your Info.plist is not the same as for your lsusb where idProduct is 0x200a. Maybe you will need to modify this in the Info.plist. > if I want to use 2 smartcard reader (in same model with this), > what should i do then? If you plug 2 readers, they will have 2 differents ChannelID. I have plug more than 10 USB readers without problems (when the driver of the reader is compliant for supporting more than one reader) > >>>>> what else documentation do you need to know? You have some documentation on how install an usb reader on [2]. And you also have documentation in the package with the source of PC/SC Lite. Last information is also the last version of the ifdhandler documentation [3]. It describes the USB bundle approach in some detail. [1] http://alioth.debian.org/projects/pcsclite/ [2] http://damien.sauveron.free.fr/ [3] http://www.musclecard.com/ifdhandler-3B.pdf Best regards, Damien Sauveron ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
