[ltp] fan control script reading 65535 RPM
Shem Multinymous
linux-thinkpad@linux-thinkpad.org
Thu, 17 Aug 2006 08:13:22 +0300
Hi Andrew,
On 8/17/06, Andrew Barr <andrew.james.barr@gmail.com> wrote:
> I'm trying out the fan control script[1], and it is driving me crazy:
> after about three reads it always returns a fan RPM of 65535.
Try changing
ANTIPULSE=( 0 1 1 0) # Prevent fan pulsing noise at this level
to
ANTIPULSE=( 0 0 0 0) # Prevent fan pulsing noise at this level
, does it make a difference?
What ThinkPad model?
Shem