+3 votes
61 views
in Linux by (242k points)
reopened
Linux: Show hardware - that's how it works

1 Answer

+4 votes
by (1.6m points)
 
Best answer

Read out hardware information with HardInfo

1st step:
2nd step:
3rd step:
4th step:
quick start Guide

Would you like to read out the hardware of your Linux computer? We'll show you the helpful HardInfo tool and explain how to use it..

image image

It is often important to know which hardware is installed in your own system. If you have a problem with your computer, you can often be better helped if detailed information about your hardware is available. Under Linux you can install the "HardInfo" software to get a quick overview of the installed hardware.

Read out hardware information with HardInfo

HardInfo is a helpful little tool with which you can not only read out your hardware , but also find out essential information about your Linux system. We will show you how to install and use HardInfo on your Linux computer.

Follow our step-by-step instructions or take a look at the brief instructions ..

1st step:

image
Install HardInfo through your package manager. On Debian systems you can use the command sudo apt-get install hardinfo . Enter your user password if prompted and confirm any requests that appear in the installation process.

2nd step:

image
Start HardInfo from your start menu or enter the command hardinfo in the console. Under " Computer " you will find helpful information about your operating system. The sub-item " Devices " lists the hardware of your computer. Here you will find information about your CPU, hard drive and much more. You can also read out various information about your network settings under " Network ". The " Benchmark " area offers you the option of subjecting your hardware to a stress test in order to measure its performance.

3rd step:

image
If you would like to find out more about a certain property of your Linux computer (for example the CPU ), simply call up the corresponding information page with one click.

4th step:

image
If you need someone else to help you with a problem, it is sometimes useful to run a full system report . This report contains a complete listing of your hardware and your system settings. To do this, simply click on " Generate report " and select what information the report should contain. Benchmarks can usually be ignored if not explicitly requested. You can then choose a storage location for your HTML system report .

quick start Guide

  1. Install HardInfo for example with sudo apt-get install hardinfo
  2. Start the tool with the hardinfo command
  3. You will now see a list of all important information about your system. The hardware information can be found in the " Devices " area
  4. You can export a complete system report by clicking " Generate Report ".

...