Difference between revisions of "Manjaro Hardware Detection Overview"
Views
Actions
Namespaces
Variants
Tools
Manjaro Hardware Detection Overview (view source)
Revision as of 19:56, 7 October 2012
, 12 years agono edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 16: | Line 16: | ||
= Commands = | = mhwd Commands = | ||
All mhwd commands are undertaken using the terminal. The basic syntax of the mhwd command is: | All mhwd commands are undertaken using the terminal. The basic syntax of the mhwd command is: | ||
mhwd [ | mhwd [option(s)] <config(s)> | ||
The mhwd options available are: | |||
<u>'''option'''</u> <u>'''Explanation'''</u> | |||
--pci list only pci devices and driver configs | |||
--usb list only usb devices and driver configs | |||
-h/--help show help | |||
-f/--force force reinstallation | |||
-d/--detail show detailed info for -l/-li/-lh | |||
-l/--list list available configs for devices | |||
-la/--listall list all driver configs | |||
-li/--listinstalled list installed driver configs | |||
-lh/--listhardware list hardware information | |||
-i/--install <usb/pci> <config(s)> install driver config(s) | |||
-ic/--installcustom <usb/pci> <path> install custom config(s) | |||
-r/--remove <usb/pci> <config(s)> remove driver config(s) | |||
-a/--auto <usb/pci> <free/nonfree> <classid> auto install configs for classid | |||
--pmcachedir <path> set package manager cache path | |||
--pmconfig <path> set package manager config | |||
--pmroot <path> set package manager root | |||
== Listing Hardware Information == | |||
'''To identify and list your computer's hardware''', the basic syntax is: | |||
mhwd -lh [optional: detailed view] [optional: pci or usb devices only] | |||
For example, for a detailed list of your hardware, enter: | |||
mhwd -ld -d | |||
It is also possible to filter your list by devices connected via pci or usb. In this instance, a detailed list will be generated only of hardware connected via PCI: | |||
mhwd -lh -d --pci | |||
== Listing Installed Driver Information == | |||
'''To identify and list Manjaro's installed drivers''', enter: | |||
mhwd -li | |||
'''For a detailed list''', enter: | |||
mhwd -li -d | |||
== Listing Available Drivers == | == Listing Available Drivers == |