LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Find out module names (https://www.linuxquestions.org/questions/debian-26/find-out-module-names-510395/)

fasta 12-14-2006 09:26 AM

Find out module names
 
Hi. Simple question. Is there a way to find an exact module name which has to be loaded for a piece of hardware, besides trying to guess it from the kernel drivers folder or google it?

Wells 12-14-2006 09:42 AM

Well... one thing you can do is list out the modules that are currently loaded for a running kernel:

/bin/lsmod

This will list all of the modules running at any given time. To get the information on any particular module listed there, you can then do the following:

/sbin/modinfo <module-name>

unSpawn 12-14-2006 10:33 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate of http://www.linuxquestions.org/questi...d.php?t=510397.


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