public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3
@ 2004-02-27  0:46 Bob Dobbs
  2004-02-27 13:14 ` Zwane Mwaikambo
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bob Dobbs @ 2004-02-27  0:46 UTC (permalink / raw)
  To: linux-kernel

Hello,

I am currently running kernel 2.6.3 on my Dell Inspiron 8500 laptop.
I disabled all the ACPI and APM options in the kernel.

I have upgraded my bios
I have tried from kernel 2.4.23 up to mm and love-sources and my current kernel 2.6.3.

What happens is during heavy loads my cpu drops from 2.60GHz down to 1.20GHz, this happens for a few minutes, say 5 - 10 at the most. But performance while running a game, puts the game into slow motion. (Which  is weird because 1.20GHz should be more than enough to run all of the  games I currently have). I have read up on the documentation in /usr/src/linux/Documentation, under the "power" and "cpu-freq" but after disabling ACPI and such, those options do not seem to work anymore.

I have also tried running a program called "cpufreqd" which launches at boot time, but once again without ACPI enabled in the kernel this seems  not to work either. Also /sys/devices/system/cpu/cpu0/cpufreq/ has the following files.

cpuinfo_min_freq
cpuinfo_max_freq
scaling_min_freq
scaling_max_freq

I even tried to echo the options at bootup:

echo 2600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq &
echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq &

I tried to make those files set at: 2.00GHz min and 2.60GHz max, but something changes them right back to 1.20GHZ no matter what I do.

I am sure I am missing something, but atm I am totally lost.. and I could surely be doing everything wrong to begin with... that is why I am asking for help.

Is there a patch or anything to force the cpu to run at 2.60GHz all the time?

Thank you

-- 
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze

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

* Re: Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3
  2004-02-27  0:46 Bob Dobbs
@ 2004-02-27 13:14 ` Zwane Mwaikambo
  2004-02-27 23:51   ` Robin Rosenberg
  2004-02-27 18:25 ` Disconnect
  2004-03-04 14:38 ` Pavel Machek
  2 siblings, 1 reply; 7+ messages in thread
From: Zwane Mwaikambo @ 2004-02-27 13:14 UTC (permalink / raw)
  To: Bob Dobbs; +Cc: linux-kernel

On Fri, 27 Feb 2004, Bob Dobbs wrote:

> I am currently running kernel 2.6.3 on my Dell Inspiron 8500 laptop.
> I disabled all the ACPI and APM options in the kernel.
>
> I have upgraded my bios
> I have tried from kernel 2.4.23 up to mm and love-sources and my current kernel 2.6.3.
>
> What happens is during heavy loads my cpu drops from 2.60GHz down to
> 1.20GHz, this happens for a few minutes, say 5 - 10 at the most. But
> performance while running a game, puts the game into slow motion. (Which
> is weird because 1.20GHz should be more than enough to run all of the
> games I currently have). I have read up on the documentation in
> /usr/src/linux/Documentation, under the "power" and "cpu-freq" but after
> disabling ACPI and such, those options do not seem to work anymore.

Just to clarify, the cpu-freq driver does not operate normally when ACPI
is disabled? Which cpu-freq driver are you using?

> I have also tried running a program called "cpufreqd" which launches at
> boot time, but once again without ACPI enabled in the kernel this seems
> not to work either. Also /sys/devices/system/cpu/cpu0/cpufreq/ has the
> following files.

Out of interest do you have CONFIG_X86_MCE_P4THERMAL enabled?

> cpuinfo_min_freq
> cpuinfo_max_freq
> scaling_min_freq
> scaling_max_freq
>
> I even tried to echo the options at bootup:
>
> echo 2600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq &
> echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq &
>
> I tried to make those files set at: 2.00GHz min and 2.60GHz max, but
> something changes them right back to 1.20GHZ no matter what I do.
>
> I am sure I am missing something, but atm I am totally lost.. and I
> could surely be doing everything wrong to begin with... that is why I am
> asking for help.
>
> Is there a patch or anything to force the cpu to run at 2.60GHz all the time?

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

* Re: Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3
       [not found] <A6974D8E5F98D511BB910002A50A6647615F3C81@hdsmsx402.hd.intel.com>
@ 2004-02-27 14:46 ` Len Brown
  2004-02-27 14:51   ` Len Brown
  0 siblings, 1 reply; 7+ messages in thread
From: Len Brown @ 2004-02-27 14:46 UTC (permalink / raw)
  To: Bob Dobbs; +Cc: linux-kernel, cpufreq@www.linux.org.uk

Perhaps with ACPI disabled you've left CPU frequency control in the
hands of SMM (the BIOS)?  That would be consistent with Linux having no
visibility or conrol over what is going on.  There may be some BIOS
SETUP options to turn it off.

cheers,
-Len

Thu, 2004-02-26 at 19:46, Bob Dobbs wrote:
> Hello,
> 
> I am currently running kernel 2.6.3 on my Dell Inspiron 8500 laptop.
> I disabled all the ACPI and APM options in the kernel.
>
> I have upgraded my bios
> I have tried from kernel 2.4.23 up to mm and love-sources and my
> current kernel 2.6.3.
> 
> What happens is during heavy loads my cpu drops from 2.60GHz down to
> 1.20GHz, this happens for a few minutes, say 5 - 10 at the most. But
> performance while running a game, puts the game into slow motion.
> (Which  is weird because 1.20GHz should be more than enough to run all
> of the  games I currently have). I have read up on the documentation
> in /usr/src/linux/Documentation, under the "power" and "cpu-freq" but
> after disabling ACPI and such, those options do not seem to work
> anymore.
> 
> I have also tried running a program called "cpufreqd" which launches
> at boot time, but once again without ACPI enabled in the kernel this
> seems  not to work either. Also /sys/devices/system/cpu/cpu0/cpufreq/
> has the following files.
> 
> cpuinfo_min_freq
> cpuinfo_max_freq
> scaling_min_freq
> scaling_max_freq
> 
> I even tried to echo the options at bootup:
> 
> echo 2600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq &
> echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq &
> 
> I tried to make those files set at: 2.00GHz min and 2.60GHz max, but
> something changes them right back to 1.20GHZ no matter what I do.
> 
> I am sure I am missing something, but atm I am totally lost.. and I
> could surely be doing everything wrong to begin with... that is why I
> am asking for help.
> 
> Is there a patch or anything to force the cpu to run at 2.60GHz all
> the time?
> 
> Thank you



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

* Re: Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3
  2004-02-27 14:46 ` Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3 Len Brown
