You are not logged in.
[ 4.713898] microcode: failed to load file amd-ucode/microcode_amd.bin
[ 4.713992] microcode: CPU1: patch_level=0x0100009f
[ 4.715127] microcode: failed to load file amd-ucode/microcode_amd.bin
on boot, never seen before.
Last edited by fpilee (2012-07-09 00:22:30)
Offline
pacman -S extra/amd-ucode
Offline
As of 3.4 the kernel will autoload the microcode module, which will attempt to load the firmware for your CPU. If the firmware is not installed you will get this error.
Offline
Sorry to resurrect this very old thread, but I just had this happen and the fix here worked for me. However I'm not sure I understand it (and I hate that).
Did I actually alter some nonvolatile memory on my CPU by applying this fix? I've googled around, and got mixed messages about it. Is there any info about what changed? I have an Athlon II 450 unlocked to a Phenom II 840.
Edit:
I googled "archlinux microcode" and found an entire archwiki (slaps head).
After reading the wiki, I am now pretty sure that I did in fact alter firmware on the CPU. It's odd though that the wiki is so Intel-centric.
Last edited by Convergence (2012-07-15 20:16:20)
It's a very deadly weapon to know what you're doing
--- William Murderface
Offline
Sorry to resurrect this very old thread, but I just had this happen and the fix here worked for me. However I'm not sure I understand it (and I hate that).
Did I actually alter some nonvolatile memory on my CPU by applying this fix? I've googled around, and got mixed messages about it. Is there any info about what changed? I have an Athlon II 450 unlocked to a Phenom II 840.
Edit:
I googled "archlinux microcode" and found an entire archwiki (slaps head).
After reading the wiki, I am now pretty sure that I did in fact alter firmware on the CPU. It's odd though that the wiki is so Intel-centric.
"AMD provides microcode patch support for processors belonging to AMD processor families 10h, 11h, 12h, 14h, and 15h"
The athlon ii isnt one of those families, is the phenom ii one?
Asus M4A785TD-V ;; Phenom II X4 @ 3.9GHz ;; Ripjaws 12GB DDR3-1600 ;; 128GB Samsung 830 ;; MSI GTX460 v2 w/ blob ;; Arch Linux + KDE 4.x
Offline
Both are belonging to 10h, also the Athlon II.
Offline
In my case this solve problem. I use Athlon II x3 CPU and Arch64.
pacman -S extra/amd-ucode
Offline
Did I actually alter some nonvolatile memory on my CPU by applying this fix?
The firmware update is volatile. That's why it has to be applied on every boot (that's what loading the 'microcode' module does). If you blacklist the microcode module you no longer have the firmware update. To see what version you are running and what you would be running otherwise you can look at "dmesg | grep microcode".
Offline