Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756819AbYHHKn1 (ORCPT ); Fri, 8 Aug 2008 06:43:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753995AbYHHKnI (ORCPT ); Fri, 8 Aug 2008 06:43:08 -0400 Received: from wr-out-0506.google.com ([64.233.184.226]:38740 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753445AbYHHKnE (ORCPT ); Fri, 8 Aug 2008 06:43:04 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xmMIbkgM1pLqEwXXHaOaRt7N1Z3ciHZl/sREfEr25xIyB2qYqDZF2D7G1ibt3ZcWmt gKjpyszwEHjwUIn4FMYrOLQ8mwUawvNElJ+mBbiXcb15Sy9TqnAXa+CIcOD3KZJgboEm qC0XwFnbkHKGuFUvjA1uVJ7SKHHX3ybMwuIoA= Message-ID: <514e099a0808080343y41f279fbhc10b1539bfddb548@mail.gmail.com> Date: Fri, 8 Aug 2008 03:43:02 -0700 From: "S K" To: "Alan Jenkins" Subject: Re: cpufreq doesn't seem to work in Intel Q9300 Cc: "Zhao Yakui" , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org In-Reply-To: <514e099a0808080310n15d56d79k98587ca73111db59@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <514e099a0808030300u140a0ae7m92a2e7294f39f7b7@mail.gmail.com> <48958901.06a0100a.35d6.2df9@mx.google.com> <514e099a0808032206n192fc973u24b31def6555dbec@mail.gmail.com> <514e099a0808070235qd36628cta191018763875422@mail.gmail.com> <1218159124.6671.32.camel@yakui_zhao.sh.intel.com> <514e099a0808072153w2e944037gbfbdf8e9156d7df0@mail.gmail.com> <489C06BE.2020309@tuffmail.co.uk> <514e099a0808080310n15d56d79k98587ca73111db59@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2127 Lines: 58 On 8/8/08, S K wrote: > > My machine has acpi-cpufreq module, but when I try to load it, I get: > FATAL: Error inserting acpi_cpufreq > (/lib/modules/2.6.25.11-97.fc9.i686/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko): > No such device > > Btw, yes, cpu freq scaling works in Windows XP. What should I look for > in Windows? > > I build my own system, so I have gone through my system BIOS several > times and don't remember anything related to freq scaling. But I will > check again. There is a "PPM mode" option which has possible values: Native - Native mode is for fully support ACPI OS (ex. Win XP, Vista) SMM - SMM mode is for legacy OS (ex. Win 2k) Setting it to SMM didn't help. Gave the same error for acpi_cpufreq. Btw, you were right about FC trying all the module, but it apparently tried only speedstep modules for some reason. It's clear from my dmesg.txt that all the speedstep modules are attempted. Forgot one obvious thing when I ran dmesg -- forgot to run it after trying modprobe acpi_cpufreq. This is what I get when I do that: 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 cpufreq-core: initialization failed cpufreq-core: adding CPU 1 acpi-cpufreq: acpi_cpufreq_cpu_init cpufreq-core: initialization failed cpufreq-core: adding CPU 2 acpi-cpufreq: acpi_cpufreq_cpu_init cpufreq-core: initialization failed cpufreq-core: adding CPU 3 acpi-cpufreq: acpi_cpufreq_cpu_init cpufreq-core: initialization failed cpufreq-core: no CPU initialized for driver acpi-cpufreq cpufreq-core: unregistering CPU 0 cpufreq-core: unregistering CPU 1 cpufreq-core: unregistering CPU 2 cpufreq-core: unregistering CPU 3 Attaching the files I sent to Zaho so others can look at it too. 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/