On 9/2/05, Michael Tautschnig <[EMAIL PROTECTED]> wrote: > > 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".
The problem with this approach is that it will drain your battery faster when not on AC. -- Regards, EddyP ============================================= "Imagination is more important than knowledge" A.Einstein