Changeset 408
- Timestamp:
- 04/22/99 14:45:34 (10 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/INSTALL (modified) (3 diffs)
- lm-sensors/trunk/README (modified) (3 diffs)
- lm-sensors/trunk/README.directories (modified) (1 diff)
- lm-sensors/trunk/TODO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r239 r408 13 13 for example: 14 14 cvs diff -r V2-0-0 -r V2-0-1 -u 15 16 2.3.0 (19990424) 17 All: Many, many changes and improvements 18 All: Many small bugs and problems removed 19 Modules: New insmod parameters 20 Modules: Much improved chip detection 21 Module maxilife: NEW 22 Module adm1021: MAX1617A now also supported 23 Module adm9024: DS1780 now also supported 24 Module w83781d: W83782D and W83783S now also supported 25 Program sensors-detect: NEW 26 Library: All chips now supported 27 Documentation: Very much improved 15 28 16 29 2.2.1 (19990218) lm-sensors/trunk/INSTALL
r363 r408 55 55 * BINDIR ($(PREFIX)/bin) 56 56 The directory where 'make install' installs all executables. 57 * SBINDIR ($(PREFIX)/sbin) 58 The directory where 'make install' installs all system programs (programs 59 which can only be run by root). 57 60 * INCLUDEDIR ($(PREFIX)/include) 58 61 The base directory where 'make install' installs your include files. … … 93 96 It can be tricky to know which modules you need to insert. For this reason, 94 97 I suggest you go the 'modprobe' way, as described within doc/modules. 98 95 99 If you just want to run a test without installing them, try the following: 96 100 insmod i2c/i2c-core.o … … 110 114 (the last is optional) from any directory to reach the same situation. 111 115 112 There is a program 'detect.pl' in prog/detect which should tell you at least 113 what bus driver you should insert. This program is not completely failsafe, 114 but it may at least help. It will be expanded to cover chip detection too, 115 in the future. 116 But instead of doing any of the above things, please read doc/modules and 117 do a 'make install'. After that, you can run 'sensors-detect'. This Perl 118 program will detect all hardware available on your system, and tell you 119 what drivers you need to insert. First check whether you have /dev/i2c-* 120 files (at least 4 of them), and if not, create them by running 'mkdev.sh' 121 in directory prog/mkdev. 116 122 117 123 Do not panic if some (or all) of the values in the /proc/sys/dev/sensors/*/* lm-sensors/trunk/README
r232 r408 19 19 At least the following hardware sensor chips are supported: 20 20 National Semicoductor LM75, LM78, LM78-J, LM79 and LM80 21 Winbond W83781D 22 Genesys Logic GL518SM 21 Winbond W83781D, W83782D and W83783S 22 Genesys Logic GL518SM (several revisions) 23 23 Analog Devices ADM1021 and ADM9240 24 24 SiS Southbridge (integrated in the chipset; the I2C adapter will also be 25 25 supported in the near future) 26 Maxtor MAX1617 26 Maxtor MAX1617 and MAX1617A 27 Dallas Semiconductor DS1780 28 Hewlett Packard Maxilife (several revisions) 29 30 We also support some miscellaneous chips: 31 Linear Technologies LTC1710 32 Dimms with EEPROMs 27 33 28 34 We could use some testers of hardware. If you own a specific monitoring … … 31 37 help us by running new modules and reporting on the results and output. 32 38 If you want to offer more substantial help, this is very welcome too, of 33 course. We have access to LM78(-J), LM79, LM75, Winbond W83781D and 34 GL518SM chips, and PIIX4 and VIA chipsets. 39 course. 35 40 36 41 … … 59 64 Amnong these is a list of supported busses and chips. Regrettably, there 60 65 are too many mainboards to keep a list of busses and chips used on them. 61 We will provide a user-space utility which probes for the presence of 62 chips and busses in one of the next releases.66 On the other hand, we provide a program called 'sensors-detect' which 67 tries to figure out what hardware is available on your system. 63 68 64 69 The developers of this package can be reached through the email address lm-sensors/trunk/README.directories
r215 r408 7 7 (mod-????????.tar.gz). 8 8 * doc 9 Documentation about the modules within this package 9 Documentation about the modules within this package, and all other things 10 10 * etc 11 11 Configuration files lm-sensors/trunk/TODO
r403 r408 4 4 ============== 5 5 6 * Module documentation!!!7 6 * maxilife.c: Introduce new insmod variables 8 7 * maxilife.c: Round REG_TO_VID correctly … … 55 54 * Library should be split in more separate files, for better linking 56 55 behaviour. 57 * Many chips are not yet supported by the library.58 56 59 57 PROGRAMS
