LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   command to know installed drivers (https://www.linuxquestions.org/questions/linux-newbie-8/command-to-know-installed-drivers-946800/)

amits.kumar@hcl.com 05-25-2012 05:20 AM

command to know installed drivers
 
how can i know threw command prompt,what drivers are installed in my rhel 5.

em31amit 05-25-2012 05:23 AM

you means linux kernel modules ? you can use lsmod command to see the list of loaded kernel module

amits.kumar@hcl.com 05-25-2012 05:44 AM

i have used this but it is not showing description like wise in windows {intel corporation 82915g/gv/910gl integrated graphics controller}.
is their any command to get specification of each module to be load.

em31amit 05-25-2012 06:21 AM

modinfo command to show the modules informations.



Code:

#modinfo modulename

cascade9 05-25-2012 09:45 AM

It should be the i915 module. Something like this-

Quote:

Module Size Used by
video 19411 1 i915
List edited down to a single mdoule.


All times are GMT -5. The time now is 11:54 AM.