Xubuntu中升级CPU microcode的问题

各种窗口管理器和美化相关
回复
头像
kashu
帖子: 451
注册时间: 2014-02-07 17:31
系统: Xubuntu 14.04.5 64位

Xubuntu中升级CPU microcode的问题

#1

帖子 kashu » 2016-04-23 7:03

在网上看了篇博文:https://sites.google.com/site/easylinux ... /microcode
You may be able to improve the functioning of the central processor (CPU) in your computer, by applying the latest Intel or AMD microcode. This will improve the functioning of your CPU, because it corrects bugs in the default microcode that it receives from the motherboard.

https://downloadcenter.intel.com/downlo ... -Data-File
http://ftp.us.debian.org/debian/pool/no ... microcode/
在网上翻了一下,Arch wiki上也这样写的(https://wiki.archlinux.org/index.php/Microcode):

我使用系统里默认的软件源安装升级了CPU microcode,但版本好像比较旧
查看到是2014年的,两年前的,好像也不是很新……

代码: 全选

kashu:~$ dmesg | head
[    0.000000] CPU0 microcode updated early to revision 0x1b, date = 2014-05-29
[/size]


OS: Xubuntu 14.04.5 LTS 64-bit
CPU: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
RAM: 12GB DDR3 1333MHz
128GB SSD + 2TB HDD
神舟优雅A480B-I5B 购于 2012.08

YouTube频道:https://www.youtube.com/channel/UCGSPXZ ... DuDYX8L6Qg
头像
kashu
帖子: 451
注册时间: 2014-02-07 17:31
系统: Xubuntu 14.04.5 64位

Re: Xubuntu中升级CPU microcode的问题

#2

帖子 kashu » 2016-04-24 5:38

我想安装Debian官方提供的这个2016年的软件包,但单独下载这个包无法安装

把Debian的这个软件源添加到Xubuntu 14.04.4 LTS系统里,适用吗? 那软件能装得了吗?
http://ftp.us.debian.org/debian/pool/no ... microcode/



我找到了需要的信息:http://askubuntu.com/questions/545925/h ... e-properly

原来,我之前安装的就已经是最新的。 :Haha

代码: 全选

kashu:/tmp$ sudo iucode_tool -ta -lS microcode.dat 
iucode_tool: system has processor(s) with signature 0x000306a9
selected microcodes:
001: sig 0x000306a9, pf mask 0x12, 2014-05-29, rev 0x001b, size 12288

kashu:/tmp$ dmesg|grep "updated"
[    0.000000] CPU0 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.094736] CPU1 microcode updated early to revision 0x1b, date = 2014-05-29
[    2.968946] cfg80211: World regulatory domain updated:
[/size]


OS: Xubuntu 14.04.5 LTS 64-bit
CPU: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
RAM: 12GB DDR3 1333MHz
128GB SSD + 2TB HDD
神舟优雅A480B-I5B 购于 2012.08

YouTube频道:https://www.youtube.com/channel/UCGSPXZ ... DuDYX8L6Qg
回复