LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Distributions,Kernel Module name (https://www.linuxquestions.org/questions/linux-newbie-8/distributions-kernel-module-name-720295/)

Marty21 04-19-2009 08:20 PM

Distributions,Kernel Module name
 
Hi Guys,
Do all Linux distributions have same kernel module name for a particular hardware?
Thanks

Didier Spaier 04-20-2009 03:14 AM

Modules names usually depend of the kernel, they are the same for all distributions, at least using the same kernel version.

In addition you can have some third party modules for specific hardware, e.g. Nvidia drivers for GPUs. In that case module's name is given by the its provider.

If some driver is intended for a particular hardware, its name will show in output of "lsmod" command, provided it has been configured as a module (not built-in the kernel) and is loaded.

To see all drivers and modules information about hardware connected to the PCI bus, you can issue as root the command "lspci -k".

Marty21 04-24-2009 01:04 AM

Thanks Didier Spaier


All times are GMT -5. The time now is 12:40 PM.