Difference between revisions of "Dmidecode"
Weibullguy (talk | contribs) |
Michael.six (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
Compile the package: | Compile the package: | ||
− | + | # fix to compile with make-3.82 | |
+ | sed -i -e '/^PROGRAMS !=/d' Makefile | ||
make | make | ||
Line 22: | Line 23: | ||
<b>This package does not provide any libraries so only one installation is required.</b> | <b>This package does not provide any libraries so only one installation is required.</b> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== 64Bit === | === 64Bit === | ||
Line 47: | Line 28: | ||
Compile the package: | Compile the package: | ||
− | make | + | make CC="gcc ${BUILD64}" prefix=/usr |
Install the package | Install the package |
Latest revision as of 23:15, 22 September 2010
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:
# 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 |