我想应用新的英特尔微码。如何应用英特尔-微码提供的微码更新?
我的微码太过时了。
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 <tigran@aivazian.fsnet.co.uk>, Peter Oruba我使用Ubuntu 15.04。
发布于 2015-07-16 16:36:25
通过
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:https://askubuntu.com/questions/623599
复制相似问题