@ 2004-02-27 14:51   ` Len Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Len Brown @ 2004-02-27 14:51 UTC (permalink / raw)
  To: Bob Dobbs; +Cc: linux-kernel, cpufreq@www.linux.org.uk

caffine needed...

the fact that MHz goes down under heavy load means the BIOS must be
throttling your CPU to keep it cool.  If you can't disable this BIOS
policy in SETUP, then running Linux with ACPI enabled and the processor
driver loaded should do it.

cheers,
-Len

On Fri, 2004-02-27 at 09:46, Len Brown wrote:
> Perhaps with ACPI disabled you've left CPU frequency control in the
> hands of SMM (the BIOS)?  That would be consistent with Linux having no
> visibility or conrol over what is going on.  There may be some BIOS
> SETUP options to turn it off.
> 
> cheers,
> -Len
> 
> Thu, 2004-02-26 at 19:46, Bob Dobbs wrote:
> > Hello,
> > 
> > I am currently running kernel 2.6.3 on my Dell Inspiron 8500 laptop.
> > I disabled all the ACPI and APM options in the kernel.
> >
> > I have upgraded my bios
> > I have tried from kernel 2.4.23 up to mm and love-sources and my
> > current kernel 2.6.3.
> > 
> > What happens is during heavy loads my cpu drops from 2.60GHz down to
> > 1.20GHz, this happens for a few minutes, say 5 - 10 at the most. But
> > performance while running a game, puts the game into slow motion.
> > (Which  is weird because 1.20GHz should be more than enough to run all
> > of the  games I currently have). I have read up on the documentation
> > in /usr/src/linux/Documentation, under the "power" and "cpu-freq" but
> > after disabling ACPI and such, those options do not seem to work
> > anymore.
> > 
> > I have also tried running a program called "cpufreqd" which launches
> > at boot time, but once again without ACPI enabled in the kernel this
> > seems  not to work either. Also /sys/devices/system/cpu/cpu0/cpufreq/
> > has the following files.
> > 
> > cpuinfo_min_freq
> > cpuinfo_max_freq
> > scaling_min_freq
> > scaling_max_freq
> > 
> > I even tried to echo the options at bootup:
> > 
> > echo 2600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq &
> > echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq &
> > 
> > I tried to make those files set at: 2.00GHz min and 2.60GHz max, but
> > something changes them right back to 1.20GHZ no matter what I do.
> > 
> > I am sure I am missing something, but atm I am totally lost.. and I
> > could surely be doing everything wrong to begin with... that is why I
> > am asking for help.
> > 
> > Is there a patch or anything to force the cpu to run at 2.60GHz all
> > the time?
> > 
> > Thank you
> 


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

* Re: Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3
  2004-02-27  0:46 Bob Dobbs
  2004-02-27 13:14 ` Zwane Mwaikambo
