Difference between revisions of "Manjaro Hardware Detection Overview"
Views
Actions
Namespaces
Variants
Tools
Manjaro Hardware Detection Overview (view source)
Revision as of 20:00, 7 October 2012
, 12 years agono edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 45: | Line 45: | ||
== Listing Hardware Information == | == 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] | mhwd -lh [optional: detailed view] [optional: pci or usb devices only] | ||
Line 55: | Line 55: | ||
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 | 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 with a PCI connection: | ||
mhwd -lh -d --pci | mhwd -lh -d --pci | ||
Line 62: | Line 62: | ||
== Listing Installed Driver Information == | == Listing Installed Driver Information == | ||
To identify and list Manjaro's installed drivers, the basic syntax is: | |||
mhwd -li | mhwd -li [optional: detailed view] [optional: pci or usb devices only] | ||
For example, for a detailed list of your installed drivers, enter: | |||
mhwd -li -d | mhwd -li -d | ||
It is also possible to filter your list by installed drivers used on hardware connected via pci or usb. In this instance, a detailed list will be generated only of installed drivers used on hardware with a PCI connection: | |||
mhwd -li -d --pci | |||
== Listing Available Drivers == | == Listing Available Drivers == |