Đặt ngưỡng điều chỉnh nhiệt độ CPU trên Ubuntu / Thinkpad


19

Tôi nhận được thông báo lỗi sau một vài lần mỗi giờ:

08.03.18 21:27  kernel  CPU0: Core temperature above threshold, cpu clock throttled (total events = 2234)
08.03.18 21:27  kernel  CPU2: Core temperature above threshold, cpu clock throttled (total events = 2234)
08.03.18 21:27  kernel  CPU1: Package temperature above threshold, cpu clock throttled (total events = 2695)
08.03.18 21:27  kernel  CPU3: Package temperature above threshold, cpu clock throttled (total events = 2695)
08.03.18 21:27  kernel  CPU2: Package temperature above threshold, cpu clock throttled (total events = 2695)
08.03.18 21:27  kernel  CPU0: Package temperature above threshold, cpu clock throttled (total events = 2695)
08.03.18 21:27  kernel  CPU2: Core temperature/speed normal
08.03.18 21:27  kernel  CPU0: Core temperature/speed normal
08.03.18 21:27  kernel  CPU3: Package temperature/speed normal
08.03.18 21:27  kernel  CPU1: Package temperature/speed normal
08.03.18 21:27  kernel  CPU0: Package temperature/speed normal
08.03.18 21:27  kernel  CPU2: Package temperature/speed normal

Thông số phần cứng:

ThinkPad X1 Yoga 2nd
N1NET33W (1.20 )
Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz
Production date 2017.11

Phần mềm:

Distributor ID: Ubuntu
Description:    Ubuntu 17.10
Release:        17.10
Codename:       artful
Linux 4.13.0-36-generic #40-Ubuntu SMP Fri Feb 16 20:07:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Bios:

Tôi đặt cả pinAC thành hiệu suất trong cài đặt BIOS của mình, BIOS được cập nhật.

Vấn đề là gì

Vấn đề là một ngưỡng nhiệt độ CPU là hit khá quá sớm, nó sẽ xảy ra xung quanh 75 ° C, mặc dù CPU được cho phép để đạt được lên đến 100 ° C . Nhiệt độ không bao giờ cao hơn 85 ° C. Vì vậy, sức mạnh CPU được điều tiết rất nhanh.

Tôi không biết nếu tôi có thể có một vấn đề phần cứng của nhà sản xuất liên quan đến dán nhiệt không đủ, hoặc nếu nó có liên quan đến phần mềm. Trước khi tôi gửi nó cho Lenovo, tôi muốn chắc chắn rằng đó không phải là vấn đề tự làm .

Số liệu thống kê

Khi tôi chạy một bài kiểm tra căng thẳng

stress -c 4 -t 300

thông báo lỗi xảy ra gần như ngay lập tức.

i7z cho đầu ra sau:

Cpu speed from cpuinfo 2903.00Mhz
cpuinfo might be wrong if cpufreq is enabled. To guess correctly try estimating via tsc
Linux's inbuilt cpu_khz code emulated now
True Frequency (without accounting Turbo) 2903 MHz
  CPU Multiplier 29x || Bus clock frequency (BCLK) 100.10 MHz

Socket [0] - [physical cores=2, logical cores=4, max online cores ever=2]
  TURBO ENABLED on 2 Cores, Hyper Threading ON
  Max Frequency without considering Turbo 3003.10 MHz (100.10 x [30])
  Max TURBO Multiplier (if Enabled) with 1/2/3/4 Cores is  39x/39x/39x/39x
  Real Current Frequency 3187.97 MHz [100.10 x 31.85] (Max of below)
        Core [core-id]  :Actual Freq (Mult.)      C0%   Halt(C1)%  C3 %   C6 %  Temp      VCore
        Core 1 [0]:       3187.97 (31.85x)      99.9       0       0       0    85      1.0037
        Core 2 [1]:       3187.97 (31.85x)      99.9       0       0       0    84      1.0037           


