Ubuntu 15.04 中的英特尔微代码

Ubuntu 15.04 中的英特尔微代码

我想应用新的英特尔微码. 如何应用 intel-microcode 提供的微码更新?

我的微码已经非常过时了。

dmesg | grep microcode
[    0.000000] CPU0 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.088431] CPU1 microcode updated early to revision 0x1b, date = 2014-05-29
[    0.901761] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x1b
[    0.901768] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x1b
[    0.901776] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x1b
[    0.901785] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x1b
[    0.901833] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba

我使用 Ubuntu 15.04。

答案1

通过

sudo apt-get install intel-microcode

之后,重新启动系统并使用以下命令检查输出

dmesg | grep microcode

这是我的过时的版本,我的cpu实在是太旧了

% dmesg|grep "updated"                                   
[    0.000000] CPU0 microcode updated early to revision 0x60f, date = 2010-09-29
[    0.008000] CPU1 microcode updated early to revision 0x60f, date = 2010-09-29
[    4.380563] cfg80211: World regulatory domain updated:

相关内容