Config hardwareinfo » Historie » Version 1
Jeremias Keihsler, 13.01.2017 09:23
| 1 | 1 | Jeremias Keihsler | h1. How To Get Hardwareinfo |
|---|---|---|---|
| 2 | |||
| 3 | h2. Requirements |
||
| 4 | |||
| 5 | To configure InitTab you will need the following: |
||
| 6 | * a installed and supported operating system (e.g. CentOS) |
||
| 7 | * root-access |
||
| 8 | |||
| 9 | h2. Preliminary Note |
||
| 10 | |||
| 11 | There is also a tool called @hwinfo@ but seems to be only available to SUSE and KNOPPIX |
||
| 12 | |||
| 13 | h2. helpful commands |
||
| 14 | |||
| 15 | <pre><code class="bash"> |
||
| 16 | lspci |
||
| 17 | lshw |
||
| 18 | cat /proc/cpuinfo |
||
| 19 | cat /proc/devices |
||
| 20 | cat /proc/meminfo |
||
| 21 | dmesg |
||
| 22 | dmidecode |
||
| 23 | dmidecode -t0 |
||
| 24 | dmidecode -t1 |
||
| 25 | </code></pre> |