I'm trying to build a small debian server on a EN12000eg board.
I have a noah case with one 8cm fan and I'd like to turn the fan on only when cpu/system temperature is critical. The problem is that both ACPI:
Code:
cat /proc/acpi/thermal_zone/THRM/temperature
temperature: 0 C
and lm-sensors:
Code:
M/B Temp: +66.0°C (high = +64.0°C, hyst = +0.0°C) ALARM sensor = transistor
CPU Temp: -1.0°C (high = +120.0°C, hyst = +115.0°C) sensor = diode
beep_enable:enabled
report wrong temperatures. Is there something I can do or I have to wait for new bios/kernel/lm-sensors versions to come out?
thanks