Gentoo Archives: gentoo-laptop

From: Beso <givemesugarr@×××××.com>
To: gentoo-laptop@l.g.o
Subject: Re: [gentoo-laptop] Problem with CPU temperature (Santa Rosa CPU)
Date: Tue, 09 Oct 2007 18:33:29
Message-Id: d257c3560710091122j501e0d47oa1553da3b1156ebd@mail.gmail.com
In Reply to: [gentoo-laptop] Problem with CPU temperature (Santa Rosa CPU) by Marco Calviani
1 your thermal doesn't poll.... make it poll like this:
2 echo "2 seconds" > /proc/acpi/thermal_zone/THRM/polling_frequency
3 or wichever thermal zone is in /proc/acpi/thermal_zone. then verify your
4 trip points in the same THRM directory but in the file trip_points. you
5 should see something like this:
6 critical (S5): 105 C
7 passive: 76 C: tc1=3 tc2=1 tsp=150 devices=CPU0
8 active[0]: 67 C: devices= FN1
9 active[1]: 57 C: devices= FN2
10
11 in the eg passive means that your cpu is downclocked since it has passed 76
12 degrees C
13 active [0] means that your fan is triggered to on
14 active[1] means that the fan is not triggered and it is shut down.
15 the critical point is when the system shuts down.
16 if the polling_frequency tweak doesn't work then you have another problem
17 (eg i had to compile the fan and thermal module included in kernel since
18 modprobing them would not start the fan). if it works copy the tweak command
19 and put it in some init script (i put it at the start of /etc/init.d/xdm so
20 that i'm sure it loads after acpi, since that file doesn't exists without
21 acpi loaded).
22 then try installing kima if you're using kde and add the kima kmenu applet
23 to monitor some things. you should be able to see that the processor hardly
24 passes 60 degrees while thermal goes high till the passive point and over;
25 if you monitor also the cpu load and freq you should be able to see how your
26 processors reacts to programs. remember to also install the klaptopdaemon
27 since is quite useful in controlling the cpufreq_utils governors and acpi
28 settings. try also the laptop_mode-tools and see if they can help you have a
29 better use for your disk. the last thing that you can also install is the
30 hddtemp for monitoring your disk temperature.
31
32 2007/10/9, Marco Calviani <marco.calviani@×××××.com>:
33 >
34 > Hi list,
35 > i have a Santa Rosa (Core 2 Duo T7300) Acer AS5720 laptop, and i'm
36 > getting problems with the temperature of the CPU. In particular i'm
37 > using the coretemp module for determining the core temperature.
38 > Normally (using cpufreqd and the "ondemand" governor) the CPU stays at
39 > nearly 50C (which i think is quite high since in windows , using Core
40 > Temp it gives about 30C).
41 > While compiling this increases up to 95-100C (after which it shuts
42 > down). The problem is that the fan is not spinning up at all!
43 > What can be the cause of this behaviour? consider that i'm using an up
44 > to date system with gentoo-sources-2.6.22-r8.
45 >
46 > Any help appreciated,
47 > Regards,
48 > Marco
49 > --
50 > gentoo-laptop@g.o mailing list
51 >
52 >
53
54
55 --
56 dott. ing. beso

Replies

Subject Author
Re: [gentoo-laptop] Problem with CPU temperature (Santa Rosa CPU) Marco Calviani <marco.calviani@×××××.com>