From: Andy Isaacson <adi@hexapodia.org>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: cpufreq oddness on 2.6.16-rc1-mm4
Date: Wed, 3 May 2006 22:09:50 -0700 [thread overview]
Message-ID: <20060504050950.GR11943@hexapodia.org> (raw)
In-Reply-To: <20060501135927.261d4c53.akpm@osdl.org>
On Mon, May 01, 2006 at 01:59:27PM -0700, Andrew Morton wrote:
> Andy Isaacson <adi@hexapodia.org> wrote:
> > On Sun, Jan 29, 2006 at 02:45:33PM -0800, Andrew Morton wrote:
> > > git-cpufreq.patch
> >
> > I haven't had time to debug it further, but cpufreq seems broken on my
> > Thinkpad X40 with 2.6.16-rc1-mm4. It was working fine with
> > 2.6.15-rc5-mm3. Automatic scaling doesn't function any more - my
> > PentiumM 1.4 GHz is fixed at 598 MHz. And the relevant knobs in
> > /sys/devices/system/cpu/cpu0 seem to be missing. Admittedly, I don't
>
> If this bug is still present in 2.6.17-rc3, could you please raise a report
> at bugzilla.kernel.org so we can track it?
It turned out to be a configuration issue (as expected). My routine of
"cp ../`uname -r`/.config .config; make oldconfig" did not do the right
thing when doing that upgrade - I ended up with
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
which resulted in speedstep being disabled with no obvious clues what to
do to turn it on. After some poking, I'm now running 2.6.17-rc1-mm3
with
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
and everything is working fine.
-andy
next parent reply other threads:[~2006-05-04 5:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20060501135927.261d4c53.akpm@osdl.org>
2006-05-04 5:09 ` Andy Isaacson [this message]
2006-02-03 17:40 Andy Isaacson
2006-02-03 17:54 ` Andy Isaacson
2006-02-03 23:38 ` Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060504050950.GR11943@hexapodia.org \
--to=adi@hexapodia.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome