在 Ubuntu 18.04(内核 5.0.11)中监控 Ryzen 2700X CPU 温度

在 Ubuntu 18.04(内核 5.0.11)中监控 Ryzen 2700X CPU 温度

如何在 Ubuntu 18.04 中监控 AMD Ryzen 7 2700X 的 CPU 温度?内核已更新为5.0.11-050011-generic,但未sudo sensors-detect显示任何检测到的内容,也不sensors显示 CPU 温度。

输出sensors

nouveau-pci-1f00
Adapter: PCI adapter
GPU core:     +0.91 V  (min =  +0.80 V, max =  +1.19 V)
temp1:        +38.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

k10temp-pci-00c3
Adapter: PCI adapter
Tdie:         +30.5°C  (high = +70.0°C)
Tctl:         +40.5°C

输出uname -r

5.0.11-050011-generic

输出lscpu

Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              16
On-line CPU(s) list: 0-15
Thread(s) per core:  2
Core(s) per socket:  8
Socket(s):           1
NUMA node(s):        1
Vendor ID:           AuthenticAMD
CPU family:          23
Model:               8
Model name:          AMD Ryzen 7 2700X Eight-Core Processor
Stepping:            2
CPU MHz:             3399.907
BogoMIPS:            8399.77
Virtualization:      AMD-V
L1d cache:           32K
L1i cache:           64K
L2 cache:            512K
L3 cache:            8192K
NUMA node0 CPU(s):   0-15
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca

输出sudo sensors-detect

# sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
# System: Micro-Star International Co., Ltd. MS-7A40 [2.0]
# Board: Micro-Star International Co., Ltd. B450I GAMING PLUS AC (MS-7A40)
# Kernel: 5.0.11-050011-generic x86_64
# Processor: AMD Ryzen 7 2700X Eight-Core Processor (23/8/2)

...


Sorry, no sensors were detected.
Either your system has no sensors, or they are not supported, or
they are connected to an I2C or SMBus adapter that is not
supported. If you find out what chips are on your board, check
http://www.lm-sensors.org/wiki/Devices for driver status.

答案1

回答旧问题但问题似乎仍未解决:

查看:

https://github.com/electrified/asus-wmi-sensors

使用相同的芯片和 ROG Crosshair VII Hero 解决了我的问题,而且还可以与其他 MB 配合使用

相关内容