Changeset 4174
- Timestamp:
- 09/24/06 21:04:00 (2 years ago)
- Files:
-
- lm-sensors/trunk/INSTALL (modified) (1 diff)
- lm-sensors/trunk/QUICKSTART (modified) (2 diffs)
- lm-sensors/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/INSTALL
r4173 r4174 13 13 If you are running a 2.5/2.6 kernel, the ONLY thing you need to 14 14 do is 'make user' and 'make user_install'. Do NOT follow the rest 15 of these instructions. 15 of these instructions. Please check the QUICKSTART instead. 16 16 17 17 lm-sensors/trunk/QUICKSTART
r4173 r4174 2 2 ------------------------------------------ 3 3 4 NOTE: PLEASE SKIM THE INSTALL DOCUMENT, OR BETTER YET READ IT CAREFULLY!5 4 The instructions in this document will generally work if you have a standard 6 5 system, but not always!! 6 7 The first part of document is for 2.6 kernel series, second part is for 8 older 2.4 kernels. 9 10 Quickstart for Kernel 2.6 11 ------------------------- 12 13 0) Just compile and install lm-sensors userspace tools. You can do that with: 14 'make user; make user_install' 15 1) Make sure your kernel has support for all I2C bus drivers and 16 'i2c device interface'. If you are using a distribution kernel, all is 17 already prepared, you don't need to recompile it. 18 2) Run 'sensors-detect' command, it will tell you what modules you need to load. 19 3) Load them and run 'sensors' command, you should see some results. 20 4) Find right section in /etc/sensors.conf, fix labels, limits, fan divisors 21 5) Run 'sensors -s' to apply the changes. 22 23 You may also try our installation wizard at: 24 25 http://www.lm-sensors.org/wiki/iwizard/1 26 27 We are aware that the documentation could be improved, please contact us if 28 you want to help us with that. 29 30 Quickstart for Kernel 2.4 31 ------------------------- 32 33 NOTE: PLEASE SKIM THE INSTALL DOCUMENT, OR BETTER YET READ IT CAREFULLY! 7 34 8 35 Quickstart for i2c option 1 (modules) and lm_sensors option 1 (modules). … … 12 39 13 40 * Verify you are running a 2.4 kernel, 2.4.10 or later. 14 If you are running a 2.5/2.6 kernel, the ONLY thing you need to15 do is 'make user' and 'make user_install'. Do NOT follow the rest16 of these instructions.17 41 18 42 * Make sure you have the kernel tree corresponding to your current lm-sensors/trunk/README
r4173 r4174 15 15 Build and install them with 'make user' and 'make user_install'. 16 16 The kernel modules in this package will NOT compile for 2.6; 17 use the drivers already in the 2.6 kernel. 17 use the drivers already in the 2.6 kernel. Check the QUICKSTART 18 file for brief installation instructions please. 18 19 19 20 =============================================================================
