0

I recently updated to Ubuntu 13.04 on a Dell laptop. I did not have this problem with the previous version.

Normally the fan is not running. But then something (perhaps some web site) triggers the system to turn on the fan at high (and noisy) speed. It does not return to normal on its own, if I put the system to sleep, the fan turns off, until something triggers it again.

Machine is a Dell D420. CPU is a U2500 Core Duo @ 1.20 GHz. GPU is an Intel® 945GM. Installing TLP with no configuration changes reduces the fan sped and noise, but kills GUI performance.

How can I diagnose this? I want to know if it is a driver issue (other posts mention graphics drivers) or a firefox bug?

asp
  • 481

2 Answers2

1

for automatically controlling the fan, it is just to use 'i8kmon' inside the package i8kutils.

The latest version of i8kutils is at https://launchpad.net/i8kutils

vitorafsr
  • 342
  • 2
  • 12
0

Found an answer at Dell Laptop Fan Control

Solution for a Dell laptop is to install the i8kutils package.

i8kutils - utilities for Dell Inspiron and Latitude laptops

sudo apt-get install i8kutils

In my case I ran i8kctl fan - 1 which cut down the right side fan to normal speed.

asp
  • 481