[Internal testing communication] deepinV25.09更换了主板cpu。怎样更新驱动
Tofloor
poster avatar
要成
deepin
2025-11-03 14:05
Author

deepinV25.09更换了主板cpu。怎样更新驱动

Reply Favorite View the author
All Replies
LiuYongzhang
deepin
2025-11-03 14:29
#1

安装 CPU 微码

deepin V25.09 支持 Intel 和 AMD 的 CPU 微码更新:

bash

# 安装Intel CPU微码
sudo apt install intel-microcode -y

# 或者安装AMD CPU微码(根据您的CPU类型选择)
sudo apt install amd64-microcode -y
Reply View the author
要成
deepin
2025-11-03 18:18
#2
LiuYongzhang

安装 CPU 微码

deepin V25.09 支持 Intel 和 AMD 的 CPU 微码更新:

bash

# 安装Intel CPU微码
sudo apt install intel-microcode -y

# 或者安装AMD CPU微码(根据您的CPU类型选择)
sudo apt install amd64-microcode -y

升级硬件后系统不会自动优化,会比老硬件卡,重装系统后系统才变得更流畅

Reply View the author