> hi michael,
> 
> i struggeled with the same problem - the patch works fine!
> 
> is it possible to setup a minimum speed as default?
> so the temperature would not rise up that fast.
>
One possible approach would be the change of this line

new_speed = ( ( new_speed * step ) + th->last_speed[fan_number] ) / 2;

to

new_speed = ( ( new_speed * step ) + fan_speed + th->last_speed[fan_number] ) / 
2;



This should do the trick and you can set it using the modules parameter
"fan_speed".

HTH,
Michael




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to