web-dev-qa-db-ja.com

ファンが私のInspiron 9400をオーバードライブします!私は何をすべきか?

11.04へのアップデート後、私のInspiron 9400のファンはオーバードライブ状態になり、速度が低下することはありません。これは正常ですか?他のUbuntuリリースでは発生しませんでした。

3
Jan Willems

2つのコアの1つを使用する1つのプロセスがあると思います。これにより、周波数が最大になり、ファンの速度が上がります。

したがって、システムモニターを開始できます(2番目のコアが占有されていないため、応答時間は十分です)。

それはsystem => administration => system monitor => Processesタブ。

プロセスの1つが50%のCPUを使用しているかどうかを確認します。殺すことができる場合は、殺してファンが休憩するかどうかを確認します。

その場合、このプロセスがCPUを回転させている理由を理解する必要があります。

1
Delete

私の1720は11.04で完全に機能するファンを持っています。私は新しいインストールをしましたが。しかし、再インストールを勧める代わりに、これを見てください: http://www.ubuntuupdates.org/packages/show/305155

Package fancontrol

Name:   fancontrol

Description:    
utilities to read temperature/voltage/fan sensors 
Lm-sensors is a hardware health monitoring package for Linux. It allows you 
to access information from temperature, voltage, and fan speed sensors. It 
works with most newer systems.

This package contains a daemon that calculates fan speeds from temperatures 
and sets the corresponding PWM outputs to the computed values.

Latest version: 1:3.2.0-1ubuntu1
Ubuntu release: natty (11.04)
Level:  base
Repository: universe

インストールして、そのデーモンが機能するかどうか確認してください!

0
Rinzwind