Gentoo Archives: gentoo-user

From: Mike Gilbert <floppym@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo
Date: Wed, 20 Dec 2017 16:03:34
Message-Id: CAJ0EP40kA4KDdHUTeh1Ffpk0X225oE-MCy-+avP275LV_bS6oA@mail.gmail.com
In Reply to: Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo by Mick
1 On Wed, Dec 20, 2017 at 9:26 AM, Mick <michaelkintzios@×××××.com> wrote:
2 > On Wednesday, 20 December 2017 12:52:16 GMT Floyd Anderson wrote:
3 >> On Wed, 20 Dec 2017 12:22:29 +0000
4 >>
5 >> Mick <michaelkintzios@×××××.com> wrote:
6 >> >Has something changed in 4.14.7-gentoo sources from its predecessors?
7 >> >
8 >> >I'm getting this on two systems:
9 >> >
10 >> >[snip ...]
11 >> >
12 >> > INSTALL sound/pci/hda/snd-hda-codec-hdmi.ko
13 >> > INSTALL sound/pci/hda/snd-hda-codec.ko
14 >> > INSTALL sound/pci/hda/snd-hda-intel.ko
15 >> > DEPMOD 4.14.7-gentoo
16 >> >
17 >> >make: *** No rule to make target 'firmware_install'. Stop.
18 >>
19 >> Yes, there is a change to drop the target rule ‘firmware_install’ [1].
20 >> I’ve noticed also [2] but in the end it seems the rule is finally
21 >> dropped:
22 >>
23 >> /usr/src/linux-4.12.12-gentoo/scripts/Makefile.fwinst ... exists
24 >> /usr/src/linux-4.14.4-gentoo/scripts/Makefile.fwinst ... no such file
25 >>
26 >> To check it’s there look for ‘Other generic targets’ in kernel dir:
27 >>
28 >> sudo make help
29 >>
30 >> or just grep:
31 >>
32 >> grep -q 'firmware_install' /usr/src/linux/Makefile
33 >>
34 >>
35 >> References:
36 >> - [1] <torvalds/linux@5620a0d>
37 >> - [2] <torvalds/linux@df85b2d>
38 >
39 > You are quite right, there is no firmware_install in the 4.14.7 release. What
40 > does this mean? How are we meant to install firmware now?
41
42 I believe all firmware has been removed from the kernel sources.
43
44 You should install sys-kernel/linux-firmware, or grab just the files
45 you need from the git repo.
46
47 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

Replies

Subject Author
Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo Mick <michaelkintzios@×××××.com>