[lm-sensors] Howto set atk0110 critical limits?
Jean Delvare
khali at linux-fr.org
Wed Apr 25 09:29:12 CEST 2012
On Wed, 25 Apr 2012 09:21:46 +0200, Mr. Tux wrote:
> How can I set sensor limits to an Asus m4a89gtd pro usb3 board using Debian/Squeeze?
>
> The sensors output looks reasonable (compared to the BIOS values) . What I'm missing is critical limits
> for the fan speeds in case of 0 RPM.
>
> I forced the chassis fan to stop, got 0 RPM but no ALARM output. I assume
> the crit value is missing. Usually I set this in a
> /etc/sensors.d/<configfile>
>
> Now this fails, because
> sensors3.conf does not show an entry for atk0110-* and I can't create
> one myself that is successfully parsed by sensors -s -c
> <configfile>
> (...)
> atk0110-acpi-0
> Adapter: ACPI interface
> Vcore Voltage: +1.07 V (min = +0.80 V, max = +1.60 V)
> +3.3V Voltage: +3.29 V (min = +2.97 V, max = +3.63 V)
> +5V Voltage: +4.97 V (min = +4.50 V, max = +5.50 V)
> +12V Voltage: +12.07 V (min = +10.20 V, max = +13.80 V)
> CPU Fan Speed: 1537 RPM (min = 600 RPM)
> Chassis Fan Speed: 1467 RPM (min = 600 RPM)
> Chassis2 Fan Speed: 0 RPM (min = 600 RPM)
> Power Fan Speed: 0 RPM (min = 600 RPM)
> CPU Temperature: +24.0°C (high = +60.0°C, crit = +95.0°C)
> MB Temperature: +23.0°C (high = +45.0°C, crit = +75.0°C)
>
>
> Should I rebuild libsensors / try a newer kernel / create the config file in a different way?
>
> What's the right thing to do here?
There's nothing you can do, the atk0110 driver is a read-only driver,
it gets its values from the ACPI BIOS but can't change them.
If you don't want to see the 0 RPM readings, you can add ignore
statements for them:
chip "atk0110-acpi-0"
ignore fan3
ignore fan4
(Verify the fan input numbers with sensors -u.)
--
Jean Delvare
More information about the lm-sensors
mailing list