I upgraded from FC5 to FC6 via yum and now I'm getting the error that p4-clockmod is not found during the boot process.
Here is the content of /etc/cpuspeed.conf:
Code:
VMAJOR=1
VMINOR=1
# uncomment this and set to the name of your CPUFreq module
DRIVER="p4-clockmod"
# 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"
when I try to locate p4-clockmod i get the following result:
/lib/modules/2.6.22.9-61.fc6/kernel/arch/i386/kernel/cpu/cpufreq/p4-clockmod.ko
Can anyone tell me how to correct this error?
Thanks in advance for any assistance you can provide.