Changeset 1492 for lm-sensors/trunk/doc/progs
- Timestamp:
- 08/15/02 04:40:47 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/progs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/progs
r1415 r1492 25 25 An example of a very simple hardware health monitoring daemon. 26 26 27 * prog/detect/i2cdetect (written in C, not installed) 27 * prog/detect/dmidecode (written in C, installed by 'make install') 28 This program scans the DMI (Desktop Management Interface) information 29 in the BIOS and prints out the useful information. 30 31 * prog/detect/i2cdetect (written in C, installed by 'make install') 28 32 This program scans your complete I2C or SMBus adapter for connected devices. 29 33 Not all devices can be detected in this way, though; and it may hang your … … 52 56 ./doc-insmod.pl DRIVER 53 57 54 * prog/dump/i2cdump (written in C, not installed)58 * prog/dump/i2cdump (written in C, installed by 'make install') 55 59 This program dumps the registers of a I2C device that understands 56 60 the 'byte data' or 'word data' and block read SMBus protocols. … … 62 66 or word data. 63 67 64 * prog/dump/i2cset (written in C, not installed)68 * prog/dump/i2cset (written in C, installed by 'make install') 65 69 This program is used to write the register of a I2C device. 66 70 Usual syntax: 67 71 ./i2cset bus device address data 68 72 69 * prog/dump/isadump (written in C, not installed)73 * prog/dump/isadump (written in C, installed by 'make install') 70 74 This program dumps the registers of LM78-like chips, or more 71 75 exactly, chips which use one I/O-port for its address and one as its
