I'm so grateful if someone help me to solve.
Asked
Active
Viewed 448 times
-1
1 Answers
0
These might be a little more work than you need to go through. What kind of graphics card (if any) do you have? I have an nvidia card and it was going nuts as soon as I installed Ubuntu 13.10.
Turns out..I was running on the open source video drivers and not the proprietary nvidia drivers. Once I upgraded (Go to Ubuntu Software Center > Edit > Softward Sources > Additional Drivers > you should see a list of possible options) to the proprietary drivers and restarted, my fans went back to normal.

wes
- 1
- 1
Ctrl
+Alt
+T
):sudo apt-get update && sudo apt-get install lm-sensors fancontrol
– GabrielF Jan 08 '14 at 23:15Processing triggers for ureadahead ...
– user233368 Jan 08 '14 at 23:30sudo service kmod start
. – GabrielF Jan 09 '14 at 00:05