source: postlfs/config/firmware.xml@ 15a485c3

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 15a485c3 was 15a485c3, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Fix the initramfs part of "Early loading of microcode"

  • Property mode set to 100644
File size: 30.5 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 <para condition="html" role="usernotes">User Notes:
132 <ulink url="&blfs-wiki;/aboutfirmware"/></para>
133
134 <sect2 id="cpu-microcode">
135 <title>Microcode updates for CPUs</title>
136
137 <para>
138 In general, microcode can be loaded by the BIOS or UEFI, and it might be
139 updated by upgrading to a newer version of those. On linux, you can also
140 load the microcode from the kernel if you are using an AMD family 10h or
141 later processor (first introduced late 2007), or an Intel processor from
142 1998 and later (Pentium4, Core, etc), if updated microcode has been
143 released. These updates only last until the machine is powered off, so
144 they need to be applied on every boot.
145 </para>
146
147 <para>
148 Intel provide updates of their microcode for Skylake and later
149 processors as new vulnerabilities come to light, and have in the past
150 provided updates for processors from SandyBridge onwards, although those
151 are no-longer supported for new fixes. New versions of AMD
152 firmware are rare and usually only apply to a few models, although
153 motherboard manufacturers get AGESA (AMD Generic Encapsulated Software
154 Architecture) updates to change BIOS values, e.g. to support more memory
155 variants or newer CPUs.
156 </para>
157
158 <para>
159 There were two ways of loading the microcode, described as 'early' and
160 'late'. Early loading happens before userspace has been started, late
161 loading happens after userspace has started. However, late loading is
162 known to be problematic and not supported anymore (see the kernel commit
163 <ulink url="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d23d33e">
164 x86/microcode: Taint and warn on late loading</ulink>.) Indeed, early
165 loading is needed to work around one particular erratum in early Intel
166 Haswell processors which had TSX enabled. (See <ulink url=
167 "https://www.anandtech.com/show/8376/intel-disables-tsx-instructions-erratum-found-in-haswell-haswelleep-broadwelly/">
168 Intel Disables TSX Instructions: Erratum Found in Haswell,
169 Haswell-E/EP, Broadwell-Y</ulink>.)
170 Without this update glibc can do the wrong thing in uncommon
171 situations.
172 </para>
173
174 <para>
175 In previous versions of this book, late loading of microcode to see if
176 it gets applied was recommended, followed by using an initrd to force
177 early loading. But now that the contents of the Intel microcode tarball
178 is documented, and AMD microcode can be read by a Python script to
179 determine which machines it covers, there is no real reason to use late
180 loading.
181 </para>
182
183 <para>
184 It might be still possible to manually force late loading of microcode.
185 But it may cause kernel malfunction and you should take the risk yourself.
186 You will need to reconfigure your kernel for either method. The
187 instructions here will show you how to create an initrd for early
188 loading. It is also possible to build the same microcode bin file into
189 the kernel, which allows early loading but requires the kernel to be
190 recompiled to update the microcode.
191 </para>
192
193 <para>
194 To confirm what processor(s) you have (if more than one, they will be
195 identical) look in /proc/cpuinfo. Determine the decimal values of the cpu
196 family, model and stepping by running the following command (it will also
197 report the current microcode version):
198 </para>
199
200<screen><userinput>head -n7 /proc/cpuinfo</userinput></screen>
201
202 <para>
203 Convert the cpu family, model and stepping to pairs of hexadecimal
204 digits, and remember the value of the <quote>microcode</quote> field.
205 You can now check if there is any microcode available.
206 </para>
207
208 <para>
209 If you are creating an initrd to update firmware for different machines,
210 as a distro would do, go down to 'Early loading of microcode' and cat all
211 the Intel blobs to GenuineIntel.bin or cat all the AMD blobs to
212 AuthenticAMD.bin. This creates a larger initrd - for all Intel machines in
213 the 20200609 update the size was 3.0 MB compared to typically 24 KB for one
214 machine.
215 </para>
216
217 <sect3 id="intel-microcode">
218 <title>Intel Microcode for the CPU</title>
219
220 <para>
221 The first step is to get the most recent version of the Intel
222 microcode. This must be done by navigating to <ulink url=
223 'https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/'/>
224 and downloading the latest file there. As of this writing the most
225 <!-- at one time, some skylakes had problems with a certain revision
226 secure version of the microcode, for those machines which can boot it, -->
227 secure version of the microcode
228 is microcode-20221108.<!-- If you have a Skylake machine, please read the
229 Caution in the 'Early loading of microcode' section below.--> Extract this
230 file in the normal way, the microcode is in the <filename>intel-ucode
231 </filename> directory, containing various blobs with names in the form
232 XX-YY-ZZ. There are also various other files, and a releasenote.
233 </para>
234
235 <para>
236 In the past, intel did not provide any details of which blobs had
237 changed versions, but now the releasenote details this. You can
238 compare the microcode version in <filename>/proc/cpuinfo</filename>
239 with the version for your CPU model in the releasenote to know if
240 there is an update.
241 </para>
242
243 <para>
244 The recent firmware for older processors is provided to deal with
245 vulnerabilities which have now been made public, and for some of these
246 such as Microarchitectural Data Sampling (MDS) you might wish to
247 increase the protection by disabling hyperthreading, or alternatively
248 to disable the kernel's default mitigation because of its impact on
249 compile times. Please read the online documentation at <ulink url=
250 'https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/index.html'/>.
251 </para>
252
253 <para>
254 For an Icelake mobile (described as Intel(R) Core(TM) i7-1065G7
255 CPU) the relevant values are cpu family 6, model 126, stepping 5 so
256 in this case the required identification is 06-7e-05. The
257 releasenote says the latest microcode for it is versioned 0xb2. If
258 the value of the <quote>microcode</quote> field in
259 <filename>/proc/cpuinfo</filename> is 0xb2 or greater, it indicates
260 the microcode update is already applied by the BIOS. Otherwise,
261 configure the kernel to support loading Intel microcode, and then
262 proceed to <xref linkend='early-microcode'/>:
263 </para>
264
265<screen><literal>General Setup ---&gt;
266 [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support [CONFIG_BLK_DEV_INITRD]
267Processor type and features ---&gt;
268 [*] CPU microcode loading support [CONFIG_MICROCODE]
269 [*] Intel microcode loading support [CONFIG_MICROCODE_INTEL]</literal></screen>
270
271 </sect3>
272
273 <sect3 id="amd-microcode">
274 <title>AMD Microcode for the CPU</title>
275
276 <para>
277 Begin by downloading a container of firmware for your CPU family
278 from <ulink url=
279 '&sources-anduin-http;/linux-firmware/amd-ucode/'/>.
280 The family is always specified in hex. Families 10h to 14h (16 to 20)
281 are in microcode_amd.bin. Families 15h, 16h, 17h (Zen, Zen+, Zen2) and
282 19h (Zen3) have their own containers. Very few machines are likely to
283 get updated microcode. There is a Python3 script at <ulink url=
284 'https://github.com/AMDESE/amd_ucode_info/blob/master/amd_ucode_info.py'/>.
285 Download that script and run it against the bin file to check which
286 processors have updates.
287 </para>
288
289 <para>
290 For the very old Athlon(tm) II X2 in these examples the values were
291 cpu family 16, model 5, stepping 3 giving an identification of
292 Family=0x10 Model=0x05 Stepping=0x03. One line of the
293 <command>amd_ucode_info.py</command> script output describes the
294 microcode version for it:
295 </para>
296
297<screen><computeroutput>Family=0x10 Model=0x05 Stepping=0x03: Patch=0x010000c8 Length=960 bytes</computeroutput></screen>
298
299 <para>
300 If the value of the <quote>microcode</quote> field in
301 <filename>/proc/cpuinfo</filename> is 0x10000c8 or greater, it
302 indicates the BIOS has already applied the microcode update.
303 Otherwise, configure the kernel to support loading AMD microcode,
304 and then proceed to <xref linkend='early-microcode'/>:
305 </para>
306
307<screen><literal>General Setup ---&gt;
308 [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support [CONFIG_BLK_DEV_INITRD]
309Processor type and features ---&gt;
310 [*] CPU microcode loading support [CONFIG_MICROCODE]
311 [*] AMD microcode loading support [CONFIG_MICROCODE_AMD]</literal></screen>
312 </sect3>
313
314 <sect3 id="early-microcode">
315 <title>Early loading of microcode</title>
316
317 <para>
318 If you have established that updated microcode is available for
319 your system, it is time to prepare it for early loading. This requires
320 an additional package, <xref linkend='cpio'/> and the creation of an
321 initrd which will need to be added to grub.cfg.
322 </para>
323
324 <para>
325 It does not matter where you prepare the initrd, and once it is
326 working you can apply the same initrd to later LFS systems or newer
327 kernels on this same machine, at least until any newer microcode is
328 released. Use the following commands:
329 </para>
330
331<screen><userinput>mkdir -p initrd/kernel/x86/microcode
332cd initrd</userinput></screen>
333
334 <para>
335 For an AMD machine, use the following command (replace
336 &lt;MYCONTAINER&gt; with the name of the container for your CPU's
337 family):
338 </para>
339
340<screen><userinput>cp -v ../&lt;MYCONTAINER&gt; kernel/x86/microcode/AuthenticAMD.bin</userinput></screen>
341
342 <para>
343 Or for an Intel machine copy the appropriate blob using this command:
344 </para>
345
346<screen><userinput>cp -v ../intel-ucode/&lt;XX-YY-ZZ&gt; kernel/x86/microcode/GenuineIntel.bin</userinput></screen>
347
348<!-- new version from 20201110 release onwards, assumed to work on all skylakes
349 But complaints about previous version took some days to appear, so keep as a comment for now.
350 <caution>
351 <para>
352 On some Skylake machines with hex Model Number '4e' (78 decimal) the
353 upgrade to microcode version '0xdc' is reported to cause the machine to
354 hang in early boot, and the fix is to revert to version 0xd6 which was
355 first shipped in the 20191115 microcode release.
356 </para>
357
358 <para>
359 At least one model '5e' Skylake does boot successfully with version
360 0xdc, but Intel has now shipped a 20200616 release which is intended for
361 distros which need an initrd that will boot on everyone's machine: it
362 reverts both Skylake variants ('4e' and '5e') to the old 0xd6.
363 </para>
364
365 <para>
366 For a Skylake which does not boot with 0xdc, reverting to 0xd6 will make
367 the machine usable, but without the SRBDS mitigations.
368 </para>
369 </caution>-->
370
371 <para>
372 Now prepare the initrd:
373 </para>
374
375<screen><userinput>find . | cpio -o -H newc &gt; /boot/microcode.img</userinput></screen>
376
377 <para>
378 You now need to add a new entry to /boot/grub/grub.cfg and
379 here you should add a new line after the linux line within the stanza.
380 If /boot is a separate mountpoint:
381 </para>
382
383<screen><userinput>initrd /microcode.img</userinput></screen>
384
385 <para>
386 or this if it is not:
387 </para>
388
389<screen><userinput>initrd /boot/microcode.img</userinput></screen>
390
391 <para>
392 If you are already booting with an initrd (see <xref
393 linkend="initramfs"/>), you should run <command>mkinitramfs</command>
394 again after putting the appropriate blob or container into <filename
395 class="directory">/lib/firmware</filename>. More precisely, put an
396 intel blob in a <filename
397 class="directory">/lib/firmware/intel-ucode</filename> directory
398 or an AMD container in a <filename
399 class="directory">/lib/firmware/amd-ucode</filename> directory before
400 running <command>mkinitramfs</command>.
401 Alternatively, you can have both initrd on the same line, such as
402 <userinput>initrd /microcode.img /other-initrd.img</userinput> (adapt
403 that as above if /boot is not a separate mountpoint).
404 </para>
405
406 <para>
407 You can now reboot with the added initrd, and then use the following
408 command to check that the early load worked:
409 </para>
410
411<screen><userinput>dmesg | grep -e 'microcode' -e 'Linux version' -e 'Command line'</userinput></screen>
412
413 <para>
414 If you updated to address vulnerabilities, you can look at the
415 output of the <command>lscpu</command> command to see what is now
416 reported.
417 </para>
418
419 <para>
420 The places and times where early loading happens are very different
421 in AMD and Intel machines. First, an example of an Intel (Icelake
422 mobile) with early loading:
423 </para>
424
425<screen><literal>[ 0.000000] microcode: microcode updated early to revision 0xb6, date = 2022-08-02
426[ 0.000000] Linux version 6.1.6 (xry111@xry111-X57S1) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.40) #32 SMP PREEMPT_DYNAMIC Sat Jan 28 11:32:21 CST 2023
427[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.1.6-lfs-r11.2-34-systemd root=/dev/nvme0n1p7 ro
428[ 0.454985] microcode: sig=0x706e5, pf=0x80, revision=0xb6
429[ 0.455011] microcode: Microcode Update Driver: v2.2.</literal></screen>
430
431
432 <para>
433 A historic AMD example:
434 </para>
435
436<screen><literal>[ 0.000000] Linux version 4.15.3 (ken@testserver) (gcc version 7.3.0 (GCC))
437 #2 SMP Sun Feb 18 02:32:03 GMT 2018
438[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.15.3-sda5 root=/dev/sda5 ro
439[ 0.307619] microcode: microcode updated early to new patch_level=0x010000c8
440[ 0.307678] microcode: CPU0: patch_level=0x010000c8
441[ 0.307723] microcode: CPU1: patch_level=0x010000c8
442[ 0.307795] microcode: Microcode Update Driver: v2.2.</literal></screen>
443
444 </sect3>
445
446 </sect2>
447
448 <sect2 id="video-firmware">
449 <title>Firmware for Video Cards</title>
450
451 <sect3 id="ati-video-firmware">
452 <title>Firmware for ATI video chips (R600 and later)</title>
453
454 <para>
455 These instructions do NOT apply to old radeons before the R600
456 family. For those, the firmware is in the kernel's <filename
457 class='directory'>/lib/firmware/</filename> directory. Nor do they
458 apply if you intend to avoid a graphical setup such as Xorg and are
459 content to use the default 80x25 display rather than a framebuffer.
460 </para>
461
462 <para>
463 Early radeon devices only needed a single 2K blob of firmware. Recent
464 devices need several different blobs, and some of them are much bigger.
465 The total size of the radeon firmware directory is over 500K &mdash;
466 on a large modern system you can probably spare the space, but it is
467 still redundant to install all the unused files each time you build
468 a system.
469 </para>
470
471 <para>
472 A better approach is to install <xref linkend='pciutils'/> and then
473 use <userinput>lspci</userinput> to identify which VGA controller is
474 installed.
475 </para>
476
477 <para>
478 With that information, check the RadeonFeature page of the Xorg wiki
479 for <ulink url="https://wiki.x.org/wiki/RadeonFeature/#index5h2">Decoder
480 ring for engineering vs marketing names</ulink> to identify the family
481 (you may need to know this for the Xorg driver in BLFS &mdash;
482 Southern Islands and Sea Islands use the radeonsi driver) and the
483 specific model.
484 </para>
485
486 <para>
487 Now that you know which controller you are using, consult the
488 <ulink url="https://wiki.gentoo.org/wiki/Radeon#Firmware">
489 Radeon</ulink> page of the Gentoo wiki which has a table listing
490 the required firmware blobs for the various chipsets. Note that
491 Southern Islands and Sea Islands chips use different firmware for
492 kernel 3.17 and later compared to earlier kernels. Identify and
493 download the required blobs then install them:
494 </para>
495
496<screen><userinput>mkdir -pv /lib/firmware/radeon
497cp -v &lt;YOUR_BLOBS&gt; /lib/firmware/radeon</userinput></screen>
498
499 <para>
500 There are actually two ways of installing this firmware. BLFS, in the
501 'Kernel Configuration for additional firmware' section part of the
502 <xref linkend="xorg-ati-driver"/> section gives an example of
503 compiling the firmware into the kernel - that is slightly faster to
504 load, but uses more kernel memory. Here we will use the alternative
505 method of making the radeon driver a module. In your kernel config
506 set the following:
507 </para>
508
509<screen><literal>Device Drivers ---&gt;
510 Graphics support ---&gt;
511 Direct Rendering Manager ---&gt;
512 [*] Direct Rendering Manager (XFree86 ... support) [CONFIG_DRM]
513 [M] ATI Radeon [CONFIG_DRM_RADEON]</literal></screen>
514
515 <para>
516 Loading several large blobs from /lib/firmware takes a noticeable
517 time, during which the screen will be blank. If you do not enable the
518 penguin framebuffer logo, or change the console size by using a bigger
519 font, that probably does not matter. If desired, you can slightly
520 reduce the time if you follow the alternate method of specifying 'y'
521 for CONFIG_DRM_RADEON covered in BLFS at the link above &mdash; you
522 must specify each needed radeon blob if you do that.
523 </para>
524
525 </sect3>
526
527 <sect3 id="amdgpu-video-firmware">
528 <title>Firmware for AMD/ATI amdgpu video chips</title>
529
530 <para>
531 All video controllers using the amdgpu kernel driver require firmware,
532 whether you will be using the xorg amdgpu driver, the xserver's modesetting
533 driver, or just kernel modesetting to get a console framebuffer larger than
534 80x25.
535 </para>
536
537 <para>
538 Install <xref linkend="pciutils"/> and use that to check the model name
539 (look for 'VGA compatible controller:'). If you have an APU (Accelerated
540 Processing Unit, i.e. CPU and video on the same chip) that will probably
541 tell you the name. If you have a separate amdgpu video card you will need
542 to search to determine which name it uses (e.g. a card described as
543 Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 550 640SP / RX
544 560/560X] needs Polaris11 firmware. There is a table of "Family, Chipset
545 name, Product name and Firmware" at the end of the Kernel sections in
546 <ulink url="https://wiki.gentoo.org/wiki/AMDGPU#Known_firmware_blobs">
547 AMDGPU</ulink> page of the Gentoo wiki.
548 </para>
549
550 <para>
551 Once you have identified the firmware name, install all the relevant
552 files for it. For example, the Baffin card mentioned above has 21 different
553 polaris11* files, APUs such as renoir and picasso have at least 12 files and
554 might gain more in future updates (e.g. the raven APU now has a 13th file,
555 raven_ta.bin).
556 </para>
557
558<screen><userinput>mkdir -pv /lib/firmware/amdgpu
559cp -v &lt;YOUR_BLOBS&gt; /lib/firmware/amdgpu</userinput></screen>
560
561 <para>
562 If disk space is not a problem, you could install all the current amdgpu
563 firmware files and not worry about exactly which chipset is installed.
564 </para>
565
566 <para>
567 Building the kernel amdgpu driver as a module is recommended.
568 In your kernel .config set at least the following options and review
569 the other AMDGPU options according to your target hardware,
570 for example "ACP (Audio Co-Processor) Configuration":
571 </para>
572
573<screen><literal>Device Drivers ---&gt;
574 Graphics support ---&gt;
575 Direct Rendering Manager ---&gt;
576 [*] Direct Rendering Manager (XFree86 ... support) [CONFIG_DRM]
577 [M] AMD GPU [CONFIG_DRM_AMDGPU]
578 Display Engine Configuration ---&gt;
579 [*] AMD DC - Enable new display engine (NEW) [CONFIG_DRM_AMD_DC]</literal></screen>
580
581 <para>
582 As written above at the end of the section on 'Firmware for ATI video
583 chips', loading large blobs from /lib/firmware can take a noticeable
584 time during which the screen will be blank. On a slow machine you might
585 wish to refer to the 'Kernel Configuration for additional firmware'
586 part of <xref linkend="xorg-amdgpu-driver"/> and compile all the
587 required modules into the kernel to reduce this time, at the cost of
588 using more kernel memory.
589 </para>
590
591 </sect3>
592
593 <sect3 id="nvidia-video-firmware">
594 <title>Firmware for Nvidia video chips</title>
595
596 <para>
597 Nvidia has released basic signed firmware for recent graphics chips,
598 but significantly after the chips and its own binary drivers were first
599 available. For other chips it has been necessary to extract the firmware
600 from the binary driver.
601 </para>
602 <para>
603 For more exact information about which chips need extracted firmware, see
604 <ulink url=
605 "https://nouveau.freedesktop.org/wiki/VideoAcceleration/#firmware"/>.
606 </para>
607
608 <para>
609 First, the kernel Nvidia driver must be activated:
610 </para>
611
612<screen><literal>Device Drivers ---&gt;
613 Graphics support ---&gt;
614 Direct Rendering Manager ---&gt;
615 &lt;*&gt; Direct Rendering Manager (XFree86 ... support) [CONFIG_DRM]
616 &lt;*/M&gt; Nouveau (NVIDIA) cards [CONFIG_DRM_NOUVEAU]</literal></screen>
617
618 <para>
619 If the necessary firmware is available in the
620 <filename class="directory">nvidia/</filename> directory of
621 linux-firmware, copy it to
622 <filename class="directory">/lib/firmware/nouveau</filename>.
623 </para>
624 <para>
625 If the firmware has not been made available in linux-firmware,
626 for the old chips mentioned in the nouveau wiki link above ensure you have
627 installed <xref linkend="python2"/> and run the following commands:
628 </para>
629
630 <!-- Someone please port this to Python 3. -->
631<screen><userinput>wget https://raw.github.com/imirkin/re-vp2/master/extract_firmware.py
632wget https://us.download.nvidia.com/XFree86/Linux-x86/325.15/NVIDIA-Linux-x86-325.15.run
633sh NVIDIA-Linux-x86-325.15.run --extract-only
634python2 extract_firmware.py
635mkdir -p /lib/firmware/nouveau
636cp -d nv* vuc-* /lib/firmware/nouveau/</userinput></screen>
637
638 </sect3>
639 </sect2>
640
641 <sect2 id="nic-firmware">
642 <title>Firmware for Network Interfaces</title>
643
644 <para>
645 The kernel likes to load firmware for some network drivers, particularly
646 those from Realtek (the /lib/linux-firmware/rtl_nic/) directory, but
647 they generally appear to work without it. Therefore, you can boot the
648 kernel, check dmesg for messages about this missing firmware, and if
649 necessary download the firmware and put it in the specified directory in
650 <filename class="directory">/lib/firmware</filename> so that it will
651 be found on subsequent boots. Note that with current kernels this
652 works whether or not the driver is compiled in or built as a module,
653 there is no need to build this firmware into the kernel.
654 Here is an example where the R8169 driver has been compiled in but the
655 firmware was not made available. Once the firmware had been provided,
656 there was no mention of it on later boots.
657 </para>
658
659<screen><literal>dmesg | grep firmware | grep r8169
660[ 7.018028] r8169 0000:01:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
661[ 7.018036] r8169 0000:01:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168g-2.fw (-2)</literal></screen>
662
663 </sect2>
664
665 <sect2 id="other-firmware">
666 <title>Firmware for Other Devices</title>
667
668 <para>
669 Identifying the correct firmware will typically require you to install
670 <xref linkend='pciutils'/>, and then use <userinput>lspci</userinput>
671 to identify the device. You should then search online to check which
672 module it uses, which firmware, and where to obtain the firmware &mdash;
673 not all of it is in linux-firmware.
674 </para>
675
676 <para>
677 If possible, you should begin by using a wired connection when you first
678 boot your LFS system. To use a wireless connection you will need to
679 use a network tools such as <xref linkend='wireless_tools'/> and <xref
680 linkend='wpa_supplicant'/>.
681 </para>
682
683 <para>
684 Different countries have different regulations on the radio spectrum
685 usage of wireless devices. You can install a firmware to make the
686 wireless devices obey local spectrum regulations, so you won't be
687 inquired by local authority or find your wireless NIC jamming the
688 frequencies of other devices (for example, remote controllers).
689 The regulatory database firmware can be downloaded from
690 <ulink url = 'https://kernel.org/pub/software/network/wireless-regdb/'/>.
691 To install it, simply extract <filename>regulatory.db</filename> and
692 <filename>regulatory.db.p7s</filename> from the tarball into
693 <filename class="directory">/lib/firmware</filename>.
694 The access point would send a country code to your wireless NIC,
695 and <xref linkend='wpa_supplicant'/> would tell the kernel to load
696 the regulation of this country from
697 <filename>regulatory.db</filename>, and enforce it.
698 </para>
699
700 <para>
701 Firmware may also be needed for other devices such as some SCSI
702 controllers, bluetooth adaptors, or TV recorders. The same principles
703 apply.
704 </para>
705
706 </sect2>
707
708</sect1>
Note: See TracBrowser for help on using the repository browser.