I run the latest cooking of Slitaz on IBM T42, which I found out the CPU freq is set at 600MHz. I want to speed up the CPU, so I install the CPU freq untils, but found out the cpufreq utils can't find the right driver of CPU, it said:no or unknown cpufreq driver is active on this CPU.
I have installed the cpufreq tools. while run cpufreq-info, it shows: analyzing CPU 0: no or unknown cpufreq driver is active on this CPU maximum transition latency: 0.00 ms.
that means I can't set the cpufreq since no proper driver on CPU.
What can I do to active the cpufreq driver on CPU?
You have to load the right cpufreq module for linux kernel, using : modprobe modulename. Actually the kernel doesn't detect the right module for you, and different modules exists for different CPU. Note that powermanagement, particulary concerning the CPU, is something in progress with linux as information about hardware caracteristics becomes available.