Lm sensors: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 9: | Line 9: | ||
== Introduction to Lm_sensors == | == Introduction to Lm_sensors == | ||
lm_sensors provides essential tools and drivers for monitoring the temperatures, voltages, and fans of Linux systems with hardware monitoring devices. | lm_sensors provides essential tools and drivers for monitoring the temperatures, voltages, and fans of some Linux systems with hardware monitoring devices. | ||
== Dependencies == | == Dependencies == | ||
Revision as of 15:35, 3 April 2007
| Download Source: | http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.1.2.tar.gz |
|---|
Introduction to Lm_sensors
lm_sensors provides essential tools and drivers for monitoring the temperatures, voltages, and fans of some Linux systems with hardware monitoring devices.
Dependencies
Non-Multilib
Compile the package:
make PREFIX=/usr user
Install the package:
make PREFIX=/usr user_install
Multilib
32Bit
Compile the package:
make PREFIX=/usr CC="gcc ${BUILD32}" user
Install the package:
make PREFIX=/usr user_install
N32
Compile the package:
make PREFIX=/usr CC="gcc ${BUILDN32}" user
Install the package:
make PREFIX=/usr LIBDIR=/usr/lib32 user_install
64Bit
Compile the package:
make PREFIX=/usr CC="gcc ${BUILD64}" user
Install the package:
make PREFIX=/usr LIBDIR=/usr/lib64 user_install
Contents
| Installed Programs: | ddcmon decode-dimms.pl decode-edid.pl decode-vaio.pl decode-xeon.pl sensors fancontrol fancontrol.pl i2cdetect i2cdump i2cget i2cset isadump isaset pwmconfig swnsors-direct |
|---|---|
| Installed Libraries: | libsensors.{a,so} |
| Installed Directories: | None |