Suresh Kumar Subramanian wrote:
Hi,
How do i know the current driver modules used in my system.
i found in some article, the running module details are located in /sys/class
directory. but how do i collect all the module info. This is required for the
kernel optimization.
Any scripts available?
Thanks for your help.
I think you are looking for this,
# lsmod | awk '{print $1;}' | while read MODULE; do modinfo "${MODULE}";
echo; done | less
Cheers,
Mohan R.
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc