Changeset 1091
- Timestamp:
- 05/26/01 02:31:23 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/fan-divisors (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/fan-divisors
r685 r1091 23 23 Pick a divisor so that the nominal RPM is about 50% 24 24 above the minimum. This is a good compromise between 25 margin and accuracy. 25 margin and accuracy. Note that most chips only support 26 fan divisors of 1, 2, 4, and 8. 26 27 27 28 If you have a 0 RPM reading some or all of the time, … … 36 37 accuracy. 37 38 39 - How to change fan divisors: 40 41 Method 1: "echo x y z > /proc/sys/dev/sensors/...../fan_div" 42 where 'x y z' are the fan divisors for the three fans and '...' 43 is the sensor in question. 44 45 Method 2: Put an entry "set fanx_div y" in the appropriate section 46 of /etc/sensors.conf and rerun 'sensors -s'. 47 (x is the number of the fan 1-3 and y is the divisor).
