web-dev-qa-db-ja.com

大ファン:多くの方法を試しましたが、対応できません

あなたが私を助けてくれることを願って、かなりイライラします...

私はWindows 7を使用しており、ファンにはまったく問題がありませんでした。大学でLinuxを使用することで、自宅でも使用することにしました。コンピュータを起動すると、ファンの音が大きくなり始めますが、その後ほとんど静かになります。これは起こりません、それは大声で鳴り続けます。 CPUファンが私の問題だと確信しています。起動メニューの設定はまったく役に立ちませんでした。彼らは私のファンに影響を与えませんでした。

ハードウェア:

Intel i5-3570 LGA 1155

MSI Z77A-G43

私はすでに多くのことを検索し、fancontrolを使用しようとしました。しかし、おそらくご存知のとおり、最初にlm-sensorsをインストールし、pwmconfigを構成する必要があります。

sensors-detect:の要約-出力

Driver `coretemp':   * Chip `Intel digital thermal sensor' (confidence: 9)

Driver `lm78':   * ISA bus, address 0x290
    Chip `National Semiconductor LM78' (confidence: 6)

Driver `f71882fg':   * ISA bus, address 0x295
    Chip `Fintek F71869A Super IO Sensors' (confidence: 9)

To load everything that is needed, add this to /etc/modules:
----cut here----  Chip drivers  coretemp  f71882fg  lm78
----cut here---- If you have some drivers built into your kernel, the list above will contain too many modules. Skip the appropriate ones!

Do you want to add these lines automatically to /etc/modules? (yes/NO)yes Successful!

Monitoring programs won't work until the needed modules are loaded. You may want to run 'service kmod start' to load them.

Unloading i2c-dev... OK Unloading i2c-i801... OK Unloading cpuid... OK

sensors:の出力

acpitz-virtual-0 Adapter:  Virtual device  temp1:        +27.8°C  (crit
= +106.0°C)  temp2:        +29.8°C  (crit = +106.0°C)

nouveau-pci-0100 Adapter:  PCI adapter  fan1:        4824 RPM temp1:    
+42.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +2.0°C)

coretemp-isa-0000 Adapter:  ISA adapter Physical id 0:  +36.0°C  (high
= +85.0°C, crit = +105.0°C) Core 0:         +28.0°C  (high = +85.0°C, crit = +105.0°C) Core 1:         +36.0°C  (high = +85.0°C, crit =
+105.0°C) Core 2:         +28.0°C  (high = +85.0°C, crit = +105.0°C) Core 3:         +32.0°C  (high = +85.0°C, crit = +105.0°C)

pkg-temp-0-virtual-0 Adapter:  Virtual device temp1:        +35.0°C

それが理由ですが、 "but"と書いた理由は...ファンコントロールをインストールした後、これをSudo pwmconfigで行いました。

出力pwmconfig

Found the following devices:     hwmon0 is acpitz     hwmon1 is nouveau  hwmon2/device is coretemp     hwmon3 is pkg-temp-0

Found the following PWM controls:    hwmon1/pwm1           current value: 100

Giving the fans some time to reach full speed... Found the following fan sensors:    hwmon1/fan1_input     current speed: 4483 RPM

Warning!!! This program will stop your fans, one at a time, for approximately 5 seconds each!!! This may cause your processor temperature to rise!!! If you do not want to do this hit control-C now!!! Hit return to continue: 

Testing pwm control hwmon1/pwm1 ... /usr/sbin/pwmconfig: line 226: echo: write error: Operation not permitted Manual control mode not supported, skipping. Testing is complete. Please verify that all fans have returned to their normal speed.

The fancontrol script can automatically respond to temperature changes of your system by changing fanspeeds. Do you want to set up its configuration file now (y)? y What should be the path to your fancontrol config file (/etc/fancontrol)? 

Select fan output to configure, or other action: 1) Change INTERVAL    3) Save and quit 2) Just quit           4) Show configuration select (1-n):

1)、2)、...を表示する最後のメニューにはファンが表示されるはずですが、ご覧のとおり、表示されません。

それに関する追加情報:「警告!!!このプログラムは、ファンを一度に1つずつ、それぞれ約5秒間停止します!!!」とありますが、「Enter」を押した後、ファンは停止しませんでした。

どのように私は私の騒々しい問題を制御するのですか?

2
Corrumpo

すべてのラケットを引き起こしているのがGPUファンではないことを確認してください。デフォルトでフルファンで動作するEVGAビデオカードがあり、適切なドライバーがロードされて初めて静かになります。

それがあなたのGPUファンであることが判明した場合は、CPUファンを制御するよりも、おそらくそれを制御するほうが簡単です。

幸運を。

1
nispio