From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Singer Subject: Re: Athlon 64 complains of frequency mismatch Date: Sat, 19 Jun 2004 09:36:31 -0700 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <20040619163631.GA1369@buici.com> References: <20040618185103.GA14909@buici.com> <20040619104456.GA7689@dominikbrodowski.de> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20040619104456.GA7689@dominikbrodowski.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cpufreq-bounces+glkc-cpufreq=gmane.org@www.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cpufreq@www.linux.org.uk On Sat, Jun 19, 2004 at 12:44:56PM +0200, Dominik Brodowski wrote: > Hi, > > It looks like there's either a problem in the ACPI tables. So I'd like to > dump the relevant parts of the ACPI tables -- so, please, > could you put this file > > http://www.brodo.de/patches/2004-04-06/cpufreq-acpi_pdump.c > > into the directory [assuming you're running a 64bit kernel] > > arch/x86_64/kernel/cpufreq/ in the linux kernel sources, > add the line > > obj-m += cpufreq-acpi_pdump.o > > to the file "Makefile" in this directory, > > re-build the kernel and modules, and then > > modprobe cpufreq-acpi_pdump > > and send the dmesg to me? > > Thanks, > Dominik It complains of a device not being present and leaves this in the dmesg log: number of states: 10 acpi_pdump: P0: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P1: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P2: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P3: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P4: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P5: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P6: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P7: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P8: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 acpi_pdump: P9: 161061273 MHz, 629145 mW, 10066329 uS s:0x99999999 c:0x99999999 control_register: 130 12 127 0 0 0 0 status_register: 130 12 127 0 0 0 0 Is this really helpful?