Hi,
I'm running Linux Mint 17.1, on kernel 3.13.0. I would like to monitor the CPU temperature, but lm-sensors doesn't seems to detect any known sensors.
ANy hints?
Thanks,
Lieven
Reading CPU Sensor temperature on linux kernel 3.13.0
Re: Reading CPU Sensor temperature on linux kernel 3.13.0
Is there anything in /sys/class/thermal/thermal_zone0/temp ?
Re: Reading CPU Sensor temperature on linux kernel 3.13.0
# install sensors utility (if not installed)
$ sudo apt-get install lm-sensors
# load kernel module (if was not autoloaded)
$ sudo modprobe k10temp
# get data from thermal sensors
$ sensors
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: N/A (crit = 4.54 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +60.2°C (high = +70.0°C)
(crit = +105.0°C, hyst = +104.0°C)
$ sudo apt-get install lm-sensors
# load kernel module (if was not autoloaded)
$ sudo modprobe k10temp
# get data from thermal sensors
$ sensors
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: N/A (crit = 4.54 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +60.2°C (high = +70.0°C)
(crit = +105.0°C, hyst = +104.0°C)