Difference between revisions of "Dmidecode"
Weibullguy (talk | contribs) |
(→Multilib) |
||
Line 27: | Line 27: | ||
Compile the package: | Compile the package: | ||
− | make | + | make CC="gcc ${BUILD32}" prefix=/usr |
Install the package | Install the package | ||
Line 37: | Line 37: | ||
Compile the package: | Compile the package: | ||
− | make | + | make CC="gcc ${BUILDN32}" prefix=/usr |
Install the package | Install the package | ||
Line 47: | Line 47: | ||
Compile the package: | Compile the package: | ||
− | make | + | make CC="gcc ${BUILD64}" prefix=/usr |
Install the package | Install the package |
Revision as of 16:04, 21 December 2008
Download Source: | http://download.savannah.gnu.org/releases/dmidecode/dmidecode-2.10.tar.gz |
---|
Contents
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:
make
Install the package
make prefix=/usr install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
make CC="gcc ${BUILD32}" prefix=/usr
Install the package
make CC="gcc ${BUILD32}" prefix=/usr install
N32
Compile the package:
make CC="gcc ${BUILDN32}" prefix=/usr
Install the package
make CC="gcc ${BUILDN32}" prefix=/usr install
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 |