Difference between revisions of "Dmidecode"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://download.savannah.gnu.org/releases/dmidecode/dmidecode-{{Dmidecode-Version}}.tar.gz |} ...)
 
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
----
 
----
  
{{Package-Introduction|Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard (see a sample output). 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).|http://www.nongnu.org/dmidecode/}}
+
{{Package-Introduction|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).|http://www.nongnu.org/dmidecode/}}
  
 
== Non-Multilib ==
 
== Non-Multilib ==
  
 
Compile the package:
 
Compile the package:
 
+
# fix to compile with make-3.82
 +
sed -i -e '/^PROGRAMS !=/d' Makefile
 
  make
 
  make
  
 
Install the package
 
Install the package
  
  make install
+
  make prefix=/usr install
  
 
== Multilib ==
 
== Multilib ==
 +
 +
<b>This package does not provide any libraries so only one installation is required.</b>
 +
 +
=== 64Bit ===
 +
 +
Compile the package:
 +
 +
make CC="gcc ${BUILD64}" prefix=/usr
 +
 +
Install the package
 +
 +
make CC="gcc ${BUILD64}" prefix=/usr install
  
 
== Contents ==
 
== Contents ==
  
 
{| style="text-align: left;"
 
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Directories:
 +
|None
 
|-valign="top"
 
|-valign="top"
 
! Installed Programs:
 
! Installed Programs:
|  
+
|dmidecode, biosdecode, ownership, vpddecode
 
|-valign="top"
 
|-valign="top"
 
! Installed Libraries:
 
! Installed Libraries:
|  
+
|None
 +
|}
 +
 
 +
=== Short Descriptions ===
 +
 
 +
{| style="text-align: left;"
 
|-valign="top"
 
|-valign="top"
! Installed Directories:
+
!dmidecode
|  
+
|
 +
|-valign="top"
 +
!biosdecode
 +
|
 +
|-valign="top"
 +
!ownership
 +
|
 +
|-valign="top"
 +
!vpddecode
 +
|
 
|}
 
|}

Latest revision as of 00:15, 23 September 2010

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