C0 = Processor running without halting
C1 = Processor running with halts (States >C0 are power saver modes with cores idling)
C3 = Cores running with PLL turned off and core cache turned off
C6, C7 = Everything in C3 + core state saved to last level cache, C7 is deeper than C6
  Above values in table are in percentage over the last 1 sec
[core-id] refers to core-id number in /proc/cpuinfo
'Garbage Values' message printed when garbage values are read
  Ctrl+C to exit

Như đã nói, nó không bao giờ vượt quá 85 Temp, nhưng CPU bị điều chỉnh.

cảm biến hiển thị đầu ra sau

iwlwifi-virtual-0
Adapter: Virtual device
temp1:        +30.0°C  

pch_skylake-virtual-0
Adapter: Virtual device
temp1:        +52.0°C  

acpitz-virtual-0
Adapter: Virtual device
temp1:        +56.0°C  (crit = +98.0°C)

thinkpad-isa-0000
Adapter: ISA adapter
fan1:        5859 RPM

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +58.0°C  (high = +100.0°C, crit = +100.0°C)

Nhưng cài đặt cao có lẽ không có hiệu lực.

nhiệt

Vì vậy, tôi đã chơi xung quanh với thermald sau đó.

Đây là cấu hình điều chỉnh của tôi mà tôi đã tìm thấy ở đây :

<?xml version="1.0" encoding="UTF-8"?>
<ThermalConfiguration>
   <Platform>
      <Name>Use Fan control first then CPU throttle</Name>
      <ProductName>*</ProductName>
      <Preference>QUIET</Preference>
      <ThermalZones>
         <ThermalZone>
            <Type>x86_pkg_temp</Type>
            <TripPoints>
               <TripPoint>
                  <SensorType>x86_pkg_temp</SensorType>
                  <Temperature>90000</Temperature>
                  <type>passive</type>
                  <ControlType>SEQUENTIAL</ControlType>
                  <CoolingDevice>
                     <type>_fan_</type>
                  </CoolingDevice>
               </TripPoint>
            </TripPoints>
         </ThermalZone>
      </ThermalZones>
      <CoolingDevices>
         <CoolingDevice>
            <Type>_fan_</Type>
            <Path>/sys/bus/platform/devices/thinkpad_hwmon/pwm1</Path>
            <MinState>100</MinState>
            <MaxState>255</MaxState>
            <IncDecStep>50</IncDecStep>
            <DebouncePeriod>10</DebouncePeriod>
         </CoolingDevice>
      </CoolingDevices>
   </Platform>
</ThermalConfiguration>

Điều này không có sự khác biệt thực sự, nhưng tôi có thể thấy các cài đặt ngưỡng ít nhất (các dòng cuối cùng):

╰─ sudo thermald --no-daemon --loglevel=info

NO RAPL sysfs present 
22 CPUID levels; family:model:stepping 0x6:8e:9 (6:142:9)
Running on a vanilla kernel
Polling mode is enabled: 4
sensor_update: type x86_pkg_temp
sensor_update: type pch_skylake
sensor_update: type iwlwifi
sensor_update: type acpitz
thd_read_default_thermal_sensors loaded 4 sensors 
dts /sys/devices/platform/coretemp.0/name doesn't exist
dts /sys/class/hwmon/hwmon3/name doesn't exist
failed to open /dev/acpi_thermal_rel 
failed to open /dev/acpi_thermal_rel 
TRT/ART read failed
 Dumping parsed XML Data
 *** Index 0 ***
Name: UseFancontrolfirstthenCPUthrottle
UUID: 
type: 0
        Zone 0 
         Name: x86_pkg_temp
                 Trip Point 0 
                  temp 90000 
                  trip type 2 
                  hyst id 0 
                  sensor type x86_pkg_temp 
                  cdev index 0 
                          type _fan_ 
                          influence 0 
                          SamplingPeriod 0 
        Cooling Dev 0 
                Type: _fan_
                Path: /sys/bus/platform/devices/thinkpad_hwmon/pwm1
                Min: 100
                Max: 255
                Step: 50
                AutoDownControl: 0
