Results 1 to 5 of 5

Thread: What Device Drivers Am I Using?

  1. #1
    Join Date
    Oct 2009
    Beans
    13

    What Device Drivers Am I Using?

    Is there a way to find information about what device drivers are being used in ubuntu jaunty? Under system > hardware drivers they only list proprietary drivers. I installed a program called "device manager" but it only has hardware information and no driver info. I did a search of this forum and on google and did not come up with anything. Help would be appreciated. Levy

  2. #2
    Join Date
    Jan 2006
    Location
    Sunny Southend-on-Sea
    Beans
    8,430
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: What Device Drivers Am I Using?

    Quote Originally Posted by Levy1234 View Post
    Under system > hardware drivers they only list proprietary drivers.
    That's what that tool is for.

    Free drivers are generally provided by the kernel and don't need to be worried about.

    What was it that you wanted to know?
    None but ourselves can free our minds

  3. #3
    Join Date
    Nov 2005
    Location
    NEK Vermont
    Beans
    Hidden!
    Distro
    Ubuntu UNR

    Re: What Device Drivers Am I Using?

    My understanding is for the most part, linux loads drivers into the kernel at boot time. These are called modules. So more commonly drivers are called modules in linux. to see what modules are loaded and in use on your system run the following command in your terminal
    Code:
    lsmod
    as in list modules.

  4. #4
    Join Date
    Dec 2008
    Location
    Deep Woods of PA
    Beans
    699
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: What Device Drivers Am I Using?

    Quote Originally Posted by Levy1234 View Post
    Is there a way to find information about what device drivers are being used in ubuntu jaunty? Under system > hardware drivers they only list proprietary drivers. I installed a program called "device manager" but it only has hardware information and no driver info. I did a search of this forum and on google and did not come up with anything. Help would be appreciated. Levy
    I think what you are looking for is

    Code:
    lspci -vv
    this would give you all the devices and the drivers associated with them.
    Regards,

    Karlson

  5. #5
    Join Date
    Oct 2009
    Beans
    13

    Re: What Device Drivers Am I Using?

    Thanks for the information. The reason I wanted to know about the drivers is that I suspected a screen resolution problem, that no one could help me with, was due to a faulty driver for my intel mobile 4 display adaptor. It turned out I was right about that. I found the xorg-edgers repository which includes drivers that have not yet been put on the main repository. It updated my drivers nicely and solved the problem. Hmm . . . from some of the responses to my original post, it sounds like Ubuntu users do not generally have to worry much about drivers, except proprietary ones. Coming from windows, I am used to considering problems as possibly caused by faulty or outdated drivers and am used to seeking out and installing updates. I guess in this case, widows thinking hellped solve an Ubuntu problem! Thanks again for the responses. I will take a look at the codes suggested in them. Levy

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •