Gentoo Archives: gentoo-amd64

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: Microcode-ctl Problems
Date: Sat, 12 Dec 2009 14:01:08
Message-Id: hg01ko$i8e$1@ger.gmane.org
In Reply to: Re: [gentoo-amd64] Re: Microcode-ctl Problems by Frank Peters
1 On 12/12/2009 06:43 AM, Frank Peters wrote:
2 > On Sat, 12 Dec 2009 02:30:18 +0200
3 > Nikos Chantziaras<realnc@×××××.de> wrote:
4 >
5 >>
6 >> I can't offer much help other than the assurance that it works on
7 >> 64-bit. I've been using it to keep my CPU's microcode updated for quite
8 >> a while. It's a Core 2 Duo though, not Quad, running Gentoo ~amd64.
9 >
10 > Could you possibly check your kernel log?
11 >
12 > Here is the log from my machine after loading the microcode module:
13 >
14 > Dec 11 23:24:25 (none) kernel: microcode: CPU0 sig=0x6fb, pf=0x10, revision=0xb6
15 > Dec 11 23:24:25 (none) kernel: platform microcode: firmware: requesting intel-ucode/06-0f-0b
16 > Dec 11 23:25:25 (none) kernel: microcode: CPU1 sig=0x6fb, pf=0x10, revision=0xb6
17 > Dec 11 23:25:25 (none) kernel: platform microcode: firmware: requesting intel-ucode/06-0f-0b
18 > Dec 11 23:26:25 (none) kernel: microcode: CPU2 sig=0x6fb, pf=0x10, revision=0xb6
19 > Dec 11 23:26:25 (none) kernel: platform microcode: firmware: requesting intel-ucode/06-0f-0b
20 > Dec 11 23:27:25 (none) kernel: microcode: CPU3 sig=0x6fb, pf=0x10, revision=0xb6
21 > Dec 11 23:27:25 (none) kernel: platform microcode: firmware: requesting intel-ucode/06-0f-0b
22 > Dec 11 23:28:25 (none) kernel: Microcode Update Driver: v2.00<tigran@×××××××××××××××××.uk>, Peter Oruba
23
24 Well, I don't load it manually but have /etc/init.d/microcode_ctl in my
25 boot runlevel, but I guess this doesn't make any difference. My logs
26 look the same except for the time (there's no delay) and the microcode
27 version (probably due to different CPU used.)
28
29
30 > I don't fully understand what is happening but the firmware drivers
31 > seem to play some role. Maybe my kernel is not configured
32 > correctly for handling firmware.
33
34 Are you sure you have "Intel microcode patch loading support"
35 (CONFIG_MICROCODE_INTEL) enabled in the kernel and "AMD microcode patch
36 loading support" (CONFIG_MICROCODE_AMD) disabled?
37
38 Also make sure "Userspace firmware loading support" (CONFIG_FW_LOADER)
39 is enabled. It should be enabled automatically by
40 CONFIG_MICROCODE_INTEL though.

Replies

Subject Author
Re: [gentoo-amd64] Re: Microcode-ctl Problems Frank Peters <frank.peters@×××××××.net>