Product Name matched [wildcard]
sensor index:3 x86_pkg_temp /sys/class/thermal/thermal_zone3/ Async:1 
sensor index:1 pch_skylake /sys/class/thermal/thermal_zone1/ Async:0 
sensor index:2 iwlwifi /sys/class/thermal/thermal_zone2/ Async:0 
sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
sensor index:4 hwmon /sys/class/hwmon/hwmon1/temp1_input Async:0 
sensor index:5 hwmon /sys/class/hwmon/hwmon1/temp2_input Async:0 
sensor index:6 hwmon /sys/class/hwmon/hwmon1/temp3_input Async:0 
thd_read_default_cooling devices loaded 4 cdevs 
powercap RAPL no long term time window
Use Default pstate drv settings
Product Name matched [wildcard]
3: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
1: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
2: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
0: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
4: intel_pstate, C:0 MN: 0 MX:10 ST:1 pt:/sys/devices/system/cpu/intel_pstate/ rd_bk 1 
5: _fan_, C:255 MN: 100 MX:255 ST:50 pt:/sys/bus/platform/devices/thinkpad_hwmon/pwm1 rd_bk 1 
6: LCD, C:0 MN: 0 MX:1060 ST:106 pt:/sys/class/backlight/intel_backlight/ rd_bk 1 
Sorted trip dump zone index:1 type:pch_skylake:
index 0: type:critical temp:115000 hyst:1 zone id:1 sensor id:1 cdev size:0
trip type: 0 temp: 115000 
Sorted trip dump zone index:0 type:acpitz:
index 0: type:critical temp:98000 hyst:1 zone id:0 sensor id:0 cdev size:0
trip type: 0 temp: 98000 
thd_read_default_thermal_zones loaded 2 zones 
zone cpu will be created 
dts zone /sys/devices/platform/coretemp.0/name doesn't exist
/sys/class/hwmon/hwmon4/name->iwlwifi
/sys/class/hwmon/hwmon2/name->pch_skylake
/sys/class/hwmon/hwmon0/name->acpitz
dts zone /sys/class/hwmon/hwmon3/name doesn't exist
/sys/class/hwmon/hwmon1/name->coretemp
Buggy max temp: to close to critical 90000
Core temp DTS :critical 100000, max 90000, psv 95000
node type: Element, name: CoolingDevice value: rapl_controller
node type: Element, name: CoolingDevice value: intel_pstate
node type: Element, name: CoolingDevice value: intel_powerclamp
node type: Element, name: CoolingDevice value: cpufreq
node type: Element, name: CoolingDevice value: Processor
CDEVS order specified in thermal-cpu-cdev-order.xml
Sorted trip dump zone index:4 type:cpu:
index 0: type:passive temp:95000 hyst:0 zone id:4 sensor id:65535 cdev size:2
cdev[0] intel_pstate
cdev[1] Processor
trip type: 2 temp: 95000 
Product Name matched [wildcard]
zone x86_pkg_temp bounded 
Sorted trip dump zone index:5 type:x86_pkg_temp:
index 0: type:passive temp:90000 hyst:0 zone id:5 sensor id:3 cdev size:1
cdev[0] _fan_
trip type: 2 temp: 90000 
Zone 1: pch_skylake, Active:0 Bind:0 Sensor_cnt:1
..sensors.. 
sensor index:1 pch_skylake /sys/class/thermal/thermal_zone1/ Async:0 
..trips.. 
index 0: type:critical temp:115000 hyst:1 zone id:1 sensor id:1 cdev size:0
Zone 0: acpitz, Active:0 Bind:0 Sensor_cnt:1
..sensors.. 
sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
..trips.. 
index 0: type:critical temp:98000 hyst:1 zone id:0 sensor id:0 cdev size:0
Zone 4: cpu, Active:1 Bind:0 Sensor_cnt:1
..sensors.. 
sensor index:3 x86_pkg_temp /sys/class/thermal/thermal_zone3/ Async:1 
..trips.. 
index 0: type:passive temp:95000 hyst:0 zone id:4 sensor id:65535 cdev size:2
cdev[0] intel_pstate
cdev[1] Processor
index 1: type:polling temp:90000 hyst:0 zone id:4 sensor id:3 cdev size:0
Zone 5: x86_pkg_temp, Active:1 Bind:1 Sensor_cnt:1
..sensors.. 
sensor index:3 x86_pkg_temp /sys/class/thermal/thermal_zone3/ Async:1 
..trips.. 
index 0: type:passive temp:90000 hyst:0 zone id:5 sensor id:3 cdev size:1
cdev[0] _fan_
index 1: type:polling temp:85000 hyst:0 zone id:5 sensor id:3 cdev size:0
FD = 7
Current user preference is 0
thd_engine_thread begin
Set : threshold:90000, temperature:53000, cdev:5(_fan_), curr_state:205, max_state:255
Set : threshold:90000, temperature:57000, cdev:5(_fan_), curr_state:155, max_state:255
Set : threshold:90000, temperature:85000, cdev:5(_fan_), curr_state:105, max_state:255
Set : threshold:90000, temperature:85000, cdev:5(_fan_), curr_state:100, max_state:255

