Synology NAS: Black group CPU information is incorrectly displayed and corrected

Synology NAS: Black group CPU information is incorrectly displayed and corrected

The panel information and CPU information of Black Synology are always wrong, which is very uncomfortable. The correction method is as follows:

【1】Download plug-in:

Open:
https://github.com/FOXBI/ch_cpuinfo/releases

Download:
ch_cpuinfo.tar

【2】ssh open and run

# 获取root权限
sudo -i

#打开 文件所在文件夹(需要上传到共享文件夹、属性信息有地址信息)
cd /volume2/xxxx/

#运行插件
tar xvf ch_cpuinfo.tar

#输入 1 回车 (如下图)
1

#输入小写 y 回车(如下图)
y

insert image description here

【3】DSM log out and log in again

insert image description here

Reference document:
https://www.ypojie.com/12786.html

Guess you like

Origin blog.csdn.net/weixin_44461275/article/details/132696587