Announcement

Collapse
No announcement yet.

where do i find what drivers are installed

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    where do i find what drivers are installed

    I've been searching the forums and google.com/linux and have not found where to find a list of drivers that are installed on my system. More specifically I am interested in finding out what driver is installed for the video card on my toshiba m45. I hate to use a reference to windows but something like a device manager where I can see a list of all the hardware installed and see what drivers are installed for each device.

    #2
    Re: where do i find what drivers are installed

    lsmod will list all modules for you. You can make the search a bit more specific by doing something like:

    Code:
    lsmod | grep video

    Comment

    Working...
    X