Suy nghĩ / câu hỏi cuối cùng

  • Có thể đặt ngưỡng nhiệt độ CPU?
  • Có phải nó được đặt ở tất cả hoặc BIOS / phần cứng này có liên quan không?
  • Có thể phần cứng của tôi (dán nhiệt) bị lỗi?
  • Hay tôi có thể phân tích một cái gì đó hoàn toàn sai?

Cập nhật số 1

Sau khi tìm hiểu sâu hơn về chủ đề này và đọc một số bài viết liên quan đến việc điều chỉnh CPU của Intel và các bài đăng khác gặp phải các vấn đề tương tự (hoặc chỉ khác nhau một chút) trên các hệ điều hành và hạt nhân khác, tôi đã đi đến kết luận rằng máy tính xách tay của tôi có thể không hoạt động sai như tôi nghĩ. .

Mặc dù các thông điệp kernel vẫn kỳ quái, nhưng lý do có thể là một mức độ in sai kernel hoặc bất cứ điều gì. Tôi cũng truy xuất các tin nhắn đó khi nhiệt độ gói CPU của tôi ở khoảng + 52,0 ° C và tần số CPU chỉ là 1200 MHz. Điều này hoàn toàn không có ý nghĩa gì cả.

Khi kiểm tra máy tính xách tay của tôi bằng các bài kiểm tra căng thẳng, tôi có thể thấy các thông báo lỗi, nhưng trên thực tế, CPU không bị điều chỉnh. Nếu tôi chỉ kiểm tra 1 lõi, tôi nhận được tốc độ tăng tốc đầy đủ là 3.900 MHz. Kiểm tra tất cả 4 lõi làm giảm tần số tối đa xuống ~ 3,300 MHz. Đó là hành vi dự kiến .

Vì vậy, tôi sẽ đặt vấn đề này sang một bên - trừ khi ai đó ở đây có thể cung cấp nhiều nội bộ hơn.

Cập nhật số 2

Không có thay đổi sau khi cập nhật hệ thống:

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04 LTS
Release:        18.04
Codename:       bionic
Linux4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Cập nhật số 3

Không có thay đổi sau khi cập nhật hệ thống:

Distributor ID: Ubuntu
Description:    Ubuntu 18.10
Release:        18.10
Codename:       cosmic
Linux x1 4.18.0-13-generic #14-Ubuntu SMP Wed Dec 5 09:04:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Vì vậy, giả định cuối cùng của tôi là các bản ghi rất có khả năng không có thật hoặc mức ghi nhật ký được cấu hình sai. Bởi vì máy tính xách tay của tôi chỉ hoạt động tốt, nó cũng không bị tiết lưu, nó cũng không quá nóng.

Tuy nhiên, nếu bất cứ ai có linh cảm làm thế nào điều này có thể được sửa chữa, vui lòng trả lời :-)

Cập nhật số 4

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.04
Release:        19.04
Codename:       disco

Linux cw-x1 5.0.0-13-generic #14-Ubuntu SMP Mon Apr 15 14:59:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Tôi vẫn nhận được các tin nhắn điều chỉnh ngưỡng.

