Ero sivun ”Intel mikrokoodi” versioiden välillä

Linux.fista
Siirry navigaatioon Siirry hakuun
p (''')
p (arch linux-ohjeistus lisätty, artikkelia päivitetty)
Rivi 1: Rivi 1:
'''Intel microcode''' asennus komentoriviltä käsin.
==Arch Linux==
sudo pacman -S {{Pkg|intel-ucode}}
==Ubuntu==
==Ubuntu==
'''Intel microcode''' asennus komentoriviltä käsin. Jos asennus ei onnistu [[Synaptic]] pakettienhallintaohjelmalla.
  sudo apt-get install microcode.ctl intel-microcode
  sudo apt-get install microcode.ctl intel-microcode
Jos asennus ei onnistu [[Synaptic]]-pakettienhallintaohjelmalla.
Käynnistä kone uudelleen.
Käynnistä kone uudelleen.
==Tarkista mikrokoodin tila==
  dmesg | grep microcode  
  dmesg | grep microcode  


Rivi 8: Rivi 16:
  [    0.000000] microcode: CPU0 microcode updated early to revision 0xa4, date = 2010-10-02
  [    0.000000] microcode: CPU0 microcode updated early to revision 0xa4, date = 2010-10-02
  [    0.008000] microcode: CPU1 microcode updated early to revision 0xa4, date = 2010-10-02
  [    0.008000] microcode: CPU1 microcode updated early to revision 0xa4, date = 2010-10-02
tai:
<pre>
[    0.000000] microcode: microcode updated early to revision 0x21, date = 2019-02-13
[    0.184759] SRBDS: Vulnerable: No microcode
[    0.520970] microcode: sig=0x306a9, pf=0x2, revision=0x21
[    0.521022] microcode: Microcode Update Driver: v2.2.
</pre>
==Katso myös==
* [[AMD microcode]]


[[Luokka: Ohjeet]]
[[Luokka: Ohjeet]]

Versio 20. marraskuuta 2020 kello 18.29

Intel microcode asennus komentoriviltä käsin.

Arch Linux

sudo pacman -S intel-ucode

Ubuntu

sudo apt-get install microcode.ctl intel-microcode

Jos asennus ei onnistu Synaptic-pakettienhallintaohjelmalla. Käynnistä kone uudelleen.

Tarkista mikrokoodin tila

dmesg | grep microcode 

tulostus voi olla seuraavanlainen:

[    0.000000] microcode: CPU0 microcode updated early to revision 0xa4, date = 2010-10-02
[    0.008000] microcode: CPU1 microcode updated early to revision 0xa4, date = 2010-10-02

tai:

[    0.000000] microcode: microcode updated early to revision 0x21, date = 2019-02-13
[    0.184759] SRBDS: Vulnerable: No microcode
[    0.520970] microcode: sig=0x306a9, pf=0x2, revision=0x21
[    0.521022] microcode: Microcode Update Driver: v2.2.

Katso myös