原文链接:How to fix bugs in Ubuntu 20.04 LTS after installation + all necessary programs! « ITCooky Recipes

Not getting the temperature of each Ryzen core in Ubuntu
I don’t know why I decided that AMD will show the temperature of each CPU core, I’m used to seeing it on INTEL CPUs, but AMD doesn’t know how to do it! In fact, there is none of that in the BIOS, just a CPU temperature. But the problem is also that on GIGABYTE X570 I AORUS PRO WIFI motherboard the parametrs are monitored by the iTE IT8688E chip, it needs the it87 driver, it seems to be there, but it is old, and it was completely abandoned! ! I mean, on Linux, because of this chip, you can’t even get what little information there is!

That’s what we have, we put
sudo apt-get install lm-sensors
Detect sensors
sudo sensors-detect
and see
sudo sensors
we are interested in this

?

k10temp-pci-00c3

Adapter: PCI adapter

Tdie: +51.0°C (high = +70.0°C)

Tctl: +51.0°C

And that is! k10temp is a sensor that knows the Ubuntu kernel and shows CPU temperature

But there is a way, confusing and dangerous thanks to linustechtips.com/main/topic/1095169-x570-aorus-pro-wifi-with-3900x-and-32gig-of-ram I do according to that topic!

Install what you will need to build the driver
sudo apt-get install build-essential dkms git

We found that driver on github, this one is not native, the native developer has retired. The git reposity has a backup address: GitHub - harri2012/it87
git clone https://github.com/a1wong/it87
cd it87

Change in the file number 8686 to 8688 so that the system does not alert – there is no such device
sudo sed -i 's/8686/8688/g' ./it87.c
do
sudo make dkms

If you want to remove the DKMS module and rebuild it,remove it like this
See what’s installed
dkms status

?

it87, v1.0-48-g40bec4b, 5.4.0-47-generic, x86_64: installed

here we need a name and a version, we delete it
sudo dkms uninstall it87/v1.0-48-g40bec4b
you also need to delete the folders
sudo rm -R /usr/src/it87-v1.0-48-g40bec4b
sudo rm -R /var/lib/dkms/it87

Also, you need to create a file for nice info description
sudo vi /etc/sensors.d/GA-AX570-PRO-WiFi.conf
code

?

# Gigabyte X570 PRO WiFi

chip "it8688-isa-*"

label in0 "CPU Vcore"

label in1 "+3.3V"

label in2 "+12V"

label in3 "+5V"

label in4 "Vcore SoC"

label in5 "CPU Vddp"

label in6 "DRAM A/B"

label in7 "3 Vsb"

label in8 "Vbat"

label temp1 "Sys1 Temp"

label temp3 "CPU Temp"

label temp4 "PCIe_x16 Temp"

label temp5 "VRM_MOS Temp"

label temp6 "PCH Temp"

label fan1 "CPU fan"

label fan2 "Sys1_Fan"

label fan3 "Sys2_Fan"

label fan4 "Sys3_PCH_Fan"

label fan5 "CPU_Opt_Fan"

ignore intrusion0

ignore temp2

Now turn on the module
sudo modprobe it87

We look at sensor data
sensors
and now a new piece of information has appeared

?

it8688-isa-0a40

Adapter: ISA adapter

CPU Vcore: 936.00 mV (min = +0.35 V, max = +1.45 V)

+3.3V: 2.03 V (min = +1.94 V, max = +2.06 V)

+12V: 1.99 V (min = +1.94 V, max = +2.06 V)

+5V: 2.03 V (min = +1.94 V, max = +2.06 V)

Vcore SoC: 1.08 V (min = +0.90 V, max = +1.26 V)

CPU Vddp: 912.00 mV (min = +0.85 V, max = +0.95 V)

DRAM A/B: 1.38 V (min = +1.10 V, max = +1.60 V)

3 Vsb: 3.29 V (min = +0.00 V, max = +6.12 V)

Vbat: 3.07 V

CPU fan: 1201 RPM (min = 300 RPM)

Sys1_Fan: 837 RPM (min = 300 RPM)

Sys2_Fan: 4753 RPM (min = 300 RPM)

Sys1 Temp: +55.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor

CPU Temp: +46.0°C (low = +127.0°C, high = +127.0°C) sensor = AMD AMDSI

PCIe_x16 Temp: +21.0°C (low = +0.0°C, high = +127.0°C) sensor = thermistor

VRM_MOS Temp: +48.0°C (low = +0.0°C, high = -120.0°C) sensor = thermistor

PCH Temp: +61.0°C (low = -16.0°C, high = +90.0°C) sensor = thermistor

There are all the temperatures, fan speeds and voltages!

If you has an error

?

modprobe: ERROR: could not insert 'it87': Device or resource busy

add acpi_enforce_resources=lax to
sudo vi /etc/default/grub in this line

?

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_enforce_resources=lax"

do
sudo update-grub2
and reboot

To start after a reboot, add to
sudo vi /etc/modules
line

?

it87

To monitor temperatures you must install
sudo apt install psensor

And we have a graph, bad but better than nothing

