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, Loadaddr is the starting text address in hexadecimal, Size is the size of text, data, and bss in hexadecimal bytes, Info is module specific information, Rev is the revision of the loadable modules system, and Module Name is the filename and description of the module.
Task: Displaying the status of kernel modules
Just enter modinfo command:
modinfo
You can pass -c option to modinfo command to display the number of instances of the module loaded and the module's current state:
modinfo -c
Display information about particular module / driver only
You can also display information about particular module only by specifying its ID #:
modinfo -i 5
The above example displays the status of module # 5.
Read modinfo man page for other information and options.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Howto: Display list of modules or device drivers in the Linux Kernel
- Linux Broadcom Ethernet Card driver installation
- Linux: Find out Ethernet card driver name
- Howto: Linux add remove a Linux kernel modules / drivers
- Linux: How to load a kernel module automatically at boot time
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: kernel_modules, list_device_drivers, list_modules, modinfo_command, module_name, solaris_unix, UNIX, unix_operating_system



Recent Comments
Today ~ 32 Comments
Yesterday ~ 1 Comment
Yesterday ~ 3 Comments
Yesterday ~ 2 Comments
Yesterday ~ 3 Comments