public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* max freq is 2.1, but current freq is between min.
@ 2009-07-23 19:36 eial
  2009-07-23 21:06 ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: eial @ 2009-07-23 19:36 UTC (permalink / raw)
  To: linux-kernel


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 cpufreq@vger.kernel.org, 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 cpufreq@vger.kernel.org, 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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: max freq is 2.1, but current freq is between min.
  2009-07-23 19:36 max freq is 2.1, but current freq is between min eial
@ 2009-07-23 21:06 ` Dave Jones
  2009-07-24  6:03   ` eial
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2009-07-23 21:06 UTC (permalink / raw)
  To: eial@cs.bgu.ac.il; +Cc: linux-kernel

On Thu, Jul 23, 2009 at 10:36:46PM +0300, eial@cs.bgu.ac.il 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: max freq is 2.1, but current freq is between min.
  2009-07-23 21:06 ` Dave Jones
@ 2009-07-24  6:03   ` eial
  0 siblings, 0 replies; 3+ messages in thread
From: eial @ 2009-07-24  6:03 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel


On Fri 24 Jul 0:06 2009 Dave Jones wrote:
> On Thu, Jul 23, 2009 at 10:36:46PM +0300, eial@cs.bgu.ac.il 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...



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-24  6:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23 19:36 max freq is 2.1, but current freq is between min eial
2009-07-23 21:06 ` Dave Jones
2009-07-24  6:03   ` eial

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox