Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751511AbYHKFKt (ORCPT ); Mon, 11 Aug 2008 01:10:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750761AbYHKFKi (ORCPT ); Mon, 11 Aug 2008 01:10:38 -0400 Received: from mga11.intel.com ([192.55.52.93]:2708 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750758AbYHKFKh (ORCPT ); Mon, 11 Aug 2008 01:10:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.31,341,1215414000"; d="scan'208";a="605661023" Subject: Re: cpufreq doesn't seem to work in Intel Q9300 From: Zhao Yakui To: S K Cc: Thomas Renninger , Alan Jenkins , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org In-Reply-To: <514e099a0808102144n241c8e9ak255bded0a80744f1@mail.gmail.com> References: <514e099a0808030300u140a0ae7m92a2e7294f39f7b7@mail.gmail.com> <200808081430.43012.trenn@suse.de> <200808092059.47863.trenn@suse.de> <514e099a0808100128u303207clcb22292db2f0cc59@mail.gmail.com> <1218418431.6671.52.camel@yakui_zhao.sh.intel.com> <514e099a0808102144n241c8e9ak255bded0a80744f1@mail.gmail.com> Content-Type: text/plain Date: Mon, 11 Aug 2008 13:24:30 +0800 Message-Id: <1218432270.6671.75.camel@yakui_zhao.sh.intel.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.0 (2.8.0-7.fc6) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1650 Lines: 39 On Sun, 2008-08-10 at 21:44 -0700, S K wrote: > >> So I'm guessing this is a kernel bug. > > >From the attached acpidump it seems that there is no definition of > > _PCT,_PSS, _PPC. So acpi_cpufreq driver can't be used on your machine. > > This is a BIOS issue. > > Yakui, Did you actually check if the above was true? Yes. There is no definition of _PSS,_PCT,_PPC in DSDT table, which are required by acpi_cpufreq driver.At the same time there is no extra SSDT table. > > > > But it is very strange that cpufreq scaling can work on Windows XP. > > Will you please try the P4 clock cpufreq driver and see whether the > > scaling can work ? In fact P4 clock cpufreq driver is already replaced > > by acpi_cpufreq driver for the latest cpu. > > Anyway please try p4 clock cpufreq driver. > > What is the name of the driver? I'm not able to find any such driver > in Fedora 9 installed modules. There is only acpi-cpufreq and powernow-k8. The driver is P4-clockmod, which is located in the directory of arch/x86/kernel/cpu/cpufreq > > Also, If someone doesn't mind, can they tell me what all files I need to > replace in Fedora 9 once I get a kernel.org kernel compiled? I know > how to edit grub.conf, > and that I should replace vmlinuz, but do I need to replace initrd too? Maybe you should enable "CONFIG_X86_P4_CLOCKMOD" in kernel configuration and compile a new kernel. thanks. > > Thanks, > SK -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/