Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752859AbYHISnh (ORCPT ); Sat, 9 Aug 2008 14:43:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751633AbYHISn3 (ORCPT ); Sat, 9 Aug 2008 14:43:29 -0400 Received: from mx2.suse.de ([195.135.220.15]:48349 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751558AbYHISn2 convert rfc822-to-8bit (ORCPT ); Sat, 9 Aug 2008 14:43:28 -0400 From: Thomas Renninger To: "S K" Subject: Re: cpufreq doesn't seem to work in Intel Q9300 Date: Sat, 9 Aug 2008 20:59:47 +0200 User-Agent: KMail/1.9.9 Cc: "Alan Jenkins" , "Zhao Yakui" , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org References: <514e099a0808030300u140a0ae7m92a2e7294f39f7b7@mail.gmail.com> <200808081430.43012.trenn@suse.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200808092059.47863.trenn@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1579 Lines: 40 On Friday 08 August 2008 08:23:25 pm S K wrote: > > Try updating the BIOS. > > I expect your CPU is too new and the BIOS cannot export the correct freq > > values for the specific CPU yet. > > > > Thomas > > The BIOS is already at the latest version :( Is the above comment the > only possible reason for the issue? It is very likely. I did not go through the DSDT table(s) myself, but if this is true: > According to the online ACPI spec, the BIOS should expose _PCT, _PSS and PPC > objects if it supports multiple CPU performance states (aka P-states, > cpufreq). ?I ran your acpidump.txt through acpixtract to generate the DSDT, > and decompiled it using iasl. ?It did not contain any of _PCT, _PSS and > _PPC. your BIOS does not export basic CPU freq data. The only way to get cpufreq working on latest Intel HW is through ACPI and acpi-cpufreq driver. It may happen that above functions are somewhat hidden in SSDT tables but loading and finding the CPU freq functions generally works quite well. Mark Langsdorf reported some acpi breakage in .27-rc1, this could also be the reason. That a BIOS update is needed for latest CPUs is common. I expect your machine is rather new? There also is a cpufreq list which moved recently, the latest one you should post to is this one: cpufreq@vger.kernel.org Thomas -- 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/