ubuntu系统支持GIGABYTE X570 I AORUS PRO WIFI主板温度及风扇转速检测相关推荐

  1. 如何让Ubuntu系统支持WebP图片格式

    如何让Ubuntu系统支持WebP图片格式 本文主要向大家介绍如何让 Ubuntu 系统支持查看 WebP 图片格式,以及如何将 WebP 转为 JPEG 或 PNG 图片格式的方法. 什么是WebP ...

  2. 如何让Ubuntu系统支持LDAC,APTX,AAC编码(提升蓝牙音质)

    开始 一开始一直都以为电脑对LDA,ATPX,AAC等编码是硬件需要支持才可以的,不过在搜索了reddit和stackoverflow才知道这只是一种编码格式,所以理论上来说,所有的发射信号的设备都可 ...

  3. 技嘉B360M Aorus Pro小主板配置简介

    技嘉发布了一款基于Intel B360主流平台的mATX小主板"B360M Aorus Pro",既然隶属于大雕系列自然出手不凡,规格相当之高,24×24厘米面积内集成了所有应该有 ...

  4. 技嘉 B360M AORUS Pro小主板:中端用户的大雕板

    今年微软发不了酷睿I9处理器,技嘉针对性的推出了Z390的高端主板,最大程度的挖掘I9处理器的性能,然后针对中端用户,技嘉并没有放弃,而是配套的推出了一款基于Intel B360主流主板的m ATX小 ...

  5. linux控制风扇转速的命令,关于linux监控硬件系统状态(如CPU温度,风扇转速等)

    1.安装相关的包需要4个包,分别为 dmidecode,lm_sensors,lm_sensors-devel,gnome-applet-sensors 命令:yum install dmidecod ...

  6. 4g内存可以用linux系统吗,Ubuntu Linux系统支持4G及以上大内存解决方案

    32位的Ubuntu系统理论寻址空间为4G,但扣除1GB保留给内核虚拟空间还有3GB,再扣除诸如显卡等设备占用掉的寻址空间,那么你的32位Ubuntu系统真正能使用的内存<3GB.我的能识别到2 ...

  7. Ubuntu——“系统无法检测到Intel的核心显卡”的调试笔记~

    1 前言 今天在安装GPU服务器的Ubuntu系统~ 2 问题描述 在成功安装系统后,Youki也成功安装了NVIDIA显卡的驱动,此时系统的显示恢复正常了,(分辨率变得正常了,显示也变得清晰了), ...

  8. 同一年进入PC市场,如今小米却落后华为太多

    昨天华为隆重发布了新款的笔记本电脑产品,这不免让人想起它的竞争对手小米也已进入了PC市场,然而据统计数据显示小米在PC市场却已难望其项背. 2016年华为先推出了笔记本电脑产品,然后小米在同年下半年推 ...

  9. pytorch 支持amd显卡吗_2020-06-12 ubuntu系统下,pytorch安装

    ubuntu系统下,pytorch安装 因为pytorch依赖于cuda的版本,显卡驱动的版本,三者之间对应不上就会安装失败 1.显卡驱动下载 显卡,支持最新的驱动型号 TitanX430.64 LI ...

最新文章

  1. 【python教程入门学习】Python函数定义及传参方式详解(4种)
  2. numpy的常规使用(数组合并、拼接、添加)
  3. 长春成人计算机学校有哪些专业学校,长春成人高考学校有哪些
  4. 2/7 SELECT语句:排序(ORDER BY)
  5. CentOS6.5搭建SVN服务器(Apache+SVN)
  6. mysql怎样修改my ini_mysql修改my.ini报错怎么办
  7. 网络:TCP维护安全可靠机制提供的定时器
  8. 阿里云SDK再升级,宣布支持C++语言
  9. amp 符号 php,php中引用符号(amp;)的使用详解_PHP教程
  10. java 指令接口架构,JavaSE 基础大纲
  11. 【Elasticsearch】用ElasticSearch实现基于标签的兴趣推荐
  12. 流畅的python 数据模型
  13. 20145235李涛《网络对抗》逆向及Bof基础
  14. 转为字符数组_py字符打印照片
  15. 在不确定的世界里,确定的当个程序员
  16. STM32F4使用硬件SPI驱动ADS8322
  17. 33岁想从头学做网页设计_从头开始设计字体-并在24小时内将其提交给Google字体...
  18. 动态分区分配及可重定位分区分配
  19. A2B的典型应用-给汽车的车机系统做从设备板
  20. linux升级 nginx报错,Linux下升级nginx,编译安装nginx-sticky-module

热门文章

  1. symfonos靶机
  2. Unity 之 UGUI RectTransform矩形变换组件详解
  3. oracle删除重复数据(部分重复,完全重复)
  4. [游戏开发][Unity]出包真机运行花屏(已解决)
  5. 论文翻译-Cross Pairwise Ranking for Unbiased Item Recommendation
  6. 人工智能视频技术发展理论依据
  7. NLP的Flair简介:一个简单但功能强大的最先进的NLP库
  8. SQLlite常用语句
  9. 又要当“老师”了?外媒关注中国出台电子身份证
  10. 2020-08-24 电口与光口的区别