3 FAQ tagged "modinfo_command"
Viewing 1-3 of 3 FAQ -- Linux: Find out what kernel drivers (modules) are loaded
Q. How do I find out what Linux kernel drivers and loaded by my Linux distribution? How do I list device drivers (modules) loaded in memory?
A. Under Linux use the file /proc/modules shows what kernel modules (drivers) are currently loaded.
lsmod command
You need to use lsmod command to show the status of modules [...] - Sun Solaris UNIX display list for loaded kenel device driver / modules
Q. How do I display information about loaded kernel modules under Sun Solaris UNIX operating system?
A. You need to use modinfo command which is a trivial program to display information about the loaded modules. The format of the information is as follows:
Id Loadaddr Size Info Rev Module Name
where Id is the module ID, [...] - Linux: Find out Ethernet card driver name
Under Linux, you use term called modules for device drivers. The driver can be loaded or unloaded as per your requirement using commands. Each driver or module gives the Linux information on how to control that particular Ethernet card. The name of each module (driver) is listed in the /etc/modules.conf file.
Command to find out [...]
Viewing 1-3 of 3 FAQ - ( see all popular tags )


Recent Comments
Today ~ 1 Comment
Today ~ 8 Comments
Today ~ 1 Comment
Today ~ 6 Comments
Yesterday ~ 8 Comments