OK, I give up. In my opinion, then there are logic errors in some of the the kernel modules :-( I assume that they are creating the /sys entries. They should be changed, as well as the sensors.conf file, but who cares!
On Fri, 2008-01-04 at 01:12 +0100, Aurelien Jarno wrote: > Svante Signell a écrit : > > On Thu, 2008-01-03 at 22:49 +0100, Aurelien Jarno wrote: > >> Svante Signell a écrit : > >>> Package: lm-sensors > >>> Version: 3.0.0 > >>> Severity: serious > >>> Tags: patch > >>> > >>> The following sensors calculate wrong max and min values for negative > >>> inputs in sensors3.conf: > >>> chip "lm78-*" "lm79-*" "w83781d-*" > >>> chip "as99127f-*" > >>> chip "lm87-*" "adm1024-*" > >>> ... > The logic of the sensors applies on the raw values (the ones from /sys): > min < input < max. > > Then you apply a formula to get the real value. Depending on the formula > you use, that is on your motherboard and not on the sensors itself, the > min and max order could be reverted or not. >