Results 1 to 4 of 4

Thread: list drivers

  1. #1
    Join Date
    Sep 2007
    Location
    USA
    Beans
    Hidden!

    list drivers

    is there a command to list all drivers? I'm looking to download the drivers to my computer just in case

    http://support.gateway.com/support/d...n&param=104572

  2. #2
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: list drivers

    Not sure about the first - but it will be pointless downloading windows drivers for ubuntu as they won't work. If you have specific issues then ask about them.

  3. #3
    Join Date
    Mar 2006
    Location
    Denmark - Copenhagen
    Beans
    2,165

    Re: list drivers

    What hardware do you need drivers for?

  4. #4
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: list drivers

    Your question may not mean what you think it means in Ubuntu. If you want to see all the "drivers" you can use:

    Code:
    lsmod
    That's going to be a lot of information that may not be useful to you. Another way to look at what Ubuntu thinks about your hardware is:

    Code:
    lshw -html > hardware.html
    And then open "hardware.html" in a web browser.

    Except for a few cases, the idea of "drivers" is not really relevant for the average Ubuntu user. Out of the box, Ubuntu supports most hardware devices and the only reason you'd need to install something special is usually to fix video or wifi problems (wifi being the more common).
    Don't try to make something "fast" until you are able to quantify "slow".

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
  •