Gentoo Archives: gentoo-user

From: Alec Ten Harmsel <alec@××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo?
Date: Sat, 30 Apr 2016 12:51:11
Message-Id: 20160430125055.GA872@apio
In Reply to: Re: [gentoo-user] Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo? by Neil Bothwick
1 On Sat, Apr 30, 2016 at 09:29:08AM +0100, Neil Bothwick wrote:
2 > On Sat, 30 Apr 2016 09:07:29 +0100, Mick wrote:
3 >
4 > > I seem to have mislaid my microcode somewhere, in the latest stable
5 > > gentoo kernel:
6 > >
7 > > # grep -i MICROCODE .config
8 > > #
9 >
10 > Grepping .config is unreliable, and always has been.
11
12 I usually use something like:
13
14 grep MICROCODE $(find . -name Kconfig)
15
16 Alec

Replies

Subject Author
Re: [gentoo-user] Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo? Mick <michaelkintzios@×××××.com>