Size: 733
Comment:
|
Size: 842
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
4. Modify /etc/default/grub: {{{sudo gedit /etc/default/grub.conf}}} | 4. Modify /etc/default/grub: {{{sudo nano /etc/default/grub.conf}}} |
Line 21: | Line 21: |
7. Run {{{sensors}}} on the command line at anytime to see the current temperatures. {{{sudo}}} not needed. |
Fan Speed High
I have often found that the fan speed is high after I install a new version of Ubuntu, so this is what you do to fix it. This is a slight update to a post I found at: http://askubuntu.com/questions/376636/notebook-fan-constantly-running-at-a-high-speed
Install lm-sensors: sudo apt-get install lm-sensors
- Run sensors-detect which will install the 'coretemp' module
Run in terminal: less /etc/modules
Modify /etc/default/grub: sudo nano /etc/default/grub.conf
Change from:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
Update grub: sudo update-grub
- Reboot your machine
Run sensors on the command line at anytime to see the current temperatures. sudo not needed.