Changeset 4251
- Timestamp:
- 12/03/06 11:02:09 (2 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/doc/fan-divisors (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r4250 r4251 4 4 SVN HEAD 5 5 RPM: Obsolete, removed 6 File doc/fan-divisors: Update 6 7 Library: Add support for the pc87247 driver (fans only) 7 8 Probe for busses before chips lm-sensors/trunk/doc/fan-divisors
r2535 r4251 5 5 try the following: 6 6 7 - Do you get a fan reading in the BIOS or in DOS?7 - Do you get a fan reading in the BIOS or using a different OS? 8 8 If not, you may not have a fan with a tachometer output. 9 Look and see. Fans with tachometer outputs have THREE wires. 9 Look and see. Fans with tachometer outputs have at least 3 wires. 10 Fans with only 2 wires cannot, in general, report their speed. 10 11 11 12 - Try experimenting with the fan divisor settings: … … 25 26 64 83 21093 "" 26 27 128 41 10546 "" 27 28 28 29 29 Pick a divisor so that the nominal RPM is about 50% … … 47 47 -------------------------- 48 48 49 Method 1: "echo x y z > /proc/sys/dev/sensors/...../fan_div" 50 where 'x y z' are the fan divisors for the three fans and '...' 51 is the sensor in question. 52 53 Method 2: Put an entry "set fanx_div y" in the appropriate section 54 of /etc/sensors.conf and rerun 'sensors -s'. 55 (x is the number of the fan 1-3 and y is the divisor). 49 Put an entry "set fanN_div X" in the appropriate section of 50 /etc/sensors.conf and run 'sensors -s' 51 (N is the number of the fan, and X is the divisor you want). 56 52 57 53 … … 70 66 Thus you _increase_ the divisor if you have a slow fan. 71 67 72 The drivers account for the 'fan divisor' in itscalculation68 The drivers account for the 'fan divisor' in their calculation 73 69 of RPM. So changing the fan divisor will NOT change the 74 70 nominal RPM reading, it will only affect the minimum and maximum … … 87 83 ------------------------ 88 84 89 This is caused by a fan clock which is actually half the expected 90 22.5 kHz, or by a fan which outputs twice as many pulses per revolution 91 as expected. 85 This is rare, but can happen. This is typically caused by a fan which 86 outputs 4 pulses by revolution, instead of the standard 2. 92 87 93 88 As we learned above, you can _not_ fix this by changing … … 95 90 section of /etc/sensors.conf: 96 91 97 compute fan1 @/2, 2*@ 98 compute fan2 @/2, 2*@ 99 compute fan3 @/2, 2*@ 92 compute fanN @/2, 2*@ 100 93 94 (N is the number of the fan) 101 95 102 96
