Is there a device manager for Ubuntu?

6,492

Unfortunately, there is no application that lets you both view and manage your hardware.

While tools like hardinfo may be able to give you an abstraction of the hardware in your computer, it cannot disable, change or install a driver.

You will have to resort to command-line tools like modprobe, modinfo and so on.

Share:
6,492

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin over 1 year

    I'm looking for a Debian/Ubuntu package that serves as a device manager, an application that allows me to see and modify hardware on my machine (ie. hard drives, network cards, etc.) through a visual interface.

    I searched for one and found gnome-device-manager, however it seems to have been discontinued and is removed from the official repositories. I also searched the Ubuntu Software Centre but could not find any.

    Does anybody know any alternatives I can use?

    • James McMahon
      James McMahon over 11 years
      Not exactly what you are looking for, but lshw is useful in aggregating your current hardware.