Difference between revisions of "Manjaro Hardware Detection Overview"
Views
Actions
Namespaces
Variants
Tools
Manjaro Hardware Detection Overview (view source)
Revision as of 20:02, 7 October 2012
, 12 years agono edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 50: | Line 50: | ||
For example, | For example, a detailed list of your hardware can be obtained by entering: | ||
mhwd -ld -d | mhwd -ld -d | ||
Line 67: | Line 67: | ||
For example, for a detailed list of your installed drivers | For example, for a detailed list of your installed drivers can be obtained by entering: | ||
mhwd -li -d | mhwd -li -d | ||
It is also possible to filter your list | 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 of installed drivers used on hardware with a PCI connection: | ||
mhwd -li -d --pci | mhwd -li -d --pci |