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 |} ...)
 
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 ==
Line 17: Line 17:
 
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>
 +
 +
=== 32Bit ===
 +
 +
Compile the package:
 +
 +
make
 +
 +
Install the package
 +
 +
make CC="gcc ${BUILD32}" prefix=/usr install
 +
 +
=== N32 ===
 +
 +
Compile the package:
 +
 +
make
 +
 +
Install the package
 +
 +
make CC="gcc ${BUILDN32}" prefix=/usr install
 +
 +
=== 64Bit ===
 +
 +
Compile the package:
 +
 +
make
 +
 +
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"
 +
!dmidecode
 +
|
 +
|-valign="top"
 +
!biosdecode
 +
|
 +
|-valign="top"
 +
!ownership
 +
|
 
|-valign="top"
 
|-valign="top"
! Installed Directories:
+
!vpddecode
|  
+
|
 
|}
 
|}

Revision as of 20:15, 10 May 2008

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:

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

Install the package

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

N32

Compile the package:

make

Install the package

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

64Bit

Compile the package:

make

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