Re: Solaris 11 and pcsc-lite
Marcin Cieslak <[email protected]>
| Newsgroups | gmane.comp.lib.muscle |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 24 Nov 2015, William To wrote: > Hi All, > > 12:47 Card ATR: 3B BE 96 00 00 41 05 20 00 00 00 00 00 00 00 00 00 90 00 > hotplug_libusb.c:272:() Found matching USB device: /dev/usb:4e6.5111/0 > hotplug_libusb.c:286:() Refresh USB device: /dev/usb:4e6.5111/0 > hotplug_libusb.c:272:() Found matching USB device: /dev/usb:4e6.5111/0 > hotplug_libusb.c:286:() Refresh USB device: /dev/usb:4e6.5111/0 > hotplug_libusb.c:272:() Found matching USB device: /dev/usb:4e6.511 > > But no matter what mode I launched the pcscd daemon, the rdrlist still > returns "SCardEstablishContext error: Service not available." Getting ATR is good news - pcscd manages to talk to the card. I don't know how "rdrlist" works, but maybe there is something wrong with the pcscd communication socket? Is it using libpcsclite or something else? I would try running truss(1) on it to try to find out Marcin