Cập nhật số 5

Kết quả tương tự với bản cài đặt 19.10 mới:

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.10
Release:        19.10
Codename:       eoan

Tôi vừa tìm thấy một bài đăng nói rằng vấn đề này thậm chí không được khắc phục với X1 Extreme 2nd Gen hoàn toàn mới .

Vì lợi ích của những người bạn đang nghĩ về việc mua cuốn sổ mà tôi có, đây là một số vấn đề tôi gặp phải bên cạnh:

  • Màn hình cảm ứng không hoạt động đúng
  • Vân tay không hoạt động
  • Hibernate chỉ thỉnh thoảng thành công
  • Chuyển đổi giữa các môi trường làm việc khác nhau (văn phòng và văn phòng tại nhà) hầu như không bao giờ hoạt động do vấn đề đồ họa
  • Nói chung rất nhiều vấn đề với nhiều màn hình
  • Trao đổi ổ cứng xảy ra ngay cả khi có sẵn nhiều RAM miễn phí
  • Các vấn đề chung và khác nhau với kscreen und xrandr

Vì vậy, tôi đoán tôi sẽ đầu hàng ngay bây giờ và chuyển sang HP hoặc Dell. Đối với một máy tính xách tay ~ 2500 € tôi thực sự không muốn có các loại vấn đề này :-(

Cập nhật số 6

Sự thật thú vị: Tôi vừa nhận được Dell Precision 5540 của mình với Intel Core i9-9980HK ngày hôm qua .. và đoán xem ..

11.12.19 22:11  kernel  mce: CPU9: Package temperature above threshold, cpu clock throttled (total events = 412597)
11.12.19 22:11  kernel  mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 412165)
11.12.19 22:11  kernel  mce: CPU13: Package temperature above threshold, cpu clock throttled (total events = 412647)
11.12.19 22:11  kernel  mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 412648)
11.12.19 22:11  kernel  mce: CPU15: Package temperature above threshold, cpu clock throttled (total events = 412378)
11.12.19 22:11  kernel  mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 412669)
11.12.19 22:11  kernel  mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 412669)
11.12.19 22:11  kernel  mce: CPU8: Package temperature above threshold, cpu clock throttled (total events = 412625)
11.12.19 22:11  kernel  mce: CPU11: Package temperature above threshold, cpu clock throttled (total events = 412668)
11.12.19 22:11  kernel  mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 412102)
11.12.19 22:11  kernel  mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 412669)
11.12.19 22:11  kernel  mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 412669)
11.12.19 22:11  kernel  mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 412208)
11.12.19 22:11  kernel  mce: CPU14: Package temperature above threshold, cpu clock throttled (total events = 412661)
11.12.19 22:11  kernel  mce: CPU12: Package temperature above threshold, cpu clock throttled (total events = 411001)
11.12.19 22:11  kernel  mce: CPU10: Package temperature above threshold, cpu clock throttled (total events = 412663)
11.12.19 22:11  kernel  mce: CPU9: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU5: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU2: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU15: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU1: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU10: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU7: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU13: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU8: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU11: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU0: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU4: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU3: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU12: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU14: Package temperature/speed normal
11.12.19 22:11  kernel  mce: CPU6: Package temperature/speed normal

