Re: [patch] therm_adt746x.c

2005-09-03 Thread Michael Schmitz
> > better to make an entry fan_speed in /sys IMO... > > There is > /sys/devices/temperatures/specified_fan_speed > > but I don't know whether it works the way you'd probably like to use it. IIRC this only reads out the speed set by the module parameter. I'll have a look at how your patch behaves

Re: [patch] therm_adt746x.c

2005-09-03 Thread Michael Tautschnig
> According to Michael Tautschnig, on Sat, 3 Sep 2005 > > > >Did you mean the above change by "this approach" - if so, what else would you > >suggest? IMHO one could then easily change this by unloading the module and > >loading > >it again with fan_speed=0 . > > better to make an entry fan_spee

Re: [patch] therm_adt746x.c

2005-09-03 Thread Cedric Pradalier
According to Michael Tautschnig, on Sat, 3 Sep 2005 > >Did you mean the above change by "this approach" - if so, what else would you >suggest? IMHO one could then easily change this by unloading the module and >loading >it again with fan_speed=0 . better to make an entry fan_speed in /sys IMO...

Re: [patch] therm_adt746x.c

2005-09-03 Thread Michael Tautschnig
> 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 w

Re: [patch] therm_adt746x.c

2005-09-03 Thread Eddy Petrişor
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

Re: [patch] therm_adt746x.c

2005-09-02 Thread Michael Tautschnig
> 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_

Re: [patch] therm_adt746x.c

2005-09-02 Thread Alexander Strobl
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. thx, alex. Michael Tautschnig schrieb: > Hi! > > At least on my post-Feb 2005 12" powerbook the therm_adt746x module someti

Re: [patch] therm_adt746x.c

2005-09-02 Thread Mickael Royer
HiI had exactly the same problem on my new Pb 12" with the fan control.I tested your patch yesterday with the 2.6.13.Now, It works well and i can use therm_adt746x to control the fan.Thanks On 8/31/05, Michael Tautschnig <[EMAIL PROTECTED]> wrote: Hi!At least on my post-Feb 2005 12" powerbook the t

[patch] therm_adt746x.c

2005-08-31 Thread Michael Tautschnig
Hi! At least on my post-Feb 2005 12" powerbook the therm_adt746x module sometimes showed a fairly strange behaviour - my fan was steadily spinning up and down every other second. AFAIK this happens, if either the GPU- or the CPU sensor show an elevated temperature, but not both of them. The atta