Chociaż "sensors-detect" wykrywa czujniki i zapisuje konfigurację tj. /etc/sysconfig/lm_sensors:
Kod: Zaznacz cały
# Generated by sensors-detect on Thu Aug 20 12:42:51 2009
# This file is sourced by /etc/init.d/lm_sensors and defines the modules to
# be loaded/unloaded.
#
# The format of this file is a shell script that simply defines variables:
# HWMON_MODULES for hardware monitoring driver modules, and optionally
# BUS_MODULES for any required bus driver module (for example for I2C or SPI).
BUS_MODULES="nvidia"
HWMON_MODULES="adt7473 coretemp it87 w83791d"
# For compatibility reasons, modules are also listed individually as variables
# MODULE_0, MODULE_1, MODULE_2, etc.
# You should use BUS_MODULES and HWMON_MODULES instead if possible.
MODULE_0=nvidia
MODULE_1=adt7473
MODULE_2=coretemp
MODULE_3=it87
MODULE_4=w83791d
Kod: Zaznacz cały
acpitz-virtual-0
Adapter: Virtual device
temp1: +40.0°C (crit = +75.0°C)

Napewno nie jest to wina sprzętu. bodajże pod fedoroą lm_sensors działał ok.
HELP!