Does it happen with the following command, but not for cpu0?
echo -n ondemand | sudo tee 
/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor

Does maybe leaving "-n" away make a difference?
echo ondemand | sudo tee /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor

Does it already happen with
for i in 0 1; do  test -f 
/sys/devices/system/cpu/cpu$i//cpufreq/scaling_governor; echo $?; done
What's the output of the last one?

-- 
postinst freezes waiting for "powernowd.early start" to return
https://bugs.launchpad.net/bugs/63291
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to