Tôi vừa không nói nên lời vừa thiếu suy nghĩ. Tôi đoán tôi sẽ không kiểm tra nhật ký của mình nữa :-( Trường hợp đã đóng.


Mặc dù tôi đã thử các công cụ được đề cập, đây vẫn là một bài viết hay cung cấp một cái nhìn tổng quan tốt về chủ đề nhiệt! Bạn đã đề cập đến ngưỡng của powerclamp là 85C. Bạn có thể tìm ra nếu giá trị này được điều chỉnh?
Christopher Will

Tôi nghĩ rằng nó có thể điều chỉnh thông qua tlptập tin cấu hình nhưng tôi chưa bao giờ thay đổi nó. Sau khi cài đặt tlptất cả các vấn đề quá nóng của tôi đã biến mất.
WinEunuuchs2Unix

Thật không may, các tài liệu không nói bất cứ điều gì liên quan đến nhiệt độ. linrunner.de/en/tlp/docs/tlp-configuration.html
Christopher Will

Thật không may ngày nay Thinkpad không giống như cách đây vài năm. Chúng dường như được chế tạo để hao mòn sau một vài năm - Tôi có một số Thinkpad vẫn đang được sử dụng và tất cả các T6x đều trong tình trạng hoàn hảo, trong khi hầu hết các T4xx sau 2-3 năm sử dụng đều gặp vấn đề với quá nhiệt như bạc. dán đã bốc hơi. Đây là CPU hoặc GPU quá nóng (sử dụng 3d nặng) hoặc các vấn đề cơ học khác nhau. Tôi chắc chắn đang tìm cách chuyển đổi nhà cung cấp PC CT.
Pawel Debski

1
@PawelDebski Cảm ơn, nhưng xin lưu ý rằng máy tính xách tay của tôi không quá 9 tháng tuổi.
Christopher Will

Câu trả lời:


1

Có một báo cáo lỗi được đệ trình chống lại thermald:

Hành vi thất thường của điều khiển tần số CPU khi tải

Mọi người nhận được cùng một lỗi bạn báo cáo:

Oct 14 22:30:59 p5520 kernel: [ 9481.033687] CPU3: Package temperature above threshold, cpu clock throttled (total events = 5845)
Oct 14 22:30:59 p5520 kernel: [ 9481.033688] CPU7: Package temperature above threshold, cpu clock throttled (total events = 5845)
Oct 14 22:30:59 p5520 kernel: [ 9481.033718] CPU1: Package temperature above threshold, cpu clock throttled (total events = 5845)
Oct 14 22:30:59 p5520 kernel: [ 9481.033719] CPU5: Package temperature above threshold, cpu clock throttled (total events = 5845)
Oct 14 22:30:59 p5520 kernel: [ 9481.033720] CPU0: Package temperature above threshold, cpu clock throttled (total events = 5845)
Oct 14 22:30:59 p5520 kernel: [ 9481.033720] CPU4: Package temperature above threshold, cpu clock throttled (total events = 5845)
Oct 14 22:30:59 p5520 kernel: [ 9481.033722] CPU6: Package temperature above threshold, cpu clock throttled (total events = 5845)
Oct 14 22:30:59 p5520 kernel: [ 9481.033722] CPU2: Package temperature above threshold, cpu clock throttled (total events = 5845)
Oct 14 22:30:59 p5520 kernel: [ 9481.034709] CPU3: Package temperature/speed normal
Oct 14 22:30:59 p5520 kernel: [ 9481.034710] CPU0: Package temperature/speed normal
Oct 14 22:30:59 p5520 kernel: [ 9481.034711] CPU4: Package temperature/speed normal
Oct 14 22:30:59 p5520 kernel: [ 9481.034711] CPU7: Package temperature/speed normal
Oct 14 22:30:59 p5520 kernel: [ 9481.034738] CPU2: Package temperature/speed normal
Oct 14 22:30:59 p5520 kernel: [ 9481.034738] CPU6: Package temperature/speed normal
Oct 14 22:30:59 p5520 kernel: [ 9481.034739] CPU1: Package temperature/speed normal
Oct 14 22:30:59 p5520 kernel: [ 9481.034740] CPU5: Package temperature/speed normal

Nhận xét # 18 nói với:

hãy thử chạy thermald trong một cửa sổ từ dòng lệnh.

systemctl stop thermald
#thermald --no-daemon --loglevel=info

Sau đó làm những gì kích hoạt điều này và đính kèm đầu ra của lệnh trên.

Nếu bạn quyết định báo cáo lỗi phù hợp với tình huống của mình, bạn có thể đăng ký nhận thông báo qua email.


Trên máy của tôi, tôi không thể sao chép vấn đề với thermaldtlptải. Tôi mở năm thiết bị đầu cuối và gõ vào từng thiết bị:

while true ; do : ; done

Tất cả những gì đã xảy ra là năm lõi đang chạy ở 100% và 3100 MHz. Không có điều tiết đã xảy ra nhưng nó đã làm cho hai quạt máy tính xách tay chạy ở tốc độ thấp. Thông thường trong Linux, họ tắt (hoặc ít nhất là tôi không thể nghe thấy họ). Nhiệt độ hệ thống là 88 độ C và bàn phím vẫn phản hồi để gõ câu trả lời này. Phòng khách có cảm giác ấm hơn một chút mặc dù ...


1

@ WinEunuuchs2Unix

Tôi đã tạo một câu trả lời, để thảo luận về công cụ điều tiết được đề xuất của bạn từ erpalma .

Tôi đã chơi xung quanh với công cụ này một chút - bao gồm một số hệ thống đóng băng :) Thật không may, tôi không thể tìm thấy cấu hình phù hợp cho hệ thống của mình. Nhưng công cụ này chắc chắn có tác động đến hệ thống của tôi. Lần đầu tiên tôi thấy một cái gì đó thực sự thay đổi hành vi tiết lưu / nhiệt độ.

