2009-07-23 19:52:30

by [email protected]

[permalink] [raw]
Subject: max freq is 2.1, but current freq is between min.


I have a t8100 cpu, running gentoo, I've tried both kernels 2.6.29 and 30, but for no avail.
I have 4 stepping: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz but under all governors, the max freq is 1.2 it changes here and there: cpufreq-info shows this:

cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to [email protected], please.
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which need to switch frequency at the same time: 0
hardware limits: 1.20 GHz - 2.10 GHz
available frequency steps: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz
available cpufreq governors: conservative, userspace, powersave, ondemand, performance
current policy: frequency should be within 1.20 GHz and 1.20 GHz. <----- range is not ok
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.20 GHz.
cpufreq stats: 2.10 GHz:27.11%, 2.10 GHz:1.19%, 1.60 GHz:1.25%, 1.20 GHz:70.45% (218)
analyzing CPU 1:
driver: acpi-cpufreq
CPUs which need to switch frequency at the same time: 1
hardware limits: 1.20 GHz - 2.10 GHz
available frequency steps: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz
available cpufreq governors: conservative, userspace, powersave, ondemand, performance
current policy: frequency should be within 1.20 GHz and 1.20 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.20 GHz.
cpufreq stats: 2.10 GHz:27.51%, 2.10 GHz:1.23%, 1.60 GHz:1.30%, 1.20 GHz:69.96% (232)

and at other times, this:

cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to [email protected], please.
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which need to switch frequency at the same time: 0
hardware limits: 1.20 GHz - 2.10 GHz
available frequency steps: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz
available cpufreq governors: conservative, userspace, powersave, ondemand, performance
current policy: frequency should be within 1.20 GHz and 2.10 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 2.10 GHz.
cpufreq stats: 2.10 GHz:34.33%, 2.10 GHz:1.96%, 1.60 GHz:2.01%, 1.20 GHz:61.70% (221)
analyzing CPU 1:
driver: acpi-cpufreq
CPUs which need to switch frequency at the same time: 1
hardware limits: 1.20 GHz - 2.10 GHz
available frequency steps: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz
available cpufreq governors: conservative, userspace, powersave, ondemand, performance
current policy: frequency should be within 1.20 GHz and 2.10 GHz. <----- range is ok
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 2.10 GHz.
cpufreq stats: 2.10 GHz:34.67%, 2.10 GHz:1.99%, 1.60 GHz:2.06%, 1.20 GHz:61.28% (235)

the range keeps changing, due this thing, it took e 6 and a half hours to compile openoffice, almost twice than the average time that I have compiled it before.
most of the time, the computer is unusable.I have no idea what else can be done, I've checked the bios, all ok, that is the latest version of bios, running boinc, compile and checking for broken libs keeps the freq at min...
I have no idea what to do.
I would appreciate the help.


2009-07-23 21:06:26

by Dave Jones

[permalink] [raw]
Subject: Re: max freq is 2.1, but current freq is between min.

On Thu, Jul 23, 2009 at 10:36:46PM +0300, [email protected] wrote:
>
> I have a t8100 cpu, running gentoo, I've tried both kernels 2.6.29 and 30, but for no avail.
> I have 4 stepping: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz but under all governors, the max freq is 1.2 it changes here and there: cpufreq-info shows this:
> ..
> current policy: frequency should be within 1.20 GHz and 1.20 GHz. <----- range is not ok
> ..
> the range keeps changing, due this thing, it took e 6 and a half hours to compile openoffice, almost twice than the average time that I have compiled it before.
> most of the time, the computer is unusable.I have no idea what else can be done, I've checked the bios, all ok, that is the latest version of bios, running boinc, compile and checking for broken libs keeps the freq at min...

Boot with cpufreq.debug=7 and you should see notices in your dmesg when the
upper bound is being limited. This usually happens when the BIOS tells us
the system is overheating. As it cools off, the higher speeds should become
available again.

Dave

2009-07-24 06:03:40

by [email protected]

[permalink] [raw]
Subject: Re: max freq is 2.1, but current freq is between min.


On Fri 24 Jul 0:06 2009 Dave Jones wrote:
> On Thu, Jul 23, 2009 at 10:36:46PM +0300, [email protected] wrote:
> >
> > I have a t8100 cpu, running gentoo, I've tried both kernels 2.6.29 and 30, but for no avail.
> > I have 4 stepping: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz but under all governors, the max freq is 1.2 it changes here and there: cpufreq-info shows this:
> > ..
> > current policy: frequency should be within 1.20 GHz and 1.20 GHz. <----- range is not ok
> > ..
> > the range keeps changing, due this thing, it took e 6 and a half hours to compile openoffice, almost twice than the average time that I have compiled it before.
> > most of the time, the computer is unusable.I have no idea what else can be done, I've checked the bios, all ok, that is the latest version of bios, running boinc, compile and checking for broken libs keeps the freq at min...
>
> Boot with cpufreq.debug=7 and you should see notices in your dmesg when the
> upper bound is being limited. This usually happens when the BIOS tells us
> the system is overheating. As it cools off, the higher speeds should become
> available again.
>
> Dave
>

here is the snip: http://pastebin.ca/1505420

the temp is the same like it was in the days I had absolutely no problems. I thought it of it too but the output says differently...