Re: [BK PATCH] i2c driver fixes for 2.6.2-rc2

From: Jean Delvare
Date: Fri Jan 30 2004 - 04:40:03 EST


Quoting "Mark M. Hoffman" <mhoffman@xxxxxxxxxxxxx>:

> * J.A. Magallon <jamagallon@xxxxxxx> [2004-01-29 23:56:59 +0100]:
>
> > Oops, not so good:
> >
> > > -12V: -12.18 V (min = -12.57 V, max = -11.35 V) ALARM
> > > -5V: -4.96 V (min = -5.25 V, max = -4.74 V) ALARM
> >
> > Why ALARM ?
>
> The alarm indicator is "sticky". Even though the present
> readings are within limits, the alarm says that the voltage
> moved outside its limit since the last time you ran sensors.
>
> Trying running sensors 5 times, at 2 second intervals. If
> the voltage always stays within the limits but the alarm
> is not cleared, then maybe there is a problem with the
> driver. If that's the case, please follow up on the sensors
> mailing list.

What Mark says is perfectly true as a generic remark, but this isn't the
problem here. The problem is that the limits of negative voltages are
swapped. Internally, the low limit is the one nearer from 0, i.e. the
lesser in absolute value. Your output shows the contrary.

This is a bug in the driver, or libsensors, or both. We have to take a
look at this really soon. This is on my to-do list for some times
already, just gimme some more time.

A temporary way to workaround the problem is to swap the limits in
/etc/sensors.conf, but this will cause problems if you are using 2.4
and 2.6 kernels on the same system, because the bug shows only in 2.6.

--
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/