Hi,
I've got the following problem:
[root@vitaliy ~]# /etc/rc.d/init.d/cpuspeed start FATAL: Error inserting powernow_k8 (/lib/modules/2.6.13-1.1526_FC4/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko): No such device [root@vitaliy ~]#
But i have it:
[root@vitaliy ~]# ls -la /lib/modules/2.6.13-1.1526_FC4/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko -rwxr--r-- 1 root root 20968 Sep 29 03:02 /lib/modules/2.6.13-1.1526_FC4/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko [root@vitaliy ~]#
here is what I found in dmesg: .. powernow-k8: Processor cpuid 680 not supported
My config file:
[root@vitaliy ~]# cat /etc/cpuspeed.conf VMAJOR=1 VMINOR=1
# uncomment this and set to the name of your CPUFreq module #DRIVER="powernow-k7" DRIVER="powernow-k8"
# Let background (nice) processes speed up the cpu OPTS="$OPTS -n"
# Add your favorite options here #OPTS="$OPTS -s 0 -i 10 -r"
# uncomment and modify this to check the state of the AC adapter #OPTS="$OPTS -a /proc/acpi/ac_adapter/*/state"
# uncomment and modify this to check the system temperature #OPTS="$OPTS -t /proc/acpi/thermal_zone/*/temperature 75" [root@vitaliy ~]#
My system details:
[root@vitaliy ~]# uname -a Linux vitaliy 2.6.13-1.1526_FC4 #1 Wed Sep 28 19:15:10 EDT 2005 i686 athlon i386 GNU/Linux [root@vitaliy ~]# rpm -qa| grep cpuspeed cpuspeed-1.2.1-1.23_FC4 [root@vitaliy ~]# cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Athlon(tm) XP 1700+ stepping : 0 cpu MHz : 1466.910 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow bogomips : 2936.79
[root@vitaliy ~]#
Any help will be appreciated.
Vitaliy Ivanov wrote:
# uncomment this and set to the name of your CPUFreq module #DRIVER="powernow-k7" DRIVER="powernow-k8"
model name : AMD Athlon(tm) XP 1700+
Athlon XP 1700 is a "K7" job... edit /etc/cpuspeed.conf to reflect that I guess. K8 is the Athlon 64 stuff AIUI.
-Andy
On Thursday 06 October 2005 12:34, Andy Green wrote:
Vitaliy Ivanov wrote:
# uncomment this and set to the name of your CPUFreq module #DRIVER="powernow-k7" DRIVER="powernow-k8"
model name : AMD Athlon(tm) XP 1700+
Athlon XP 1700 is a "K7" job... edit /etc/cpuspeed.conf to reflect that I guess. K8 is the Athlon 64 stuff AIUI.
-Andy
It won't help:(
[root@vitaliy ~]# /etc/rc.d/init.d/cpuspeed start FATAL: Module powernow_k7 not found.
[root@vitaliy ~]# rpm -ql kernel-2.6.13-1.1526_FC4|grep powernow /lib/modules/2.6.13-1.1526_FC4/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko
I searched bugzilla and no results. Also acpid is running:
[root@vitaliy ~]# /etc/rc.d/init.d/acpid status acpid (pid 1852) is running... [root@vitaliy ~]# ps ax | grep 1852 1852 ? Ss 0:00 /usr/sbin/acpid 4957 pts/2 R+ 0:00 grep 1852 [root@vitaliy ~]#
Best.
Vitaliy Ivanov wrote:
Athlon XP 1700 is a "K7" job... edit /etc/cpuspeed.conf to reflect that I guess. K8 is the Athlon 64 stuff AIUI.
It won't help:(
[root@vitaliy ~]# /etc/rc.d/init.d/cpuspeed start FATAL: Module powernow_k7 not found.
It seems that at one point powernow k7 support was compiled into the kernel, not as a module. But looking at the .config files used in the Redhat kernels it does not mention K7 any more either way.
[root@vitaliy ~]# rpm -ql kernel-2.6.13-1.1526_FC4|grep powernow /lib/modules/2.6.13-1.1526_FC4/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko
Just in case it is still compiled in somehow, maybe try to comment out both module names in the .conf file?
-Andy
Andy Green wrote:
Vitaliy Ivanov wrote:
Athlon XP 1700 is a "K7" job... edit /etc/cpuspeed.conf to reflect that I guess. K8 is the Athlon 64 stuff AIUI.
It won't help:(
[root@vitaliy ~]# /etc/rc.d/init.d/cpuspeed start FATAL: Module powernow_k7 not found.
It seems that at one point powernow k7 support was compiled into the kernel, not as a module. But looking at the .config files used in the Redhat kernels it does not mention K7 any more either way.
[root@vitaliy ~]# rpm -ql kernel-2.6.13-1.1526_FC4|grep powernow /lib/modules/2.6.13-1.1526_FC4/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko
Just in case it is still compiled in somehow, maybe try to comment out both module names in the .conf file?
-Andy
I have an HP with an Athlon processor which works with powernow-k7. It is not supported by the smp kernel. I tried it since having one kernel for single processors and multiprocessors was proposed awhile back.
I use the stock kernel, 2.6.13-1.1594_FC5 currently (development). My speed works fine and has worked acceptable since the severn beta.
There is no module listed for it and it is within the kernel. I have acpi enabled which I believe is also needed. I have a mobile AMD Athlon(tm) XP1800+ proccessor.
Jim
Andy Green wrote:
It seems that at one point powernow k7 support was compiled into the kernel, not as a module. But looking at the .config files used in the Redhat kernels it does not mention K7 any more either way.
[root@vitaliy ~]# rpm -ql kernel-2.6.13-1.1526_FC4|grep powernow /lib/modules/2.6.13-1.1526_FC4/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko
[oyvind@arwen ~]$ grep -i powernow_k7 /boot/config-2.6.13-1.1526_FC4 CONFIG_X86_POWERNOW_K7=y CONFIG_X86_POWERNOW_K7_ACPI=y
Works fine for my AMD AthlonXP 2000+ mobile..
On Thursday 06 October 2005 12:34, Andy Green wrote:
Vitaliy Ivanov wrote:
# uncomment this and set to the name of your CPUFreq module #DRIVER="powernow-k7" DRIVER="powernow-k8"
model name : AMD Athlon(tm) XP 1700+
Athlon XP 1700 is a "K7" job... edit /etc/cpuspeed.conf to reflect that I guess. K8 is the Athlon 64 stuff AIUI.
-Andy
It won't help:(
[root@vitaliy ~]# /etc/rc.d/init.d/cpuspeed start FATAL: Module powernow_k7 not found.
[root@vitaliy ~]# rpm -ql kernel-2.6.13-1.1526_FC4|grep powernow /lib/modules/2.6.13-1.1526_FC4/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko
I searched bugzilla and no results. Also acpid is running:
[root@vitaliy ~]# /etc/rc.d/init.d/acpid status acpid (pid 1852) is running... [root@vitaliy ~]# ps ax | grep 1852 1852 ? Ss 0:00 /usr/sbin/acpid 4957 pts/2 R+ 0:00 grep 1852 [root@vitaliy ~]#
Best.