From: Joan Moreau <joan.moreau@m4x.org>
To: "Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com>
Cc: cpufreq@lists.linux.org.uk
Subject: Re: Cpufreq on kernel 2.6.18
Date: Mon, 16 Oct 2006 23:00:27 +0300 [thread overview]
Message-ID: <4533E4DB.8040503@m4x.org> (raw)
In-Reply-To: <EB12A50964762B4D8111D55B764A8454BA3D95@scsmsx413.amr.corp.intel.com>
Thanks for the tip.
I guess the error comes from the Kernel, as all interfaces are their,
but the frequency is not changeable in /sysfs :-(
Pallipadi, Venkatesh wrote:
>
>
>
>> -----Original Message-----
>> From: Joan Moreau [mailto:joan.moreau@m4x.org]
>> Sent: Sunday, October 08, 2006 1:25 PM
>> To: Luca
>> Cc: Pallipadi, Venkatesh; cpufreq@lists.linux.org.uk
>> Subject: Re: Cpufreq on kernel 2.6.18
>>
>> Luca,
>>
>> I have exactly the same problem on my pentium M 2Ghz.
>>
>> Only "cpufreq_centrino" works under linux 2.6.18 (i..e /sys has
>> relevant info) but cpufredq does not work anymore (frequancy
>> not changeable)
>>
>> Has anybody found any fixes ?
>>
>> Thanks
>>
>> Joan
>>
>
> The change from acpi-cpufreq to speedstep-centrino driver from 2.6.16 to
> 2.6.18 is intentional. Looks like your platform can support both these
> drivers and Linux is picking the best driver, that is speedstep centrino
> in this case. So, everything is fine until that point.
>
> But, I don't know why cpufreqd does not work with speedstep-centrino. As
> long as these /sysfs interfaces are there, cpufreqd should work. Is it
> not inserting the speedstep-module and hence it is failing? Can you try
> manually switching to performance and powersave governors and make sure
> frequency is changing. Something like this after you have
> speedstep_centrino working.
>
> #cd /sys/devices/system/cpu/cpu0/cpufreq
> // I am assuming that this is a Centrino CPU with single logical CPU.
> #cat scaling_available_frequencies
> #echo performance > scaling_governor
> #cat cpuinfo_cur_freq
> #echo powersave > scaling_governor
> #cat cpuinfo_cur_freq
>
> Now if this works, you can go ahead and try ondemand governor and see
> whether that is working
> #echo ondemand > scaling governor
> // Leave system idle for couple of seconds
> #echo cpuinfo_cur_freq
> // Run some infinite loop code or some other load to keep CPU busy
> #echo cpuinfo_cur_freq
>
> Now if this also works, then there is something wrong with cpufreqd..
> If any of these doesn't work, then there is some problem in kernel.
>
> Thanks,
> Venki
>
>
next prev parent reply other threads:[~2006-10-16 20:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-16 13:26 Cpufreq on kernel 2.6.18 Pallipadi, Venkatesh
2006-10-16 20:00 ` Joan Moreau [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-10-17 13:19 Pallipadi, Venkatesh
2006-10-16 13:34 Pallipadi, Venkatesh
2006-10-16 18:53 ` Luca
2006-10-06 23:08 Pallipadi, Venkatesh
2006-10-08 17:36 ` Luca
2006-10-08 20:25 ` Joan Moreau
2006-10-09 15:13 ` Luca Barion
2006-10-13 14:53 ` Joan Moreau
2006-10-06 20:01 Luca
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=4533E4DB.8040503@m4x.org \
--to=joan.moreau@m4x.org \
--cc=cpufreq@lists.linux.org.uk \
--cc=venkatesh.pallipadi@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.