marko
2006-01-08, 12:30 PM CST
I don't get it, I installed Fedora Core 4 on my Abit AN8 Ultra board.
I have a Athlon 64 X2 3800 on there (dual core). cpuspeed is
trying to load at boot up but it seems it isn't configured right.
I see that acpid is running.
Fedora's install correctly put in the smp version of the kernel:
2.6.11-1.1369_FC4smp
so edited /etc/cpuspeed.conf (basically the only change from
the one put in by the install is to change the DRIVER from powernow-k7
to powernow-k8 since Athlon 64 is a k8 class cpu. and I also uncommented
the thermal_zone checking, I figure the ac_adapter test is N/A to a
desktop) to look like:
VMAJOR=1
VMINOR=1
# uncomment this and set to the name of your CPUFreq module
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"
now when I run
/etc/init.d/cpuspeed start
I get:
FATAL: Error inserting powernow_k8 (/lib/modules/2.6.11-1.1369_FC4smp/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko): No such device
but when I look in that path there is a module there called powernow-k8.ko
so what's the deal? Is it that in Fedora core 4, powernow-k8 doesn't
work with the dual core Athlons?
Mark
I have a Athlon 64 X2 3800 on there (dual core). cpuspeed is
trying to load at boot up but it seems it isn't configured right.
I see that acpid is running.
Fedora's install correctly put in the smp version of the kernel:
2.6.11-1.1369_FC4smp
so edited /etc/cpuspeed.conf (basically the only change from
the one put in by the install is to change the DRIVER from powernow-k7
to powernow-k8 since Athlon 64 is a k8 class cpu. and I also uncommented
the thermal_zone checking, I figure the ac_adapter test is N/A to a
desktop) to look like:
VMAJOR=1
VMINOR=1
# uncomment this and set to the name of your CPUFreq module
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"
now when I run
/etc/init.d/cpuspeed start
I get:
FATAL: Error inserting powernow_k8 (/lib/modules/2.6.11-1.1369_FC4smp/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k8.ko): No such device
but when I look in that path there is a module there called powernow-k8.ko
so what's the deal? Is it that in Fedora core 4, powernow-k8 doesn't
work with the dual core Athlons?
Mark