Friday, November 13, 2009
[ How to ] solve laptop's ACPI related problems in Ubuntu (9.10)
Posted on 10:17 AM by Unknown
Laptop fan runs constantly under Ubuntu 9.10
Open a terminal
sudo nano /etc/default/grubFind and Edit the following line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Add acpi_osi=Linux to the end so it looks like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
Exit Nano editor with Ctrl+X. Answer "yes" when asked to save the file
Update grub:
sudo update-grubReboot to make
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment