From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominik Brodowski Subject: Re: Re: speedstep-centrino does not load on an Intel(R) Pentium(R) M processor 1.70 GHz Date: Mon, 2 Aug 2004 22:30:15 +0200 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <20040802203015.GC8265@dominikbrodowski.de> References: <1091332584.9043.4.camel@localhost> <1091403320.9043.17.camel@localhost> <1091422655.9043.22.camel@localhost> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: 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: Thomas Tuttle Cc: Jeremy Fitzhardinge , cpufreq list On Mon, Aug 02, 2004 at 07:57:40AM -0400, Thomas Tuttle wrote: > Are there any tests I can run to just display the tables or see if > they can be read? There's a test module at: http://www.brodo.de/patches/2004-04-06/cpufreq-acpi_pdump.c please put it in arch/i386/kernel/cpu/cpufreq/ , append arch/i386/kernel/cpu/cpufreq/Makefile with the following line: obj-m += cpufreq-acpi_pdump.o re-compile, make modules_install, modprobe cpufreq-acpi_pdump [it'll fail], and check for the entries in dmesg. Also, please post a /proc/cpuinfo Thanks, Dominik