Difference between revisions of "Lm sensors"
From CBLFS
Jump to navigationJump to search (→Dependencies) |
Chipster19 (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-{{Lm_sensors-Version}}.tar. | + | | http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-{{Lm_sensors-Version}}.tar.bz2 |
|} | |} | ||
---- | ---- | ||
− | {{Package-Introduction|lm_sensors provides essential tools and drivers for monitoring the temperatures, voltages, and fans of some Linux systems with hardware monitoring devices.}} | + | {{Package-Introduction|lm_sensors provides essential tools and drivers for monitoring the temperatures, voltages, and fans of some Linux systems with hardware monitoring devices.|http://lm-sensors.org/}} |
== Dependencies == | == Dependencies == | ||
Line 79: | Line 79: | ||
| None | | None | ||
|} | |} | ||
+ | |||
+ | [[Category:Hardware Monitoring]] |
Latest revision as of 08:43, 1 October 2008
Download Source: | http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.1.2.tar.bz2 |
---|
Contents
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.
Project Homepage: http://lm-sensors.org/
Dependencies
Required
Optional
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
sed the Makefile so that it uses /lib64/modules instead of /lib/modules when referencing modules
sed -i s'%/lib%/lib64%' Makefile
Compile the package:
make PREFIX=/usr CC="gcc ${BUILD64}" user
Install the package:
make PREFIX=/usr LIBDIR=/usr/lib64 user_install
ppc64
At the moment, the drivers in lm_sensors do not understand the hardware (at least, for my G5 SMU) The sensible option is to write a script reading the windfarm values out of sysfs.
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 |