thanks. But after I changed /etc/reader.conf (/dev/ttyS0-->/dev/null), the same error occur. It still said that some file can't be opened. When I read readerfactory.c in line 1085: rv = IFDOpenIFD(rContext), I believe that "Unable to open" means unable to open a communication channel to the IFD. IFDOpenIFD is implemeted in ifdwrapper.c.
Because I am not familiar with IFD framework, I have to ask for help. > Message: 4 > Date: Tue, 26 Apr 2005 21:33:32 +0200 > From: Karsten Ohme <[EMAIL PROTECTED]> > Subject: Re: [Muscle] libmusclecard for Windows and Linux > To: [EMAIL PROTECTED], MUSCLE <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Ludovic Rousseau schrieb: > > >On 4/25/05, Karsten Ohme <[EMAIL PROTECTED]> wrote: > > > > > >>Ludovic Rousseau wrote: > >> > >> > >>>It is not the correct way to go. Can't you use the ones from pcsc-lite > >>>event if pcsc-lite is not installed (just the source code)? > >>> > >>> > >>Okay. These files can also be moved to the pcsc-lite sources. But for a > >>Windows system these files must be offered in a separate packet and it > >>must be mentioned where to get it, best at the same location. > >> > >> > > > >Hmm! Maybe the separation between pure pcsc and libmusclecard was not > >a good idea after all. They have too many source files in common. > > > >Should we go back and have only one source archive as we had before > >1.2.9-beta7? > > > > > > Well, it is quite logical how it is now. It is reasonable that the > functionality of libmusclecard and and pcsclite is quite different. The > only difference for Windows systems is that some of the header files > must be available as prerequisites. If this is mentioned, this is > enough. But indeed also some sources files (I believe the tokenparser.c, > maybe some more ... ) which in Unix are part of the pcsclite library, > are necessary. > > Bye, Karsten > > >Regards, > > > > > > > > ------------------------------ > > Message: 5 > Date: Tue, 26 Apr 2005 22:28:08 +0200 > From: Ludovic Rousseau <[EMAIL PROTECTED]> > Subject: Re: [Muscle] How to install PCMCIA driver + pcsc lite > 1.2.9-beta6? > To: mail mail <[EMAIL PROTECTED]>, MUSCLE > <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=iso-8859-1 > > Le Wednesday 27 April 2005 � 01:31:34, mail mail a �crit: > > hello, > > Hi, > > > I have successed install USB driver + pcsc lite under RH 9(kernel > > 2.4). Now I want to try to install PCMCIA driver, but I can't handle. > > > > I use Infineer LT4000(PCMCIA). Here is some info output by "lspci -v" > > 00:03.0 CardBus bridge: Texas Instruments PCI1420 > > 00:03.1 CardBus bridge: Texas Instruments PCI1420 > > > > I plug LT4000 on slot 1 and copy libLT4000.so into > > /usr/local/pcsc/drivers dir and /etc/reader.conf has the following > > content: > > > > FRIENDLYNAME "INFINEER LT4000" > > DEVICENAME /dev/ttyS0 > > LIBPATH /usr/local/pcsc/drivers/libLT4000.so > > CHANNELID 0x000001 > > > > When I run "cat /var/lib/pcmcia/stab", the input is : > > Socket 0:CardBus hotplug device > > Socket 1:LT4000 Mako Technologies Smart Card Reader > > > > But when I run "/usr/local/pcsc/sbin/pcscd -f -d stdout", the input is : > > ...... > > readerfactory.c:897:RFBindFunctions Loading IFD Handler 2.0 > > Unable to open : No such file or directory > > readerfactory.c:1090:RFInitializeReader Open Port 1 Failed (/dev/ttyS0) > > ...... > > > > I wonder what file I miss and what port I should use in /etc/reader.conf. > > If the driver does not use the DEVICENAME port information you can use > /dev/null > > Bye, > > -- > Dr. Ludovic Rousseau [EMAIL PROTECTED] > -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. -- > > ------------------------------ > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle > > End of Muscle Digest, Vol 14, Issue 39 > ************************************** > _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
