Ubuntu – device manager for Ubuntu

software-recommendation

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?

Best Answer

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.

Related Question