Difference between revisions of "Manjaro Hardware Detection Overview"
Manjaro Hardware Detection Overview (view source)
Revision as of 20:13, 7 October 2012
, 12 years agono edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 18: | Line 18: | ||
= mhwd Commands = | = mhwd Commands = | ||
All mhwd commands are undertaken using the terminal. The | All mhwd commands are undertaken using the terminal. The syntax of a mhwd command is: | ||
mhwd [option(s)] <config(s)> | mhwd [option(s)] <config(s)> | ||
Line 45: | Line 45: | ||
== Listing Hardware Information == | == Listing Hardware Information == | ||
To identify and list your computer's hardware, the | To identify and list your computer's hardware, the syntax is: | ||
mhwd -lh [optional: detailed view] [optional: pci or usb devices only] | mhwd -lh [optional: detailed view] [optional: pci or usb devices only] | ||
Line 62: | Line 62: | ||
== Listing Installed Driver Information == | == Listing Installed Driver Information == | ||
To identify and list Manjaro's installed drivers, the | To identify and list Manjaro's installed drivers, the syntax is: | ||
mhwd -li [optional: detailed view] [optional: pci or usb devices only] | mhwd -li [optional: detailed view] [optional: pci or usb devices only] | ||
Line 72: | Line 72: | ||
It is also possible to filter your list of installed drivers by whether they are used on hardware connected via pci or usb. In this instance, a detailed list will be generated only | It is also possible to filter your list of installed drivers by whether they are used on hardware connected via pci or usb. In this instance, a detailed list will be generated only for installed drivers used on hardware with a PCI connection: | ||
mhwd -li -d --pci | mhwd -li -d --pci | ||
Line 78: | Line 78: | ||
== Listing Available Drivers == | == Listing Available Drivers == | ||
'''To list all the drivers that are available (whether appropriate for your system or not)''', the basic syntax is: | |||
mhwd -la [optional: pci or usb] | |||
'''To list only the appropriate drivers that are available for your system''', the basic syntax is: | |||
mhwd -l [optional: pci or usb] | |||
== Graphics Cards == | == Graphics Cards == |