LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   CPU Temperature (https://www.linuxquestions.org/questions/linux-hardware-18/cpu-temperature-4175467353/)

lin66uxx 06-25-2013 01:06 PM

CPU Temperature
 
Hi,
When I run :
acpi -t

it shows the same temperature all the time, any help?

Thanks,

H_TeXMeX_H 06-26-2013 01:53 AM

More info is needed, what CPU do you have ? Is this a laptop or desktop ?

lin66uxx 06-26-2013 02:13 AM

CPU :
Intel Core i7-3612QM CPU @ 2.10GHz × 8
Distro:
Debian 7
On Laptop.

H_TeXMeX_H 06-26-2013 03:09 AM

Make sure you have 'coretemp' built-in or as a module in the kernel.

Make sure you have 'lm_sensors' installed.

Run:

Code:

sensors-detect
as root. Do what it says and load the modules it needs, including coretemp.

Then you can run 'sensors' as user and see the temperatures.

lin66uxx 06-26-2013 03:28 AM

Quote:

Make sure you have 'coretemp' built-in or as a module in the kernel.
I don't know how to do this .

I installed the lm-sensors.

I added coretemp to /etc/modules and loaded the kernel modules using /etc/init.d/kmod start, but still sensors shows the same temp every time,

Also, sensors show four cores but I have 8 ?

lin66uxx 06-26-2013 04:06 AM

#sensors
shows the following :

Quote:

acpitz-virtual-0
Adapter: Virtual device
temp1: +39.8°C (crit = +100.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +63.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +58.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +59.0°C (high = +87.0°C, crit = +105.0°C)
Core 2: +62.0°C (high = +87.0°C, crit = +105.0°C)
Core 3: +61.0°C (high = +87.0°C, crit = +105.0°C)

thinkpad-isa-0000
Adapter: ISA adapter
fan1: 0 RPM
As you can see the temp1 is the same all the time.
Physical and core0-3 changes .
But I have eight cores and not four??

Thanks

H_TeXMeX_H 06-26-2013 05:42 AM

4 cores, 8 threads:
http://ark.intel.com/products/67356/...q=%20i7-3612QM

The temperatures for the cores seem accurate and are low.

temp1 is likely a motherboard sensor.

onebuck 06-26-2013 08:25 AM

Moderator Response
 
Moved: This thread is more suitable in <Linux - Hardware> and has been moved accordingly to help your thread/question get the exposure it deserves.

RockDoctor 06-26-2013 11:56 AM

FWIW:
Code:

~$ sensors
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:  +54.0°C 
Core0 Temp:  +59.0°C 
Core1 Temp:  +57.0°C 
Core1 Temp:  +56.0°C

Hardware: HP s3707c Athlon X2 AMD5400+
Distro: Mint 15


All times are GMT -5. The time now is 04:46 PM.