All of lore.kernel.org
 help / color / mirror / Atom feed
* cpufreq on Toshiba Portege M100 Laptop
@ 2007-07-12 11:41 Henne
  2007-07-16 21:17 ` Pallipadi, Venkatesh
  0 siblings, 1 reply; 3+ messages in thread
From: Henne @ 2007-07-12 11:41 UTC (permalink / raw)
  To: cpufreq

Hello,
this week I got a Toshiba Portege M100 Laptop. I installed Debian (sid) and everything was great.
I could see the P-States on powertop, which were 600MHz - 1200 MHz in 100MHz steps.
Then I upgraded the firmware of the Laptop and then it happend:

acpi-cpufreq: acpi_cpufreq_init
acpi-cpufreq: acpi_cpufreq_early_init
cpufreq-core: trying to register driver acpi-cpufreq
cpufreq-core: adding CPU 0
acpi-cpufreq: acpi_cpufreq_cpu_init
acpi-cpufreq: No P-States 1
cpufreq-core: initialization failed
cpufreq-core: no CPU initialized for driver acpi-cpufreq
cpufreq-core: unregistering CPU 0

That 1 in the line after "No P-States" is the value of perf->state_count from acpi_cpufreq_cpu_init(),
which I added to acpi-cpufreq to see whats wrong. I used the latest kernel-2.6.22-git2 via git.
Then I tryed cpeedstep-centrino with this result.

cpufreq-core: trying to register driver centrino
cpufreq-core: adding CPU 0
speedstep-centrino: No P-States
speedstep-centrino: speedstep-centrino: invalid ACPI data
speedstep-centrino: found "Intel(R) Pentium(R) M processor 1200MHz": max frequency: 1200000kHz
speedstep-centrino: trying to enable Enhanced SpeedStep (111088)
speedstep-centrino: couldn't enable Enhanced SpeedStep
cpufreq-core: initialization failed
cpufreq-core: no CPU initialized for driver centrino
cpufreq-core: unregistering CPU 0

So can you help/tell me where i have to look for this error.
Before the firmware upgrade I made hexdump -C of the first MB of /dev/mem, maybe that could help.

Btw, PFX should not be used in dprintk(), cause speedstep-centrino: is printed twice.
I'll write a patch for that.

Greets, Henne.

P.S. Here's the output of /proc/cpuinfo

processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 9
model name	: Intel(R) Pentium(R) M processor 1200MHz
stepping	: 5
cpu MHz		: 598.516
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	: 1197.79
clflush size	: 64

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

end of thread, other threads:[~2007-07-17 16:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-12 11:41 cpufreq on Toshiba Portege M100 Laptop Henne
2007-07-16 21:17 ` Pallipadi, Venkatesh
2007-07-17 16:07   ` Henne

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.