Changeset 569 for lm-sensors/trunk/doc/progs
- Timestamp:
- 09/20/99 17:28:44 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/progs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/progs
r409 r569 8 8 and prints to stdout `bus' statements reflecting the currently detected 9 9 adapters. 10 * prog/daemon/healthd.sh (written in bash, not installed) 11 An example of a very simple hardware health monitoring daemon. 10 12 * prog/detect/sensors-detect (written in Perl, installed by 'make install') 11 13 This program tries to detect the available SMBus adapters and the chips … … 55 57 unlike the raw /proc/sys/dev/sensors/*/* files, it takes your configuration 56 58 file into account. 57 58 There are some programs distributed with Simon Vogl's i2c package too: 59 * i2c/detect/detect (written in C, not installed) 60 This program needs module `i2c-dev.o' to be loaded. It scans the complete 61 address range of a certain bus for connected devices. It will only work 62 for i2c-level drivers (not for PIIX4 busses). This program is superceded 63 by prog/detect/i2c-detect. 64 * i2c/eeprom/eeprom (written in C, not installed) 65 This program needs the i2c `eeprom.o' module (that is the one that is not 66 installed; it can be found in the i2c/drivers/ directory). It reads from 67 or writes to the eeprom. 59 * prog/xeon/decode-xeon.pl (written in perl, not installed) 60 ID ROM data decoding for Xeon processors.
