source: postlfs/config/firmware.xml@ ed179d1c

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since ed179d1c was ed179d1c, checked in by Xi Ruoyao <xry111@…>, 14 months ago

firmware: Add back how to include firmwares into the kernel image

The instruction was a part of archived xf86-video-{amdgpu,radeon} kernel
configuration section.

Remove the kernel configurations from AMDGPU and Radeon because they
really should belong to the Mesa page or Xorg Server page.

  • Property mode set to 100644
File size: 33.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="postlfs-firmware" xreflabel="About Firmware">
9 <?dbhtml filename="firmware.html"?>
10
11
12 <title>About Firmware</title>
13
14 <indexterm zone="postlfs-firmware">
15 <primary sortas="e-lib-firmware">/lib/firmware</primary>
16 </indexterm>
17
18 <para>
19 On some recent PCs it can be necessary, or desirable, to load firmware
20 to make them work at their best. There is a directory, <filename
21 class="directory">/lib/firmware</filename>, where the kernel or kernel
22 drivers look for firmware images.
23 </para>
24
25 <para>
26 Currently, most firmware can be found at a <userinput>git</userinput>
27 repository: <ulink url=
28 "https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/tree/"/>.
29 For convenience, the LFS Project has created a mirror, updated daily, where
30 these firmware files can be accessed via <userinput>wget</userinput> or a
31 web browser at <ulink url="&sources-anduin-http;/linux-firmware/"/>.
32 </para>
33
34 <para>
35 To get the firmware, either point a browser to one of the above
36 repositories and then download the item(s) which you need, or install
37 <xref linkend="git"/> and clone that repository.
38 </para>
39
40 <para>
41 For some other firmware, particularly for Intel microcode and certain
42 wifi devices, the needed firmware is not available in the above repository.
43 Some of this will be addressed below, but a search of the Internet for
44 needed firmware is sometimes necessary.
45 </para>
46
47 <para>
48 Firmware files are conventionally referred to as blobs because you cannot
49 determine what they will do. Note that firmware is distributed under
50 various different licenses which do not permit disassembly or
51 reverse-engineering.
52 </para>
53
54 <para>
55 Firmware for PCs falls into four categories:
56 </para>
57
58 <itemizedlist spacing="compact">
59 <listitem>
60 <para>
61 Updates to the CPU to work around errata, usually referred to as
62 microcode.
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Firmware for video controllers. On x86 machines this is required for
68 ATI devices (Radeon and AMDGPU chips) and may be useful for Intel (Skylake
69 and later) and Nvidia (Kepler and later) GPUs.
70 </para>
71
72 <para>
73 ATI Radeon and AMDGPU devices all require firmware to be able to use KMS
74 (kernel modesetting - the preferred option) as well as for Xorg. For
75 old radeon chips (before the R600), the firmware is still in the
76 kernel source.
77 </para>
78
79 <para>
80 Intel integrated GPUs from Skylake onwards can use firmware for GuC
81 (the Graphics microcontroller), and also for the HuC (HEVC/H265
82 microcontroller which offloads to the GPU) and the DMC (Display
83 Microcontroller) to provide additional low-power states. The GuC and
84 HuC have had a chequered history in the kernel and updated firmware
85 may be disabled by default, depending on your kernel version. Further
86 details may be found at <ulink
87 url="https://01.org/linuxgraphics/downloads/firmware/">01.org</ulink>
88 and <ulink
89 url="https://wiki.archlinux.org/index.php/intel_graphics">Arch
90 linux</ulink>.
91 </para>
92
93 <para>
94 Nvidia GPUs from Kepler onwards require signed firmware, otherwise the
95 nouveau driver is unable to provide hardware acceleration. Nvidia has
96 now released firmware up to Ampere (GeForce30 series) to linux-firmware.
97 Note that faster clocks than the default are not enabled
98 by the released firmware.
99 </para>
100 </listitem>
101 <listitem>
102 <para>
103 Firmware updates for wired network ports. Mostly they work even
104 without the updates, but probably they will work better with
105 the updated firmware. For some modern laptops, firmware for both
106 wired ethernet (e.g. rtl_nic) and also for bluetooth devices (e.g. qca)
107 is <emphasis>required</emphasis> before the wired network can be used.
108 </para>
109 </listitem>
110 <listitem>
111 <para>
112 Firmware for other devices, such as wifi. These devices are not
113 required for the PC to boot, but need the firmware before these devices
114 can be used.
115 </para>
116 </listitem>
117 </itemizedlist>
118
119 <note>
120 <para>
121 Although not needed to load a firmware blob, the following
122 tools may be useful for determining, obtaining, or preparing the needed
123 firmware in order to load it into the system:
124 <xref linkend="cpio"/>,
125 <xref linkend="git"/>,
126 <xref linkend="pciutils"/>, and
127 <xref linkend="wget"/>
128 </para>
129 </note>
130
131
132 <sect2 id="cpu-microcode">
133 <title>Microcode updates for CPUs</title>
134
135 <para>
136 In general, microcode can be loaded by the BIOS or UEFI, and it might be
137 updated by upgrading to a newer version of those. On linux, you can also
138 load the microcode from the kernel if you are using an AMD family 10h or
139 later processor (first introduced late 2007), or an Intel processor from
140 1998 and later (Pentium4, Core, etc), if updated microcode has been
141 released. These updates only last until the machine is powered off, so
142 they need to be applied on every boot.
143 </para>
144
145 <para>
146 Intel provide updates of their microcode for Skylake and later
147 processors as new vulnerabilities come to light, and have in the past
148 provided updates for processors from SandyBridge onwards, although those
149 are no-longer supported for new fixes. New versions of AMD
150 firmware are rare and usually only apply to a few models, although
151 motherboard manufacturers get AGESA (AMD Generic Encapsulated Software
152 Architecture) updates to change BIOS values, e.g. to support more memory
153 variants, new vulnerability fixes or newer CPUs.
154 </para>
155
156 <para>
157 There were two ways of loading the microcode, described as 'early' and
158 'late'. Early loading happens before userspace has been started, late
159 loading happens after userspace has started. However, late loading is
160 known to be problematic and not supported anymore (see the kernel commit
161 <ulink url="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d23d33e">
162 x86/microcode: Taint and warn on late loading</ulink>.) Indeed, early
163 loading is needed to work around one particular erratum in early Intel
164 Haswell processors which had TSX enabled. (See <ulink url=
165 "https://www.anandtech.com/show/8376/intel-disables-tsx-instructions-erratum-found-in-haswell-haswelleep-broadwelly/">
166 Intel Disables TSX Instructions: Erratum Found in Haswell,
167 Haswell-E/EP, Broadwell-Y</ulink>.)
168 Without this update glibc can do the wrong thing in uncommon
169 situations.
170 </para>
171
172 <para>
173 In previous versions of this book, late loading of microcode to see if
174 it gets applied was recommended, followed by using an initrd to force
175 early loading. But now that the contents of the Intel microcode tarball
176 is documented, and AMD microcode can be read by a Python script to
177 determine which machines it covers, there is no real reason to use late
178 loading.
179 </para>
180
181 <para>
182 It might be still possible to manually force late loading of microcode.
183 But it may cause kernel malfunction and you should take the risk yourself.
184 You will need to reconfigure your kernel for either method. The
185 instructions here will show you how to create an initrd for early
186 loading. It is also possible to build the same microcode bin file into
187 the kernel, which allows early loading but requires the kernel to be
188 recompiled to update the microcode.
189 </para>
190
191 <para>
192 To confirm what processor(s) you have (if more than one, they will be
193 identical) look in /proc/cpuinfo. Determine the decimal values of the cpu
194 family, model and stepping by running the following command (it will also
195 report the current microcode version):
196 </para>
197
198<screen><userinput>head -n7 /proc/cpuinfo</userinput></screen>
199
200 <para>
201 Convert the cpu family, model and stepping to pairs of hexadecimal
202 digits, and remember the value of the <quote>microcode</quote> field.
203 You can now check if there is any microcode available.
204 </para>
205
206 <para>
207 If you are creating an initrd to update firmware for different machines,
208 as a distro would do, go down to 'Early loading of microcode' and cat all
209 the Intel blobs to GenuineIntel.bin or cat all the AMD blobs to
210 AuthenticAMD.bin. This creates a larger initrd - for all Intel machines in
211 the 20200609 update the size was 3.0 MB compared to typically 24 KB for one
212 machine.
213 </para>
214
215 <sect3 id="intel-microcode">
216 <title>Intel Microcode for the CPU</title>
217
218 <para>
219 The first step is to get the most recent version of the Intel
220 microcode. This must be done by navigating to <ulink url=
221 'https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/'/>
222 and downloading the latest file there. As of this writing the most
223 <!-- at one time, some skylakes had problems with a certain revision
224 secure version of the microcode, for those machines which can boot it, -->
225 secure version of the microcode
226 is microcode-20230512. Extract this
227 file in the normal way, the microcode is in the <filename>intel-ucode
228 </filename> directory, containing various blobs with names in the form
229 XX-YY-ZZ. There are also various other files, and a releasenote.
230 </para>
231
232 <para>
233 In the past, intel did not provide any details of which blobs had
234 changed versions, but now the releasenote details this. You can
235 compare the microcode version in <filename>/proc/cpuinfo</filename>
236 with the version for your CPU model in the releasenote to know if
237 there is an update.
238 </para>
239
240 <para>
241 The recent firmware for older processors is provided to deal with
242 vulnerabilities which have now been made public, and for some of these
243 such as Microarchitectural Data Sampling (MDS) you might wish to
244 increase the protection by disabling hyperthreading, or alternatively
245 to disable the kernel's default mitigation because of its impact on
246 compile times. Please read the online documentation at <ulink url=
247 'https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/index.html'/>.
248 </para>
249
250 <para>
251 For an Icelake mobile (described as Intel(R) Core(TM) i7-1065G7
252 CPU) the relevant values are cpu family 6, model 126, stepping 5 so
253 in this case the required identification is 06-7e-05. The
254 releasenote says the latest microcode for it is versioned 0xba. If
255 the value of the <quote>microcode</quote> field in
256 <filename>/proc/cpuinfo</filename> is 0xba or greater, it indicates
257 the microcode update is already applied by the BIOS. Otherwise,
258 configure the kernel to support loading Intel microcode, and then
259 proceed to <xref linkend='early-microcode'/>:
260 </para>
261
262<screen><literal>General Setup ---&gt;
263 [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support [CONFIG_BLK_DEV_INITRD]
264Processor type and features ---&gt;
265 [*] CPU microcode loading support [CONFIG_MICROCODE]
266 [*] Intel microcode loading support [CONFIG_MICROCODE_INTEL]</literal></screen>
267
268 </sect3>
269
270 <sect3 id="amd-microcode">
271 <title>AMD Microcode for the CPU</title>
272
273 <para>
274 Begin by downloading a container of firmware for your CPU family
275 from <ulink url=
276 '&sources-anduin-http;/linux-firmware/amd-ucode/'/>.
277 The family is always specified in hex. Families 10h to 14h (16 to 20)
278 are in microcode_amd.bin. Families 15h, 16h, 17h (Zen, Zen+, Zen2) and
279 19h (Zen3) have their own containers, but very few machines are likely to
280 get updated microcode. Instead, AMD provide an updated AGESA to the
281 motherboard makers, who may provide an updated BIOS using this.
282 There is a Python3 script at <ulink url=
283 'https://github.com/AMDESE/amd_ucode_info/blob/master/amd_ucode_info.py'/>.
284 Download that script and run it against the bin file to check which
285 processors have updates.
286 </para>
287
288 <para>
289 For the very old Athlon(tm) II X2 in these examples the values were
290 cpu family 16, model 5, stepping 3 giving an identification of
291 Family=0x10 Model=0x05 Stepping=0x03. One line of the
292 <command>amd_ucode_info.py</command> script output describes the
293 microcode version for it:
294 </para>
295
296<screen><computeroutput>Family=0x10 Model=0x05 Stepping=0x03: Patch=0x010000c8 Length=960 bytes</computeroutput></screen>
297
298 <para>
299 If the value of the <quote>microcode</quote> field in
300 <filename>/proc/cpuinfo</filename> is 0x10000c8 or greater, it
301 indicates the BIOS has already applied the microcode update.
302 Otherwise, configure the kernel to support loading AMD microcode,
303 and then proceed to <xref linkend='early-microcode'/>:
304 </para>
305
306<screen><literal>General Setup ---&gt;
307 [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support [CONFIG_BLK_DEV_INITRD]
308Processor type and features ---&gt;
309 [*] CPU microcode loading support [CONFIG_MICROCODE]
310 [*] AMD microcode loading support [CONFIG_MICROCODE_AMD]</literal></screen>
311 </sect3>
312
313 <sect3 id="early-microcode">
314 <title>Early loading of microcode</title>
315
316 <para>
317 If you have established that updated microcode is available for
318 your system, it is time to prepare it for early loading. This requires
319 an additional package, <xref linkend='cpio'/> and the creation of an
320 initrd which will need to be added to grub.cfg.
321 </para>
322
323 <para>
324 It does not matter where you prepare the initrd, and once it is
325 working you can apply the same initrd to later LFS systems or newer
326 kernels on this same machine, at least until any newer microcode is
327 released. Use the following commands:
328 </para>
329
330<screen><userinput>mkdir -p initrd/kernel/x86/microcode
331cd initrd</userinput></screen>
332
333 <para>
334 For an AMD machine, use the following command (replace
335 &lt;MYCONTAINER&gt; with the name of the container for your CPU's
336 family):
337 </para>
338
339<screen><userinput>cp -v ../&lt;MYCONTAINER&gt; kernel/x86/microcode/AuthenticAMD.bin</userinput></screen>
340
341 <para>
342 Or for an Intel machine copy the appropriate blob using this command:
343 </para>
344
345<screen><userinput>cp -v ../intel-ucode/&lt;XX-YY-ZZ&gt; kernel/x86/microcode/GenuineIntel.bin</userinput></screen>
346
347<!-- new version from 20201110 release onwards, assumed to work on all skylakes
348 But complaints about previous version took some days to appear, so keep as a comment for now.
349 <caution>
350 <para>
351 On some Skylake machines with hex Model Number '4e' (78 decimal) the
352 upgrade to microcode version '0xdc' is reported to cause the machine to
353 hang in early boot, and the fix is to revert to version 0xd6 which was
354 first shipped in the 20191115 microcode release.
355 </para>
356
357 <para>
358 At least one model '5e' Skylake does boot successfully with version
359 0xdc, but Intel has now shipped a 20200616 release which is intended for
360 distros which need an initrd that will boot on everyone's machine: it
361 reverts both Skylake variants ('4e' and '5e') to the old 0xd6.
362 </para>
363
364 <para>
365 For a Skylake which does not boot with 0xdc, reverting to 0xd6 will make
366 the machine usable, but without the SRBDS mitigations.
367 </para>
368 </caution>-->
369
370 <para>
371 Now prepare the initrd:
372 </para>
373
374<screen><userinput>find . | cpio -o -H newc &gt; /boot/microcode.img</userinput></screen>
375
376 <para>
377 You now need to add a new entry to /boot/grub/grub.cfg and
378 here you should add a new line after the linux line within the stanza.
379 If /boot is a separate mountpoint:
380 </para>
381
382<screen><userinput>initrd /microcode.img</userinput></screen>
383
384 <para>
385 or this if it is not:
386 </para>
387
388<screen><userinput>initrd /boot/microcode.img</userinput></screen>
389
390 <para>
391 If you are already booting with an initrd (see <xref
392 linkend="initramfs"/>), you should run <command>mkinitramfs</command>
393 again after putting the appropriate blob or container into <filename
394 class="directory">/lib/firmware</filename>. More precisely, put an
395 intel blob in a <filename
396 class="directory">/lib/firmware/intel-ucode</filename> directory
397 or an AMD container in a <filename
398 class="directory">/lib/firmware/amd-ucode</filename> directory before
399 running <command>mkinitramfs</command>.
400 Alternatively, you can have both initrd on the same line, such as
401 <userinput>initrd /microcode.img /other-initrd.img</userinput> (adapt
402 that as above if /boot is not a separate mountpoint).
403 </para>
404
405 <para>
406 You can now reboot with the added initrd, and then use the following
407 command to check that the early load worked:
408 </para>
409
410<screen><userinput>dmesg | grep -e 'microcode' -e 'Linux version' -e 'Command line'</userinput></screen>
411
412 <para>
413 If you updated to address vulnerabilities, you can look at the
414 output of the <command>lscpu</command> command to see what is now
415 reported.
416 </para>
417
418 <para>
419 The places and times where early loading happens are very different
420 in AMD and Intel machines. First, an example of an Intel (Icelake
421 mobile) with early loading:
422 </para>
423
424<screen><literal>[ 0.000000] microcode: microcode updated early: 0x4a -> 0xba, date = 2022-12-25
425[ 0.000000] Linux version 6.4.0-rc1+ (xry111@stargazer) (gcc (GCC) 13.1.0, GNU ld (GNU Binutils) 2.40) #2 SMP PREEMPT_DYNAMIC Wed May 10 23:59:25 CST 2023
426[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.4.0-rc1+-lfs-r11.3-81-systemd root=PARTUUID=<replaceable>&lt;CLASSIFIED&gt;</replaceable> ro
427[ 0.424002] microcode: Microcode Update Driver: v2.2.</literal></screen>
428
429
430 <para>
431 A historic AMD example:
432 </para>
433
434<screen><literal>[ 0.000000] Linux version 4.15.3 (ken@testserver) (gcc version 7.3.0 (GCC))
435 #2 SMP Sun Feb 18 02:32:03 GMT 2018
436[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.15.3-sda5 root=/dev/sda5 ro
437[ 0.307619] microcode: microcode updated early to new patch_level=0x010000c8
438[ 0.307678] microcode: CPU0: patch_level=0x010000c8
439[ 0.307723] microcode: CPU1: patch_level=0x010000c8
440[ 0.307795] microcode: Microcode Update Driver: v2.2.</literal></screen>
441
442 </sect3>
443
444 </sect2>
445
446 <sect2 id="video-firmware">
447 <title>Firmware for Video Cards</title>
448
449 <sect3 id="ati-video-firmware">
450 <title>Firmware for ATI video chips (R600 and later)</title>
451
452 <para>
453 These instructions do NOT apply to old radeons before the R600
454 family. For those, the firmware is in the kernel's <filename
455 class='directory'>/lib/firmware/</filename> directory. Nor do they
456 apply if you intend to avoid a graphical setup such as Xorg and are
457 content to use the default 80x25 display rather than a framebuffer.
458 </para>
459
460 <para>
461 Early radeon devices only needed a single 2K blob of firmware. Recent
462 devices need several different blobs, and some of them are much bigger.
463 The total size of the radeon firmware directory is over 500K &mdash;
464 on a large modern system you can probably spare the space, but it is
465 still redundant to install all the unused files each time you build
466 a system.
467 </para>
468
469 <para>
470 A better approach is to install <xref linkend='pciutils'/> and then
471 use <userinput>lspci</userinput> to identify which VGA controller is
472 installed.
473 </para>
474
475 <para>
476 With that information, check the RadeonFeature page of the Xorg wiki
477 for <ulink url="https://wiki.x.org/wiki/RadeonFeature/#index5h2">Decoder
478 ring for engineering vs marketing names</ulink> to identify the family
479 (you may need to know this for the Xorg driver in BLFS &mdash;
480 Southern Islands and Sea Islands use the radeonsi driver) and the
481 specific model.
482 </para>
483
484 <para>
485 Now that you know which controller you are using, consult the
486 <ulink url="https://wiki.gentoo.org/wiki/Radeon#Firmware">
487 Radeon</ulink> page of the Gentoo wiki which has a table listing
488 the required firmware blobs for the various chipsets. Note that
489 Southern Islands and Sea Islands chips use different firmware for
490 kernel 3.17 and later compared to earlier kernels. Identify and
491 download the required blobs then install them:
492 </para>
493
494<screen><userinput>mkdir -pv /lib/firmware/radeon
495cp -v &lt;YOUR_BLOBS&gt; /lib/firmware/radeon</userinput></screen>
496
497 <para>
498 Building the kernel amdgpu driver as a module is recommended because
499 the firmware files need to be accessible at the time it is loaded.
500 If you are building it as a part of the kernel image for any reason,
501 you need to either include the firmwares in the initramfs (read
502 <xref linkend='initramfs'/> for details), or include them in the
503 kernel image itself (read <xref linkend='firmware-in-kernel-image'/>
504 for details).
505 </para>
506
507 </sect3>
508
509 <sect3 id="amdgpu-video-firmware">
510 <title>Firmware for AMD/ATI amdgpu video chips</title>
511
512 <para>
513 All video controllers using the amdgpu kernel driver require firmware,
514 whether you will be using the xorg amdgpu driver, the xserver's modesetting
515 driver, or just kernel modesetting to get a console framebuffer larger than
516 80x25.
517 </para>
518
519 <para>
520 Install <xref linkend="pciutils"/> and use that to check the model name
521 (look for 'VGA compatible controller:'). If you have an APU (Accelerated
522 Processing Unit, i.e. CPU and video on the same chip) that will probably
523 tell you the name. If you have a separate amdgpu video card you will need
524 to search to determine which name it uses (e.g. a card described as
525 Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 550 640SP / RX
526 560/560X] needs Polaris11 firmware. There is a table of "Family, Chipset
527 name, Product name and Firmware" at the end of the Kernel sections in
528 <ulink url="https://wiki.gentoo.org/wiki/AMDGPU#Known_firmware_blobs">
529 AMDGPU</ulink> page of the Gentoo wiki.
530 </para>
531
532 <para>
533 Once you have identified the firmware name, install all the relevant
534 files for it. For example, the Baffin card mentioned above has 21 different
535 polaris11* files, APUs such as renoir and picasso have at least 12 files and
536 might gain more in future updates (e.g. the raven APU now has a 13th file,
537 raven_ta.bin).
538 </para>
539
540<screen><userinput>mkdir -pv /lib/firmware/amdgpu
541cp -v &lt;YOUR_BLOBS&gt; /lib/firmware/amdgpu</userinput></screen>
542
543 <para>
544 If disk space is not a problem, you could install all the current amdgpu
545 firmware files and not worry about exactly which chipset is installed.
546 </para>
547
548 <para>
549 Building the kernel amdgpu driver as a module is recommended because
550 the firmware files need to be accessible at the time it is loaded.
551 If you are building it as a part of the kernel image for any reason,
552 you need to either include the firmwares in the initramfs (read
553 <xref linkend='initramfs'/> for details), or include them in the
554 kernel image itself (read <xref linkend='firmware-in-kernel-image'/>
555 for details).
556 </para>
557
558 </sect3>
559
560 <sect3 id="nvidia-video-firmware">
561 <title>Firmware for Nvidia video chips</title>
562
563 <para>
564 Nvidia has released basic signed firmware for recent graphics chips,
565 but significantly after the chips and its own binary drivers were first
566 available. For other chips it has been necessary to extract the firmware
567 from the binary driver.
568 </para>
569 <para>
570 For more exact information about which chips need extracted firmware, see
571 <ulink url=
572 "https://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware"/>.
573 </para>
574
575 <para>
576 First, the kernel Nvidia driver must be activated:
577 </para>
578
579<screen><literal>Device Drivers ---&gt;
580 Graphics support ---&gt;
581 Direct Rendering Manager ---&gt;
582 &lt;*&gt; Direct Rendering Manager (XFree86 ... support) [CONFIG_DRM]
583 &lt;*/M&gt; Nouveau (NVIDIA) cards [CONFIG_DRM_NOUVEAU]</literal></screen>
584
585 <para>
586 If the necessary firmware is available in the
587 <filename class="directory">nvidia/</filename> directory of
588 linux-firmware, copy it to
589 <filename class="directory">/lib/firmware/nouveau</filename>.
590 </para>
591 <para>
592 If the firmware has not been made available in linux-firmware,
593 for the old chips mentioned in the nouveau wiki link above ensure you have
594 installed <xref linkend="python2"/> and run the following commands:
595 </para>
596
597 <!-- Someone please port this to Python 3. -->
598<screen><userinput>wget https://raw.github.com/imirkin/re-vp2/master/extract_firmware.py
599wget https://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
600sh NVIDIA-Linux-x86-325.15.run --extract-only
601python2 extract_firmware.py
602mkdir -p /lib/firmware/nouveau
603cp -d nv* vuc-* /lib/firmware/nouveau/</userinput></screen>
604
605 </sect3>
606 </sect2>
607
608 <sect2 id="nic-firmware">
609 <title>Firmware for Network Interfaces</title>
610
611 <para>
612 The kernel likes to load firmware for some network drivers, particularly
613 those from Realtek (the /lib/linux-firmware/rtl_nic/) directory, but
614 they generally appear to work without it. Therefore, you can boot the
615 kernel, check dmesg for messages about this missing firmware, and if
616 necessary download the firmware and put it in the specified directory in
617 <filename class="directory">/lib/firmware</filename> so that it will
618 be found on subsequent boots. Note that with current kernels this
619 works whether or not the driver is compiled in or built as a module,
620 there is no need to build this firmware into the kernel.
621 Here is an example where the R8169 driver has been compiled in but the
622 firmware was not made available. Once the firmware had been provided,
623 there was no mention of it on later boots.
624 </para>
625
626<screen><literal>dmesg | grep firmware | grep r8169
627[ 7.018028] r8169 0000:01:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
628[ 7.018036] r8169 0000:01:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168g-2.fw (-2)</literal></screen>
629
630 </sect2>
631
632 <sect2 id="regulatory-db">
633 <title>Firmware for Regulatory Database of Wireless Devices</title>
634
635 <para>
636 Different countries have different regulations on the radio spectrum
637 usage of wireless devices. You can install a firmware to make the
638 wireless devices obey local spectrum regulations, so you won't be
639 inquired by local authority or find your wireless NIC jamming the
640 frequencies of other devices (for example, remote controllers).
641 The regulatory database firmware can be downloaded from
642 <ulink url = 'https://kernel.org/pub/software/network/wireless-regdb/'/>.
643 To install it, simply extract <filename>regulatory.db</filename> and
644 <filename>regulatory.db.p7s</filename> from the tarball into
645 <filename class="directory">/lib/firmware</filename>. Note that either
646 the <option>cfg80211</option> driver needs to be selected as a module
647 for the <filename>regulatory.*</filename>
648 files to be loaded, or those files need to be included as firmware into
649 the kernel, as explained above in <xref linkend="video-firmware"/>.
650 </para>
651
652 <para>
653 The access point (AP) would send a country code to your wireless NIC,
654 and <xref linkend='wpa_supplicant'/> would tell the kernel to load
655 the regulation of this country from
656 <filename>regulatory.db</filename>, and enforce it. Note that several AP
657 don't send this country code, so you may be locked to a rather
658 restricted usage (specially if you want to use your interface as an AP).
659 </para>
660 </sect2>
661
662 <sect2 id="sound-open-firmware">
663 <title>Sound Open Firmware</title>
664
665 <para>
666 Some systems (especially budget laptops) utilizes a DSP shipped with
667 the CPU for connection with the audio codec. The Sound Open Firmware
668 must be loaded onto the DSP to make it functional. These firmware
669 files can be downloaded from
670 <ulink url='https://github.com/thesofproject/sof-bin/releases'/>.
671 Extract the tarball and changing into the extracted directory,
672 then as the &root; user install the firmware:
673 </para>
674
675 <screen role="nodump"><userinput>install -vdm755 /usr/lib/firmware/intel &amp;&amp;
676cp -av -T --no-preserve=ownership sof-* \
677 /usr/lib/firmware/intel/sof &amp;&amp;
678cp -av -T --no-preserve=ownership sof-tplg-* \
679 /usr/lib/firmware/intel/sof-tplg</userinput></screen>
680
681 <para>
682 <xref linkend="alsa-lib"/> needs Use Case Manager configuration files
683 for the systems using Sound Open Firmware as well. The ALSA UCM
684 configuration files can be downloaded from
685 <ulink url='https://github.com/alsa-project/alsa-ucm-conf/tags'/>.
686 Extract the tarball and changing into the extracted directory,
687 then as the &root; user install the configuration files:
688 </para>
689
690 <screen role="nodump"><userinput>install -vdm755 /usr/share/alsa &amp;&amp;
691cp -av -T --no-preserve=ownership ucm2 /usr/share/alsa/ucm2</userinput></screen>
692
693 <para>
694 Once the firmware is loaded (you may need a reboot so the kernel will
695 load them) and the UCM configuration files are installed, following
696 <xref linkend="alsa-utils-config-sect"/> to set up your sound card for
697 ALSA properly.
698 </para>
699 </sect2>
700
701 <sect2 id="other-firmware">
702 <title>Firmware for Other Devices</title>
703
704 <para>
705 Identifying the correct firmware will typically require you to install
706 <xref linkend='pciutils'/>, and then use <userinput>lspci</userinput>
707 to identify the device. You should then search online to check which
708 module it uses, which firmware, and where to obtain the firmware &mdash;
709 not all of it is in linux-firmware.
710 </para>
711
712 <para>
713 If possible, you should begin by using a wired connection when you first
714 boot your LFS system. To use a wireless connection you will need to
715 use a network tools such as <xref linkend="iw"/>,
716 <xref linkend='wireless_tools'/>, or <xref linkend='wpa_supplicant'/>.
717 </para>
718
719 <para>
720 Firmware may also be needed for other devices such as some SCSI
721 controllers, bluetooth adaptors, or TV recorders. The same principles
722 apply.
723 </para>
724
725 </sect2>
726
727 <sect2 id='firmware-in-kernel-image'>
728 <title>Include Firmware Blobs in the Kernel Image</title>
729
730 <para>
731 Some drivers, notably the drivers for ATI or AMD GPU, requires the
732 firmware files accessible at the time it is loaded. The easiest
733 method to handle these drivers is building them as a kernel module.
734 An alternative method is creating an initramfs (read
735 <xref linkend='initramfs'/> for details) including the firmware files.
736 If you don't want to use either methods, you may include the firmware
737 files in the kernel image itself. Install the needed firmwares into
738 <filename class='directory'>/lib/firmware</filename> first, then
739 set the following kernel configuration and rebuild the kernel:
740 </para>
741
742 <screen><literal>Device Drivers ---&gt;
743 Generic Driver Options ---&gt;
744 Firmware loader ---*gt;
745 -*- Firmware loading facility
746 (<replaceable>amdgpu/aaaa.bin amdgpu/bbbb.bin</replaceable>) Build named firmware blobs into the kernel binary
747 (/lib/firmware) Firmware blobs root directory</literal></screen>
748
749 <para>
750 Replace <replaceable>amdgpu/aaa.bin amdgpu/bbbb.bin</replaceable>
751 with a whitespace-separated list of paths to the needed firmware
752 files, relative to
753 <filename class='directory'>/lib/firmware</filename>. A method
754 easier than manually typing the list (it may be long) is running the
755 following command:
756 </para>
757
758 <screen><userinput>echo CONFIG_EXTRA_FIRMWARE='"'$({ cd /lib/firmware; echo <replaceable>amdgpu/*</replaceable> })'"' &gt;&gt; .config
759make oldconfig</userinput></screen>
760
761 <para>
762 Replace <replaceable>amdgpu/*</replaceable> with a shell pattern
763 matching the needed firmware files.
764 </para>
765
766 <warning>
767 <para>
768 Do not distribute a kernel image containing the firmwares to others
769 or you may violate GPL.
770 </para>
771 </warning>
772
773 </sect2>
774
775</sect1>
Note: See TracBrowser for help on using the repository browser.