@ 2004-02-27 18:25 ` Disconnect
  2004-03-04 14:38 ` Pavel Machek
  2 siblings, 0 replies; 7+ messages in thread
From: Disconnect @ 2004-02-27 18:25 UTC (permalink / raw)
  To: lkml

Same box, same problem. (Different kernel, 2.4) Its thermal limiting -
you -really- want cpufreq (or at least acpi) so that linux knows whats
going on.  I've found that running 'i8kfan 2 2' (blast fans), hit fn-z
(tell bios to reset fans) and then setting the fans to 1 1 (medium) will
keep it from happening, much of the time.

Alternately, just fn-z might do it, but it'll kick in again..

(Basically, the cooling on this thing sucks under heavy workloads.)

On Thu, 2004-02-26 at 19:46, Bob Dobbs wrote:
> Hello,
> 
> I am currently running kernel 2.6.3 on my Dell Inspiron 8500 laptop.
> I disabled all the ACPI and APM options in the kernel.
> 
> I have upgraded my bios
> I have tried from kernel 2.4.23 up to mm and love-sources and my current kernel 2.6.3.
> 
> What happens is during heavy loads my cpu drops from 2.60GHz down to 1.20GHz, this happens for a few minutes, say 5 - 10 at the most. But performance while running a game, puts the game into slow motion. (Which  is weird because 1.20GHz should be more than enough to run all of the  games I currently have). I have read up on the documentation in /usr/src/linux/Documentation, under the "power" and "cpu-freq" but after disabling ACPI and such, those options do not seem to work anymore.
> 
> I have also tried running a program called "cpufreqd" which launches at boot time, but once again without ACPI enabled in the kernel this seems  not to work either. Also /sys/devices/system/cpu/cpu0/cpufreq/ has the following files.
> 
> cpuinfo_min_freq
> cpuinfo_max_freq
> scaling_min_freq
> scaling_max_freq
> 
> I even tried to echo the options at bootup:
> 
> echo 2600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq &
> echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq &
> 
> I tried to make those files set at: 2.00GHz min and 2.60GHz max, but something changes them right back to 1.20GHZ no matter what I do.
> 
> I am sure I am missing something, but atm I am totally lost.. and I could surely be doing everything wrong to begin with... that is why I am asking for help.
> 
> Is there a patch or anything to force the cpu to run at 2.60GHz all the time?
> 
> Thank you
-- 
Disconnect <lkml@sigkill.net>


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

