How can I check what hardware I have? (With BIOS version etc.)
|
|
If your system supports a procfs, you can get much information of your running system. Its an interface to the kernels data structures, so it will also contain information about your hardware. For example to get details about the used CPU you could More hardware information can be obtained through the kernel ring buffer logmessages with These are some basic "interfaces" you will have on every distribution to obtain some hardware information. Other 'small' tools to gather hardware information are:
Depending on your distribution you will also have access to one of these two tools to gather a detailed overview of your hardware configuration:
The "gate" to your hardware is thorugh the "Desktop Management Interface" (-> DMI). This framework will expose your system information to your software and is used by lshw for example. A tool to interact directly with the DMI is dmidecode and availible on the most distributions as package. It will come with |
|||
|
|
|
To display a nice overview of my hardware, I use To check my HDD usage, I use Also, have a look at checking hardware on linux. |
|||||||
|
|
You can use 'lshw'. Install it using 'sudo apt-get install lshw' on Debian and derivatives. There's even a graphical version called lshw-gtk. |
|||
|
|
|
This is highly variable between unix variants. Check the column for your variant on the Rosetta Stone for Unix. Under Linux, lshw collects a lot of information scattered in various text files under |
|||
|
|
|
for cpu info
for disk usage
for pci cards and buses
you may find if you need usb devices
|
|||
|
|
