Posted: Sun Sep 30, 2025 8:20 pm Post subject: dmidecode
dmidecode - DMI table decoder
As root type
dmidecode
Quote:
DESCRIPTION
dmidecode is a tool for dumping a computer’s DMI (some say SMBIOS) table contents in a human-readable format.
This table contains a description of the system’s hardware components, as well as other useful pieces of informa‐
tion such as serial numbers and BIOS revision. Thanks to this table, you can retrieve this information without
having to probe for the actual hardware. While this is a good point in terms of report speed and safeness, this
also makes the presented information possibly unreliable.
The DMI table doesn’t only describe what the system is currently made of, it also can report the possible evolu‐
tions (such as the fastest supported CPU or the maximal amount of memory supported).
SMBIOS stands for System Management BIOS, while DMI stands for Desktop Management Interface. Both standards are
tightly related and developed by the DMTF (Desktop Management Task Force).
As you run it, dmidecode will try to locate the DMI table. If it succeeds, it will then parse this table and dis‐
play a list of records like this one:
Handle 0x0002, DMI type 2, 8 bytes. Base Board Information
Manufacturer: Intel
Product Name: C440GX+
Version: 727281-001
Serial Number: INCY92700942
Each record has:
· A handle. This is a unique identifier, which allows records to reference each other. For example, processor
records usually reference cache memory records using their handles.
pretty interesting..........
_________________ Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1 Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1 Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1 BumbleBee - OpenSolaris-SunOS 5.11
crouse@Uvistakiller:~$ sudo dmidecode | grep -A 6 "System Information"
System Information
Manufacturer: Compaq
Product Name: Armada M700
Version: Not Specified
Serial Number: 3J06DM78E730
UUID: E33186BF-94E0-D411-9B63-F4930A72688A
Wake-up Type: Power Switch
_________________ Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1 Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1 Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1 BumbleBee - OpenSolaris-SunOS 5.11
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum