I found a workaround: ( if you still have the 2.6.31-14 kernel installed
then) open a terminal and paste in the following)

sudo su -
kern_img=$(grep 2.6.31-14 /boot/grub/grub.cfg |grep menuentry|grep -v 
recovery|sed -e "s/' .*/'/" -e 's/menuentry //')
sed -i "s/GRUB_DEFAULT.*/GRUB_DEFAULT=$kern_img/" /etc/default/grub
grep 2.6.31-14 /etc/default/grub || sed -i "s/GRUB_DEFAULT.*/GRUB_DEFAULT=0/" 
/etc/default/grub
update-grub
reboot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/951712

Title:
  CPU Frequency Scaling broken ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/951712/+subscriptions

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

Reply via email to