From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jaime_Pe=F1alba?= Subject: More Pentium III (Coppermine) problems Date: Fri, 1 Jul 2005 00:11:06 +0200 Message-ID: Reply-To: =?ISO-8859-1?Q?Jaime_Pe=F1alba?= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cpufreq-bounces@lists.linux.org.uk Errors-To: cpufreq-bounces+glkc-cpufreq=m.gmane.org@lists.linux.org.uk Content-Type: text/plain; charset="us-ascii" To: cpufreq@lists.linux.org.uk Hi, Im having troubles trying to enable cpufreq on a toshiba portege 3480ct, with Intel Corp. 82440MX chipset. Infinity:~# uname -a Linux Infinity 2.6.11-portege #1 Thu Jun 30 22:31:34 CEST 2005 i686 GNU/Lin= ux ---- Infinity:~$ cat /proc/cpuinfo=20 processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 8 model name : Pentium III (Coppermine) stepping : 6 cpu MHz : 500.128 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 987.13 --- Infinity:~# modprobe speedstep-smi =20 FATAL: Error inserting speedstep_smi (/lib/modules/2.6.11-portege/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-= smi.ko): No such device --- Infinity:~$ dmesg | tail -4 speedstep-lib: x86: 6, model: 8 speedstep-lib: Coppermine: MSR_IA32_EBL_CR_POWERON is 0x44080020, 0x0 speedstep-lib: Coppermine: MSR_IA32_PLATFORM ID is 0x0, 0x2560000 speedstep-smi: signature:0x00008680, command:0x0000e6f5, event:0x00000000, perf_level:0x47534943. ---- Changing module paramaters Infinity:~# modprobe speedstep-smi smi_cmd=3D0x82 smi_port=3D0xb2 FATAL: Error inserting speedstep_smi (/lib/modules/2.6.11-portege/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-= smi.ko): No such device ----- Infinity:~$ dmesg speedstep-smi: trying to obtain ownership with command 8682 at port b2 speedstep-smi: result is 0 speedstep-smi: bug #1422 -- can't read freqs from BIOS speedstep-smi: could not detect low and high frequencies by SMI call. speedstep-lib: trying to determine both speeds speedstep-lib: P3 - MSR_IA32_EBL_CR_POWERON: 0x44080020 0x0 speedstep-lib: speed is 500000 speedstep-lib: previous seped is 500000 speedstep-smi: trying to set frequency to state 1 with command 8682 at port= b2 speedstep-smi: retry 1, previous result 0, waiting... speedstep-smi: retry 2, previous result 0, waiting... speedstep-smi: retry 3, previous result 0, waiting... speedstep-smi: retry 4, previous result 0, waiting... speedstep-smi: retry 5, previous result 0, waiting... cpufreq: change failed with new_state 2 and result 0 speedstep-lib: P3 - MSR_IA32_EBL_CR_POWERON: 0x44080020 0x0 speedstep-lib: speed is 500000 speedstep-lib: low seped is 500000 speedstep-smi: trying to set frequency to state 0 with command 8682 at port= b2 speedstep-smi: retry 1, previous result 0, waiting... speedstep-smi: retry 2, previous result 0, waiting... speedstep-smi: retry 3, previous result 0, waiting... speedstep-smi: retry 4, previous result 0, waiting... speedstep-smi: retry 5, previous result 0, waiting... cpufreq: change failed with new_state 2 and result 0 speedstep-lib: P3 - MSR_IA32_EBL_CR_POWERON: 0x44080020 0x0 speedstep-lib: speed is 500000 speedstep-lib: high seped is 500000 speedstep-smi: could not detect two different speeds -- aborting. ---- I have tried several values for smi_cmd and smi_port, without success, also changing speedstep modes on bios, with same result. Thanks, Jaime.