[ltp] general performance question on R51

Takis Diakoumis linux-thinkpad@linux-thinkpad.org
Mon, 01 Aug 2005 00:15:04 +1000


Hi

thanks for your response. i'm a little hopeful that i can fix it now.

i'm using cpufreqd for cpu freq scaling. i didn't change any of the
defaults in cpufreqd.conf - i did read it though and figured it looked
fine (bare in mind i didn't really know much about it).

no i don't absolutely need 2.6.11. i was using 2.6.11 debian kernel but
couldn't get the ir to work (module just wouldn't compile!). so i
compiled a vanilla 2.6.11 kernel. i will try a 2.6.12 one now that
you've mentioned it and see if it changes anything.

i have included some bits from my kernel compile .config file at the end
here - just the cpu and cpu freq stuff... perhaps i got something wrong
there.

thanks again.

Takis

.config --->

...
CONFIG_MPENTIUMM=y
...
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=m
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_TABLE=y

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set





> Hi,
> this behaviour is not normal, I can load my system without hanging it.
> How do you manage cpu frequency scaling ?
> Do you absolutly need 2.6.11 custom ? Please give a try to 2.6.12, seems 
> to be a more reliable release.
> 
> Paul RIVIER