LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   driver installation? (https://www.linuxquestions.org/questions/slackware-14/driver-installation-242061/)

jag 10-13-2004 05:15 AM

driver installation?
 
in windows you can easily see if a driver for a device is correctly installed using a program called Device Manager. My question, is there any program simmilar to this or how do i know that i have successfully installed the correct driver and see if the device is working? i'm just curious

xushi 10-13-2004 05:18 AM

the one you speak of is
lsmod

From wht i've recently understood, drivers in linux are called Modules,
lsmod lists the current modules that are installed and or running

and modprobe installs a module, rmmod removes it. but you'll have to read more about that to get the hang of it.

jag 10-13-2004 08:57 PM

so lsmod list the installed modules but how do i know that the modules are installed correctly?

WMD 10-13-2004 09:29 PM

The more appropriate term is "modules loaded". There's actually tons of modules "installed", most of which you don't use.

If it comes up in "lsmod", then it loaded correctly.

jag 10-13-2004 10:38 PM

ok copy that clear. thanks!


All times are GMT -5. The time now is 10:53 AM.