arch linux update warnings missing firmwares

I am using the latest Arch Linux as my main machine.
I update it daily using sudo pacman -Syu and it gives these warnings:

enter image description here

It doesn’t break, or anything, but can someone explain those warnings and how to solve them?

Asked By: Charbel Eid

||
==> WARNING: Possibly missing firmware for module: qla2xxx
==> WARNING: Possibly missing firmware for module: qla1280
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: qed
==> WARNING: Possibly missing firmware for module: bfa
==> WARNING: Possibly missing firmware for module: xhci_pci

If your system includes hardware that needs any of those modules, install the necessary firmware. You can do that either by installing your distribution’s appropriate firmware package(s), or by directly downloading the necessary firmware files from linux-firmware Git repository and placing them under /lib/firmware on your system.

If you don’t have the hardware that needs the module mentioned in a warning message, you can ignore the warning. (If you don’t need a particular module, you could adjust your kernel configuration to not build that module at all, to get rid of the message.)

Answered By: telcoM
Answered By: manero
Categories: Answers Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.