ノートブックファンは常に8RPMで表示されます。

ノートブックファンは常に8RPMで表示されます。

私は次の仕様のLenovo Legion Y520を持っています。

zjeffer@ArchLinux 
----------------- 
OS: Arch Linux x86_64 
Host: 80WK Lenovo Y520-15IKBN 
Kernel: 5.1.7-arch1-1-ARCH 
Uptime: 42 mins 
Packages: 1659 (pacman) 
Shell: zsh 5.7.1 
Resolution: 1920x1080, 1920x1080 
WM: bspwm 
Theme: OSX-Arc-Plus [GTK2/3] 
Icons: Papirus-Light [GTK2/3] 
Terminal: gnome-terminal 
CPU: Intel i7-7700HQ (8) @ 3.800GHz 
GPU: NVIDIA GeForce GTX 1050 Mobile 
GPU: Intel HD Graphics 630 
Memory: 1369MiB / 7866MiB 

私はそれを使用しています市販CPUファンを制御しようとしています。残念ながら常に8RPMとなっており、実際のファン速度がどれくらいになるのかわかりません。

重要な場合、私のthinkfan.confは次のようになります。

######################################################################
# thinkfan 0.7 example config file
# ================================
#
# ATTENTION: There is only very basic sanity checking on the configuration.
# That means you can set your temperature limits as insane as you like. You
# can do anything stupid, e.g. turn off your fan when your CPU reaches 70°C.
#
# That's why this program is called THINKfan: You gotta think for yourself.
#
######################################################################
#
# IBM/Lenovo Thinkpads (thinkpad_acpi, /proc/acpi/ibm)
# ====================================================
#
# IMPORTANT:
#
# To keep your HD from overheating, you have to specify a correction value for
# the sensor that has the HD's temperature. You need to do this because
# thinkfan uses only the highest temperature it can find in the system, and
# that'll most likely never be your HD, as most HDs are already out of spec
# when they reach 55 °C.
# Correction values are applied from left to right in the same order as the
# temperatures are read from the file.
#
# For example:
# tp_thermal /proc/acpi/ibm/thermal (0, 0, 10)
# will add a fixed value of 10 °C the 3rd value read from that file. Check out
# http://www.thinkwiki.org/wiki/Thermal_Sensors to find out how much you may
# want to add to certain temperatures.

#  Syntax:
#  (LEVEL, LOW, HIGH)
#  LEVEL is the fan level to use (0-7 with thinkpad_acpi)
#  LOW is the temperature at which to step down to the previous level
#  HIGH is the temperature at which to step up to the next level
#  All numbers are integers.
#

# I use this on my T61p:
# tp_fan /proc/acpi/ibm/fan
# tp_thermal /proc/acpi/ibm/thermal (0, 10, 15, 2, 10, 5, 0, 3, 0, 3)

hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp1_input
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp2_input
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp3_input
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp4_input
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp5_input
hwmon /sys/devices/virtual/thermal/thermal_zone1/temp


(0, 0, 51)
(1, 50, 52)
(2, 51, 55)
(3, 54, 58)
(4, 56, 63)
(5, 60, 70)
(6, 66, 79)
(7, 74, 92)
(127, 85, 32767) 

出力は次のとおりですdmesg | grep -i thinkpad

[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=661a855a-c479-4291-bcb2-95b148ce2020 rw quiet nowatchdog nvidia-drm.modeset=1 thinkpad_acpi fan_control=1
[    0.155975] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=661a855a-c479-4291-bcb2-95b148ce2020 rw quiet nowatchdog nvidia-drm.modeset=1 thinkpad_acpi fan_control=1
[    4.231093] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[    4.231094] thinkpad_acpi: http://ibm-acpi.sf.net/
[    4.231094] thinkpad_acpi: ThinkPad BIOS 4KCN40WW, EC unknown
[    4.231094] thinkpad_acpi: Lenovo Lenovo Y520-15IKBN, model 80WK
[    4.231554] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    4.231620] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    4.232877] thinkpad_acpi: battery 1 registered (start 0, stop 0)
[    4.232879] battery: new extension: ThinkPad Battery Extension
[    4.232896] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input8

ここに書かれているので、EC unknown私はどのECを持っているのかわからず、インターネット上で私のモデルに関する情報を見つけることができません。

s-tui/proc/acpi/ibm/fan、、:で速度を確認してみると常にsensors8RPMですが、ゲームをしながら最高速度で飛び出す音が聞こえれば当然不可能なことです。

Windows 10ではspeedfanファンが見つかりませんでした。また、BIOSバージョンを4KCN40WWから4KCN45WWに更新しました。変更なし。


実際のファン速度をどのように確認しますか?

ベストアンサー1

部分的な答え:

からdmesgロードthinkpad_acpiされました。カーネルソースを少し見てみると、ファン関連のメッセージが出力されないようです。

ただし、コードの一部のコメントは次のとおりです。

ThinkPad EC レジスタ 0x84(LSB), 0x85(MSB): RPM 単位の基本ファン回転速度計を読み取る

このレジスタは、新しいECが搭載されたすべてのThinkPadに存在し、ACPI DSDTによるオフセット0x84に異なるものがあるため、A21m/eおよびT22にはないことが知られています。同じ時期(またはそれ以前)の他のThinkPadにも回転速度計がない可能性があります。

残念ながら、最新のECを搭載した多くのThinkPadは、IBMがECファームウェアのバージョン文字列を報告するように変更したことはありません。ただし、そのファームウェアは回転スピードメーター(以前のXモデルと同様)をサポートできるため、検出するのはやや困難です。確実に知るには、より多くのデータが必要です。

ファームウェアのバグ:常に0x84を最初に読んでください。そうしないと、読み取りエラーが発生する可能性があります。

ファームウェアのバグ:最高速度モードに切り替えると、ECが古くなることがあります。

ファームウェアエラーについては、以下を参照してください。 http://thinkwiki.org/wiki/Embedded_Controller_Firmware#Firmware_Issues

ヨーロッパ共同体組み込みコントローラあなたのラップトップ。

したがって、3つの潜在的な問題があります。一部のThinkPadではタコメーターがまったく機能しないため、一部のThinkPadではこの場所に他のものがあり、一部のThinkPadではファームウェアが正しくありません。

つまり、自分の傾向と一致する必要があることを意味します。レノボ救世主 Y520どのバージョン命名法を使用しても、ファームウェアのバグを見つけます。

疑わしい場合は、カーネルバグトラッカーを介してモジュール管理者に連絡して、特定のモデルに関するアイデアがあるかどうかを確認します。

おすすめ記事