⇤ ← Revision 1 as of 2014-03-23 15:57:43
Size: 576
Comment:
|
Size: 578
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
1) Install lm-sensors: sudo apt-get install lm-sensors 2) Run sensors-detect which will install the 'coretemp' module: 3) Run in terminal: more /etc/modules 4) Modify /etc/default/grub: sudo gedit /etc/default/grub.conf |
1. Install lm-sensors: sudo apt-get install lm-sensors 2. Run sensors-detect which will install the 'coretemp' module: 3. Run in terminal: more /etc/modules 4. Modify /etc/default/grub: sudo gedit /etc/default/grub.conf |
Line 18: | Line 18: |
5) Update grub: sudo update-grub 6) Reboot your machine |
5. Update grub: sudo update-grub 6. Reboot your machine |
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.
- Install lm-sensors: sudo apt-get install lm-sensors
- Run sensors-detect which will install the 'coretemp' module:
- Run in terminal: more /etc/modules
- Modify /etc/default/grub: sudo gedit /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