cpufreq
which should fix the issue that the upstart script didn't set the governor on system boot. In previous versions, the script looked up the power supply status in some obscure path on the /sys
filesystem, including hardware addresses. With the release of 11.04, this path didn't exist on my system anymore. Instead, a much simpler path appeared: /sys/class/power_supply/AC/online
, which seems to be independent of the hardware. The new script now checks this location and sets the governor accordingly.Unfortunately, I seem to have overestimated the time I can spend on my projects here. I haven't forgotten any of Your comments and I will try to answer them as soon as possible, but this might take more time that I previously thought. Sorry for that.