Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo?
Date: Sat, 30 Apr 2016 08:08:13
Message-Id: 3088183.xHgdJz5lZS@dell_xps
1 I seem to have mislaid my microcode somewhere, in the latest stable gentoo
2 kernel:
3
4 # grep -i MICROCODE .config
5 #
6
7 As a result I get this during boot:
8
9 # /etc/init.d/microcode_ctl start
10 * Updating microcode ...
11 microcode_ctl: cannot open /dev/cpu/microcode for writing errno=2 (No such
12 file or directory)
13 * Failed to update microcode via '/dev/cpu/microcode'
14 [ !! ]
15 * ERROR: microcode_ctl failed to start
16
17
18 The previous kernel contained this:
19
20 # grep -i MICROCODE /boot/config-4.1.15-r1-gentoo
21 CONFIG_MICROCODE=y
22 CONFIG_MICROCODE_INTEL=y
23 # CONFIG_MICROCODE_AMD is not set
24 CONFIG_MICROCODE_OLD_INTERFACE=y
25
26
27 Is there something else I ought to switch on first?
28
29 --
30 Regards,
31 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo? Neil Bothwick <neil@××××××××××.uk>