LinuxCommandLibrary

mhwd

utility for automatic hardware detection and driver management on Manjaro Linux

TLDR

List available drivers

$ mhwd --list
copy
List installed drivers
$ mhwd --listinstalled
copy
Install a driver
$ mhwd --install pci [driver_name]
copy
Remove a driver
$ mhwd --remove pci [driver_name]
copy
Show detailed hardware info
$ mhwd --list --detail
copy
Auto-install best graphics driver
$ mhwd --auto pci free 0300
copy

SYNOPSIS

mhwd [options]

DESCRIPTION

mhwd (Manjaro Hardware Detection) is a utility for automatic hardware detection and driver management on Manjaro Linux. It simplifies installing proprietary and open-source drivers.

PARAMETERS

-l, --list

List available drivers
-li, --listinstalled
List installed drivers
-i, --install pci|usb DRIVER
Install a driver
-r, --remove pci|usb DRIVER
Remove a driver
-a, --auto pci|usb free|nonfree HWCLASS
Auto-install best driver (0300 for graphics)
-d, --detail
Show detailed information

CAVEATS

Specific to Manjaro Linux. Graphics class is 0300. Choose 'free' for open-source or 'nonfree' for proprietary drivers.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community