Manjaro Difference between revisions of "Manjaro Hardware Detection Overview"

Difference between revisions of "Manjaro Hardware Detection Overview"

From Manjaro
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:
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 connected via PCI:
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''', enter:
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 a detailed list''', enter:
 
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 ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.