Gentoo Archives: gentoo-laptop

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

Replies

Subject Author
Re: [gentoo-laptop] Problem with CPU temperature (Santa Rosa CPU) dexter <dexters84@×××××.com>