* Re: Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3
  2004-02-27 13:14 ` Zwane Mwaikambo
@ 2004-02-27 23:51   ` Robin Rosenberg
  0 siblings, 0 replies; 7+ messages in thread
From: Robin Rosenberg @ 2004-02-27 23:51 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: Bob Dobbs, linux-kernel

On Friday 27 February 2004 14:14, Zwane Mwaikambo wrote:
> On Fri, 27 Feb 2004, Bob Dobbs wrote:
> 
> > I am currently running kernel 2.6.3 on my Dell Inspiron 8500 laptop.
> > I disabled all the ACPI and APM options in the kernel.
Same kernel or Mandrake 10 beta which 2.6.3 + godknowswat. Acpi enabled.
whether the acpi module is actually loaded or not does not seem to affect anything,
but acpi is on according to dmesg.

> > What happens is during heavy loads my cpu drops from 2.60GHz down to
> > 1.20GHz, this happens for a few minutes, say 5 - 10 at the most. But

it doesn't appear to matter, but I have "strange" peformance problems that may
or may not be the same. Suddenly some things are very slow, welll 1.2GHz is still
fast, but..  How do I see the actual CPU frequencey? cat /proc/sys/cpu/0/* gives 
2000000 0 0 where 2GHz is max on this machine. I have not seen speed as anything
but 2GHZ.

One of the strangenesses similar to Bob's problem is that games run slow, i.e. blobwars 
have not trouble running fast on much slower machines, but on this one it runs in 
slow-motion. Another program that displays this problem is eclipse, although I don't know
if it's related.

> Just to clarify, the cpu-freq driver does not operate normally when ACPI
> is disabled? Which cpu-freq driver are you using?
> 
> > I have also tried running a program called "cpufreqd" which launches at
> > boot time, but once again without ACPI enabled in the kernel this seems
> > not to work either. Also /sys/devices/system/cpu/cpu0/cpufreq/ has the
> > following files.
> 
> Out of interest do you have CONFIG_X86_MCE_P4THERMAL enabled?
Yes.

> >
> > I tried to make those files set at: 2.00GHz min and 2.60GHz max, but
> > something changes them right back to 1.20GHZ no matter what I do.

There's a setup for enabling/disabling speedstep that says sets the frequency
to the lowest if "disabled".

-- robin

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

* Re: Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3
  2004-02-27  0:46 Bob Dobbs
  2004-02-27 13:14 ` Zwane Mwaikambo
  2004-02-27 18:25 ` Disconnect
@ 2004-03-04 14:38 ` Pavel Machek
  2 siblings, 0 replies; 7+ messages in thread
From: Pavel Machek @ 2004-03-04 14:38 UTC (permalink / raw)
  To: Bob Dobbs; +Cc: linux-kernel

Hi!

> What happens is during heavy loads my cpu drops from 2.60GHz down to 1.20GHz, this happens for a few minutes, say 5 - 10 

Overheat?

> I even tried to echo the options at bootup:
> 
> echo 2600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq &
> echo 2000000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq &
> 
> I tried to make those files set at: 2.00GHz min and 2.60GHz max, but something changes them right back to 1.20GHZ no matter what I do.
> 

What about forcing it at 1GHz during boot, instead?

> Is there a patch or anything to force the cpu to run at 2.60GHz all the time?
> 


-- 
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms         


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

end of thread, other threads:[~2004-03-04 14:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <A6974D8E5F98D511BB910002A50A6647615F3C81@hdsmsx402.hd.intel.com>
2004-02-27 14:46 ` Mobile Intel Pentium(R) 4 - M CPU 2.60GHz - kernel 2.6.3 Len Brown
2004-02-27 14:51   ` Len Brown
2004-02-27  0:46 Bob Dobbs
2004-02-27 13:14 ` Zwane Mwaikambo
2004-02-27 23:51   ` Robin Rosenberg
2004-02-27 18:25 ` Disconnect
2004-03-04 14:38 ` Pavel Machek

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