Manjaro Difference between revisions of "Manjaro Hardware Detection Overview"

Difference between revisions of "Manjaro Hardware Detection Overview"

From Manjaro
imported>Verityproductions
(Created page with "= Overview = The '''M'''anjaro '''H'''ard'''W'''are '''D'''etection (mhwd) command is a unique feature of Manjaro, which enables the ''automatic detection and configuration''...")
 
(Marked this version for translation)
 
(40 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= Overview =
<languages/>
__TOC__
<translate>
= Overview = <!--T:1-->


The '''M'''anjaro '''H'''ard'''W'''are '''D'''etection (mhwd) command is a unique feature of Manjaro, which enables the ''automatic detection and configuration'' of any kind of computer hardware the system is running on. This includes both hardware connected via '''[http://en.wikipedia.org/wiki/Conventional_PCI PCI]''' (e.g. graphics cards), and connected via '''[http://en.wikipedia.org/wiki/USB USB]''' (e.g. flashdrives).


Run automatically during the installation process, it allows for Manjaro to work fully on your system 'straight out of the box', without the need to manually install necessary drivers or manually edit configuration files. Also usable via the terminal after installation, the features of the mhwd command include:
<!--T:2-->
[[File: mhwd.png|left]]


<!--T:3-->
The '''M'''anjaro '''H'''ard'''W'''are '''D'''etection (mhwd) command is a unique feature of Manjaro. There are currently two types of mhwd command:
<!--T:4-->
'''1. mhwd:''' Enables the automatic detection and configuration of computer hardware the system is running on. This includes both hardware connected internally via '''[http://en.wikipedia.org/wiki/Conventional_PCI PCI]''' (e.g. graphics cards), and connected externally via '''[http://en.wikipedia.org/wiki/USB USB]''' (e.g. flashdrives). '''Note:''' The mhwd command is still ''under development'', and at present is only able to install drivers for graphics cards connected internally via pci.
<!--T:5-->
'''2. mhwd-kernel:''' Enables the installation and easy management of ''multiple'' kernels on your system.
<br clear="all" />
= mhwd = <!--T:6-->
<!--T:7-->
Run automatically during the installation process, it allows for Manjaro to work fully on your system 'straight out of the box', without the need to manually identify and install the necessary drivers or to manually edit the appropriate configuration files. Also usable via the terminal after installation, the features of the mhwd command include:
<!--T:8-->
* The choice of free (i.e. open-source) or non-free (i.e. proprietary) drivers
* The choice of free (i.e. open-source) or non-free (i.e. proprietary) drivers
* Identification and listing of your system's hardware
* Identification and listing (general or detailed) of your system's hardware
* Identification and listing of installed drivers
* Identification and listing (general or detailed) of installed drivers
* Listing of available drivers for installation (free and proprietary)
* Listing of available drivers for installation (free and proprietary)
* Support of hybrid graphics cards (e.g. Nvidia Optimus)
* Support of hybrid graphics cards (e.g. Nvidia Optimus)
Line 13: Line 32:




{{note|The '''mhwd-kernel''' command is another unique feature of Manjaro. This automatically supports the use and easy management of ''multiple kernels'' on your system. More about this feature can be found in the '''[[Manjaro_Kernels|Manjaro Kernels page]]'''.}}
== mhwd Commands == <!--T:9-->
 
<!--T:10-->
All mhwd commands are undertaken using the terminal. The syntax of a mhwd command is:
 
<!--T:11-->
mhwd [option(s)] <config(s)>
 
<!--T:12-->
The mhwd options available are:
 
  <!--T:13-->
<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 === <!--T:14-->
 
<!--T:15-->
To identify and list your computer's hardware, the syntax is:
 
<!--T:16-->
mhwd -lh [optional: detailed view] [optional: pci or usb devices only]
 
 
<!--T:17-->
For example, a detailed list of your hardware can be obtained by entering:
 
<!--T:18-->
mhwd -lh -d
 
 
<!--T:19-->
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:
 
<!--T:20-->
mhwd -lh -d --pci
 
 
=== Listing Installed Driver Information === <!--T:21-->
 
<!--T:22-->
To identify and list Manjaro's installed drivers, the syntax is:
 
<!--T:23-->
mhwd  -li [optional: detailed view] [optional: pci or usb devices only]
 
 
<!--T:24-->
For example, a detailed list of your installed drivers can be obtained by entering:
 
<!--T:25-->
mhwd -li -d
 
 
<!--T:26-->
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:
 
<!--T:27-->
mhwd -li -d --pci
 
 
=== Listing Available Drivers === <!--T:28-->
 
<!--T:29-->
'''To list all the drivers that are available''' (whether appropriate for your system or not), the basic syntax is:
 
<!--T:30-->
mhwd -la [optional: pci or usb]
 
 
<!--T:31-->
For example, a list of all drivers available for just USB devices (and not just those connected to your system) can be obtained by entering:
 
<!--T:32-->
mhwd -la --usb
 
 
<!--T:33-->
'''To list only the appropriate drivers that are available for your system''', the basic syntax is:
 
<!--T:34-->
mhwd -l [optional: pci or usb]
 
 
<!--T:35-->
For example, a list of all available drivers specifically for devices connected via pci <u>on your system</u> can be obtained by entering:
 
<!--T:36-->
mhwd -l --pci
 
 
= See also = <!--T:37-->
 
<!--T:38-->
* A guide to using the '''mwhd''' command to identify, install or remove graphics drivers can be found in the '''[[Configure Graphics Cards|Configure Graphics Cards page]]'''.
* A guide to using the '''mhwd-kernel''' command can be found in the '''[[Manjaro_Kernels|Manjaro Kernels page]]'''.
</translate>
 
 
[[Category:Contents Page{{#translation:}}]]

Latest revision as of 18:04, 7 September 2021

Other languages:
English • ‎русский

Overview

Mhwd.png

The Manjaro HardWare Detection (mhwd) command is a unique feature of Manjaro. There are currently two types of mhwd command:

1. mhwd: Enables the automatic detection and configuration of computer hardware the system is running on. This includes both hardware connected internally via PCI (e.g. graphics cards), and connected externally via USB (e.g. flashdrives). Note: The mhwd command is still under development, and at present is only able to install drivers for graphics cards connected internally via pci.

2. mhwd-kernel: Enables the installation and easy management of multiple kernels on your system.

mhwd

Run automatically during the installation process, it allows for Manjaro to work fully on your system 'straight out of the box', without the need to manually identify and install the necessary drivers or to manually edit the appropriate configuration files. Also usable via the terminal after installation, the features of the mhwd command include:

  • The choice of free (i.e. open-source) or non-free (i.e. proprietary) drivers
  • Identification and listing (general or detailed) of your system's hardware
  • Identification and listing (general or detailed) of installed drivers
  • Listing of available drivers for installation (free and proprietary)
  • Support of hybrid graphics cards (e.g. Nvidia Optimus)
  • Easy removal and installation of drivers (selected automatically, or you can identify and choose your own)


mhwd Commands

All mhwd commands are undertaken using the terminal. The syntax of a mhwd command is:

mhwd [option(s)] <config(s)>

The mhwd options available are:

 Option                                           Explanation
 --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 syntax is:

mhwd -lh [optional: detailed view] [optional: pci or usb devices only]


For example, a detailed list of your hardware can be obtained by entering:

mhwd -lh -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 with a PCI connection:

mhwd -lh -d --pci


Listing Installed Driver Information

To identify and list Manjaro's installed drivers, the syntax is:

mhwd  -li [optional: detailed view] [optional: pci or usb devices only]


For example, a detailed list of your installed drivers can be obtained by entering:

mhwd -li -d


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


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]


For example, a list of all drivers available for just USB devices (and not just those connected to your system) can be obtained by entering:

mhwd -la --usb


To list only the appropriate drivers that are available for your system, the basic syntax is:

mhwd -l [optional: pci or usb]


For example, a list of all available drivers specifically for devices connected via pci on your system can be obtained by entering:

mhwd -l --pci


See also

Cookies help us deliver our services. By using our services, you agree to our use of cookies.