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.