规格:
主板:华硕 ROG Strix B450-f
中央处理器:ryzen 2700x,8 核,3.7Ghz
Ubuntu 18.04,内核5.0.0-37-通用
我运行sudo sensors-detect
并收到“抱歉,未检测到传感器”。
Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no):
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... Yes
Found unknown chip with ID 0x8665
(logical device 4 has address 0x290, could be sensors)
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... No
看起来好像几乎找到了 ITE 传感器但显然没有。
有人遇到过这个问题吗?我是否需要安装内核模块才能让主板找到传感器?
答案1
我也有同样的情况。当我这样做时:sudo sensor-detect
- 显示没有找到传感器的信息。
但是当我这样做时:inxi -F
在传感器线上我有这个:
Sensors: System Temperatures: cpu: 40.4 C mobo: N/A gpu: amdgpu temp: 46 C
Fan Speeds (RPM): N/A gpu: amdgpu fan: 0
答案2
所以这个解决方案对我有用: https://askubuntu.com/a/1192100/1024296
按照此评论的说明安装此模块即可。