Dmidecode

From CBLFS
Jump to navigationJump to search
Download Source: http://download.savannah.gnu.org/releases/dmidecode/dmidecode-2.10.tar.gz

Introduction to Dmidecode

According to the package website, dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).

Project Homepage: http://www.nongnu.org/dmidecode/

Non-Multilib

Compile the package:

# fix to compile with make-3.82
sed -i -e '/^PROGRAMS !=/d' Makefile
make

Install the package

make prefix=/usr install

Multilib

This package does not provide any libraries so only one installation is required.

64Bit

Compile the package:

make CC="gcc ${BUILD64}" prefix=/usr

Install the package

make CC="gcc ${BUILD64}" prefix=/usr install

Contents

Installed Directories: None
Installed Programs: dmidecode, biosdecode, ownership, vpddecode
Installed Libraries: None

Short Descriptions

dmidecode
biosdecode
ownership
vpddecode