John DeCarlo wrote: > On 8/28/06, Karsten Ohme <[EMAIL PROTECTED]> wrote: > >> John DeCarlo wrote: >> > Hello, >> > >> > I have read just about everything I could find on the MUSCLE site. >> > >> > I have installed pcsc-lite 1.3.2 >> > >> > I believe that my Dell Latitude D800 has an O2Micro SmartCard reader, >> > built into the side just below the PCMCIA reader. >> > >> > I have installed the O2Micro device module (ozscrlx) and there are no >> > complaints when I do "modprobe ozscrlx". >> >> Of course, this is not enough. This would be too easy. This is not the >> way an operating system is meant to be. >> >> You have inserted a kernel module. Now you need another driver for PC/SC >> (Lite) usually installed in /usr/(local/)lib/pcsc/drivers (If I remeber >> correctly.) Look at this site: >> >> http://www.musclecard.com/sourcedrivers.html >> >> And maybe you will find a driver. > > > That is exactly what I have done. I downloaded the driver as > mentioned above from that site. I then configured, make, and make > install. > > The result, as far as I can tell, is a kernel module and a library in > /usr/local/o2micro > And I copied that folder into /usr/local/pcsc/drivers, as mentioned > somewhere. Oh, it also updated /etc/reader.conf with information. > > What next?
Mmmh, this seems to be alright. You mentioned the kernel driver is loaded with lsmod. So the kernel module should work, I hope. Try to look into /sys or /proc if you can catch more information about the kernel module. Maybe there is a graphical frontend which can print this information. I had executed one, but I can't remember the name. Some for Gnome. Next stop the pcscd and start it from the command line: pcscd -d -a -f You should see how each installed driver in /usr/local or wherever is tried. USB drivers don't need to be mentioned in reader.conf. Only serial drivers. Maybe also PCMCIA. Read your doc. USB drivers directories are named ifd-xyz.bundle Karsten _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
