Skip to content

Explore System Hardware Information with dmidecode

Discover comprehensive insights into your system's hardware configuration using dmidecode, a powerful utility that retrieves data from the Desktop Management Interface (DMI) of your computer's BIOS. From RAM speed to BIOS details, processor specifications to memory configurations, dmidecode empowers you to delve deep into the intricacies of your system's components.


Install dmidecode
emerge -a sys-apps/dmidecode
pacman -S dmidecode
apt install dmidecode
yum install dmidecode
dmidecode | perl -lne 'print $1 if /Current\s+Speed:\s+(\d+\s+MHz)/
dmidecode -t bios
dmidecode -t system
dmidecode -t baseboard
dmidecode -t chassis
dmidecode -t processor
dmidecode -t memory
dmidecode -t cache
dmidecode -t connector
dmidecode -t slot