On 25/09/24 at 14:58, Jörg-Volker Peetz wrote:
What is the output of
sudo dmesg | grep -E '(microcode|model)'
?
This should show information about your CPU model and if its microcode
is actually updated.
Regards,
Jörg.
It returns:
~# dmesg | grep -E '(microcode|model)'
[ 0.131534] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor
(family: 0x15, model: 0x2, stepping: 0x0)
[ 0.470751] microcode: microcode updated early to new
patch_level=0x06000852
[ 0.470889] microcode: CPU0: patch_level=0x06000852
[ 0.470968] microcode: CPU1: patch_level=0x06000852
[ 0.471078] microcode: CPU2: patch_level=0x06000852
[ 0.471166] microcode: CPU3: patch_level=0x06000852
[ 0.471276] microcode: CPU4: patch_level=0x06000852
[ 0.471360] microcode: CPU5: patch_level=0x06000852
[ 0.471438] microcode: CPU6: patch_level=0x06000852
[ 0.471523] microcode: CPU7: patch_level=0x06000852
[ 0.471627] microcode: Microcode Update Driver: v2.2.
Is the CPU updated to the latest microcode?
Thanks
--
Franco Martelli