Comment 14 for bug 16416

Revision history for this message
Kev Walke (kelvinelk) wrote :

I fixed this on my Dell C600 laptop by changing a line in
/usr/share/powernowd/cpufreq-detect.sh from:

if [ -f $IOPORTS ] && grep -q 'Intel ICH' $ IOPORTS ; then

to:

if [ -f $IOPORTS ] && grep -q 'ACPI CPU throttle' $ IOPORTS ; then

is this similar to how Fabio did it?