HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mhwd — Manjaro Hardware Detection utility. More information: <https://wiki.manjaro.org/index.php/Manjaro_Ha

Submitted by: @import:tldr-pages··
0
Viewed 0 times
manjarocommandhardwaremhwdclidetectionmoreutility
linux

Problem

How to use the mhwd command: Manjaro Hardware Detection utility. More information: <https://wiki.manjaro.org/index.php/Manjaro_Hardware_Detection_Overview>.

Solution

mhwd — Manjaro Hardware Detection utility. More information: <https://wiki.manjaro.org/index.php/Manjaro_Hardware_Detection_Overview>.

List available drivers:
mhwd {{[-l|--list]}}


List installed drivers:
mhwd {{[-li|--listinstalled]}}


Install a driver:
mhwd {{[-i|--install]}} {{pci|usb}} {{driver_name}}


Remove a driver:
mhwd {{[-r|--remove]}} {{pci|usb}} {{driver_name}}


Display detailed information about detected hardware:
mhwd {{[-l|--list]}} {{[-d|--detail]}}


Automatically install best available driver for the detected graphics card:
mhwd {{[-a|--auto]}} pci {{free|nonfree}} 0300

Code Snippets

List available drivers

mhwd {{[-l|--list]}}

List installed drivers

mhwd {{[-li|--listinstalled]}}

Install a driver

mhwd {{[-i|--install]}} {{pci|usb}} {{driver_name}}

Remove a driver

mhwd {{[-r|--remove]}} {{pci|usb}} {{driver_name}}

Display detailed information about detected hardware

mhwd {{[-l|--list]}} {{[-d|--detail]}}

Context

tldr-pages: linux/mhwd

Revisions (0)

No revisions yet.