Không có công cụ, nhiệt độ CPU của tôi không bao giờ cao hơn 85 ° C. Khi tôi đã cài đặt công cụ và bắt đầu dịch vụ, tôi có thể thấy nhiệt độ tăng lên đến 98 ° C khi bị căng thẳng, với tần số lõi là ~ 3300 MHz (thay vì 3187 MHz).

erpalma giới thiệu công cụ s-tui , mà tôi chắc chắn cũng có thể giới thiệu.

nhập mô tả hình ảnh ở đây

  1. Trước khi cài đặt dịch vụ bướm ga đã đề cập
  2. Sau khi kích hoạt dịch vụ

Tôi sẽ theo dõi hệ thống của mình trong một vài ngày và sẽ báo cáo lại. Cảm ơn ngay bây giờ!


Tôi sẽ cài đặt công cụ tối nay. Cảm ơn bạn về thông tin!
WinEunuuchs2Unix

0

Tôi đã có cùng một vấn đề, nhận được lỗi như thế này:

Oct 14 22:30:59 p5520 kernel: [ 9481.033687] CPU3: Package temperature above threshold, cpu clock throttled (total events = 5845) 
Oct 14 22:30:59 p5520 kernel: [ 9481.033688] CPU7: Package temperature above threshold, cpu clock throttled (total events = 5845) 
Oct 14 22:30:59 p5520 kernel: [ 9481.033718] CPU1: Package temperature above threshold, cpu clock throttled (total events = 5845) 
Oct 14 22:30:59 p5520 kernel: [ 9481.033719] CPU5: Package temperature above threshold, cpu clock throttled (total events = 5845) 
Oct 14 22:30:59 p5520 kernel: [ 9481.033720] CPU0: Package temperature above threshold, cpu clock throttled (total events = 5845) 
Oct 14 22:30:59 p5520 kernel: [ 9481.033720] CPU4: Package temperature above threshold, cpu clock throttled (total events = 5845) 
Oct 14 22:30:59 p5520 kernel: [ 9481.033722] CPU6: Package temperature above threshold, cpu clock throttled (total events = 5845) 
Oct 14 22:30:59 p5520 kernel: [ 9481.033722] CPU2: Package temperature above threshold, cpu clock throttled (total events = 5845)

Không có câu trả lời nào trước đây ở đây có hiệu quả, nhưng câu trả lời này trên SuperUser đã cho tôi ý tưởng tìm kiếm một thiết lập BIOS có liên quan.

Tôi đã vô hiệu hóa chức năng speedstep trong BIOS Lenovo E590 Ci8 của tôi và điều đó đã giải quyết vấn đề cho tôi, các lỗi trên đã biến mất.

EDIT-: Giải pháp thực sự tôi đang cài đặt ARCH Linux bắt đầu gặp sự cố này từ quá trình khởi động trực tiếp để cài đặt, được giải quyết bằng cách cài đặt MICROCODE INTEL PROCESSOR mới nhất

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.