All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Renninger <trenn@suse.de>
To: tobias.bocanegra@day.com
Cc: cpufreq@lists.linux.org.uk
Subject: Re: problems setting freq on dual core t2600, 2.6.17-1.2157_FC5smp
Date: Tue, 08 Aug 2006 14:52:52 +0200	[thread overview]
Message-ID: <1155041572.4302.868.camel@queen.suse.de> (raw)
In-Reply-To: <8be731880608061243m10d3944bv3e38b7247d4959a0@mail.gmail.com>

On Sun, 2006-08-06 at 21:43 +0200, Tobias Bocanegra wrote:
> 
> it working! it was the processor_perflib and not the processor_thermal.
> i commented the call to cpufreq_verify_within_limits() and now i can
> set the 2.17ghz. i just wonder how to control the powerstates in
> perflib?

Sorry for reading that so late.
I got two reports about this problem (X60 and HP nx9420).
Both with a Core Duo CPU (T2400).

On the X60 it was hard to reproduce and the phenomenon vanished for the
X60 when changing a performance-management setting in BIOS from
"Powersave" to "Automatic".
https://bugzilla.novell.com/show_bug.cgi?id=177963


On the HP nx9420 (nc6320 and nx7400 should also be affected) I could
identify that _PPC always returned 1.

But the value calculated in _PPC comes from several function invocations
and I gave up as I hoped some HP BIOS guys would have a look at it.
https://bugzilla.novell.com/show_bug.cgi?id=179702

This is no cpufreq, but an ACPI/AML problem.
Maybe someone who owns such a machine could do an ACPI_DEBUG trace when
_PPC is entered. Adding these two lines (ACPI_DEBUG=y must be compiled
into kernel) around the acpi_evaluated_integer() call should limit acpi
debug output to a sane level. Better unload all unnecessary ACPI modules
(thermal/fan/..) before loading acpi-cpufreq/speedstep-centrino:

drivers/acpi/processor_perf.c:

acpi_dbg_level=0xFFFFFFFF;
       status = acpi_evaluate_integer(pr->handle, "_PPC", NULL, &ppc);
acpi_dbg_level=0x3;


It would be nice if we could go on with the novell bug, if people do not
like to open an account there, please open a separate
bugzilla.kernel.org bug and take me into CC.
Please also describe the affected model and attach acpidump output.

Thanks,

    Thomas

  reply	other threads:[~2006-08-08 12:52 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-06 14:10 problems setting freq on dual core t2600, 2.6.17-1.2157_FC5smp Pallipadi, Venkatesh
2006-08-06 19:43 ` Tobias Bocanegra
2006-08-08 12:52   ` Thomas Renninger [this message]
2006-08-08 14:39     ` Tobias Bocanegra
  -- strict thread matches above, loose matches on Subject: below --
2006-08-04 22:49 Pallipadi, Venkatesh
2006-08-04 20:16 Pallipadi, Venkatesh
2006-08-04 20:43 ` Erik Slagter
2006-08-03 20:47 Pallipadi, Venkatesh
2006-08-04  8:46 ` Erik Slagter
2006-08-03 13:05 Tobias Bocanegra
2006-08-03 15:33 ` Alexey Starikovskiy
2006-08-03 15:59   ` Tobias Bocanegra
2006-08-03 23:01 ` Jeremy Fitzhardinge
2006-08-05 17:42   ` Tobias Bocanegra
     [not found]     ` <44D59CC5.1010200@goop.org>
2006-08-06  9:09       ` Tobias Bocanegra
2006-08-06  9:32         ` Erik Slagter
2006-08-06  9:44           ` Tobias Bocanegra
2006-08-06  9:46             ` Erik Slagter
2006-08-06 10:02               ` Tobias Bocanegra
2006-08-06 10:18                 ` Erik Slagter
2006-08-06 10:10               ` Tobias Bocanegra
2006-08-06 10:19                 ` Erik Slagter

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=1155041572.4302.868.camel@queen.suse.de \
    --to=trenn@suse.de \
    --cc=cpufreq@lists.linux.org.uk \
    --cc=tobias.bocanegra@day.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.