LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how new drivers recognised? (https://www.linuxquestions.org/questions/linux-newbie-8/how-new-drivers-recognised-45730/)

dahmad 02-16-2003 09:43 PM

how new drivers recognised?
 
Hi,
I recently figured out what the ld.so.conf file is used for, and since I have other things that aren't working, most notably a usb smart card reader, and i couldn't find it when i did ldconfig -v , so if anyone explain how different device drivers (if they are needed) are recognised by the system?,

Regard and thanks in advance,

Sim

P.S. I have a serial device which works fine and it doesn't have it's driver in the output of ldconfig -v

Palin 02-16-2003 09:49 PM

from my understanding ld.so.conf was for libraries. if you want your smart card to work you have to start looking into modules
lsmod will tall you what modules you have loaded. You will have to find the driver you need and then add it so it starts up on boot. On gentoo it goes into modules.autoload ( well basically ).

dahmad 02-16-2003 10:44 PM

I did, the lsmod, but I don't see the usb reader still, the drivers are also libraries, so why/how are they distinguished from other things like a qt library for example?, I'm using Red Hat 8.0, kernel 2.4.18, I can't find modules.autoload, so thanks for your help.

Kind Regards,

Sim


All times are GMT -5. The time now is 04:49 PM.