|
因为长时间开机作计算,希望能监测cpu温度。可惜lm_sensors安装之后,无法load。 kernel 2.6.32-39-generic
run sensors-detect得到
Driver `w83627ehf': * ISA bus, address 0x290 Chip `Nuvoton NCT6776F Super IO Sensors' (confidence: 9)
Driver `coretemp': * Chip `Intel digital thermal sensor' (confidence: 9)
Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): y Copy prog/init/lm_sensors.init to /etc/init.d/lm_sensors for initialization at boot time. You should now start the lm_sensors service to load the required kernel modules.
Unloading i2c-dev... OK Unloading i2c-i801... OK Unloading cpuid... OK
但运行 sensors得到
No sensors found! Make sure you loaded all the kernel drivers you need. Try sensors-detect to find out which these are.
sudo service module-init-tools start
sudo modprobe coretemp FATAL: Error inserting coretemp (/lib/modules/2.6.32-39-generic/kernel/drivers/hwmon/coretemp.ko): No such device
谢谢
|