* cpufreq - totally confused
@ 2005-01-11 12:14 Torsten Wolf
2005-01-11 12:48 ` Dominik Brodowski
0 siblings, 1 reply; 2+ messages in thread
From: Torsten Wolf @ 2005-01-11 12:14 UTC (permalink / raw)
To: cpufreq
Hi!
Due to nasty USB problems on my Thinkpad 2722 (Banias 1.5GHz) I've
always switched to the most recent 'stable' kernel release. Up to now,
2.6.10 (debian source package) seems to solve my USB issues; alas! APM
no longer works. However, ACPI has become useable and nearly everything
seems to work right now; except the frequency scaling. With APM, cpufreq
cpmpiled into the kernel and cpudynd I had two frequencies: 600MHz and
1.5GHz. Yesterday, while configuring the ACPI stuff gkrellm showed
various other frequencies that seemed to correspond to the 8 throttling
stages indicated in /proc/acpi/processor/CPU/throttling. Unfortunately,
this nice behaviour somehow got lost and I am desperately trying to get
it back.
The cpufreq settings in .config are listed below; ACPI stuff has been
compiled as modules. Debians 2.6.10 has been patched with the latest
swsusp2. Looking at /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
the lowest frequency is always 600MHz, while the value displayed
yesterday in gkrellm's x86info plugin was definitely lower. So please
give me a hint (which modules when to load; cpufreqd or cpudynd;...)
to be able to use the throttling. What further information do you need?
In the meantime I have the switching between 0.6 and 1.5GHz, but I hope
to reduce power consumption with additional lower frequencies.
Thanks in advance!
Best wishes,
Torsten
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=m
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_TABLE=m
#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
-----------------------------------------------------------------------
cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 9
model name : Intel(R) Pentium(R) M processor 1500MHz
stepping : 5
cpu MHz : 598.160
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 tm pbe est tm2
bogomips : 1182.92
-----------------------------------------------------------------------
cat /proc/acpi/processor/CPU/throttling
state count: 8
active state: T0
states:
*T0: 00%
T1: 12%
T2: 25%
T3: 37%
T4: 50%
T5: 62%
T6: 75%
T7: 87%
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: cpufreq - totally confused
2005-01-11 12:14 cpufreq - totally confused Torsten Wolf
@ 2005-01-11 12:48 ` Dominik Brodowski
0 siblings, 0 replies; 2+ messages in thread
From: Dominik Brodowski @ 2005-01-11 12:48 UTC (permalink / raw)
To: Torsten Wolf; +Cc: cpufreq
Hi,
> cpmpiled into the kernel and cpudynd I had two frequencies: 600MHz and
> 1.5GHz. Yesterday, while configuring the ACPI stuff gkrellm showed
> various other frequencies that seemed to correspond to the 8 throttling
> stages indicated in /proc/acpi/processor/CPU/throttling. Unfortunately,
> this nice behaviour somehow got lost and I am desperately trying to get
> it back.
No, you don't really want that back. Throttling doesn't save you much (or
anything); you want frequency and voltage scaling instead. And as ACPI only
seems to export two such states, you should set
> CONFIG_X86_ACPI_CPUFREQ=m
to n and
> CONFIG_X86_SPEEDSTEP_CENTRINO=m
> CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
to n as well.
Dominik
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-11 12:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-11 12:14 cpufreq - totally confused Torsten Wolf
2005-01-11 12:48 ` Dominik Brodowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox