You are not logged in.

#1 2022-01-22 04:13:44

kindusmith
Member
Registered: 2019-12-30
Posts: 16

[SOLVED]After updating the kernel 5.16.2, it shows missing firmware

input mkinitcpio command show this

[kindu@legion ~]$ sudo mkinitcpio -p linux
[sudo] kindu 's passord:
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.16.2-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [systemd]
  -> Running build hook: [sd-plymouth]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [fsck]
  -> Running build hook: [filesystems]
Decompress:  1/28 files. Current: .../mbcache.ko.zst : 0 B...    ==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.16.2-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [systemd]
  -> Running build hook: [sd-plymouth]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: qla2xxx
==> WARNING: Possibly missing firmware for module: qed
==> WARNING: Possibly missing firmware for module: qla1280
==> WARNING: Possibly missing firmware for module: bfa
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [fsck]
  -> Running build hook: [filesystems]
Decompress: 564/635 files. Current: ...nel/gfs2.ko.zst : 512 KiB...    ==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
[kindu@legion ~]$ 

Last edited by kindusmith (2022-01-22 04:16:56)

Offline

#2 2022-01-22 04:15:02

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,561

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

See the news on the front page. You can pretty much ignore it, though.

Offline

#3 2022-01-22 04:15:43

kindusmith
Member
Registered: 2019-12-30
Posts: 16

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

thanks

Offline

#4 2022-02-11 06:23:39

Sadid
Member
Registered: 2014-09-03
Posts: 11

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

Not critical but I think installing qlogic module is needed: `pacman -Syu linux-firmware-qlogic`

Last edited by Sadid (2022-02-11 06:24:03)

Offline

#5 2022-02-11 07:51:15

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,742

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

It can be necessary on *your* system, it won't be for the majority, check your HW and make informed decisions on which packages you need.

Offline

#6 2022-02-17 10:34:44

CxOrg2
Member
Registered: 2022-02-17
Posts: 3

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

installing linux-firmware-qlogic and  upd72020x-fwA firmware modules resolved all firmware warnings for me:

==> Building image from preset: /etc/mkinitcpio.d/linux516.preset: 'default'
  -> -k /boot/vmlinuz-5.16-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.16-x86_64.img
==> Starting build: 5.16.7-1-MANJARO
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [keyboard]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [resume]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-5.16-x86_64.img
==> Image generation successful

Last edited by CxOrg2 (2022-02-17 10:37:17)

Offline

#7 2022-02-17 10:49:55

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

CxOrg2 wrote:

installing linux-firmware-qlogic and  upd72020x-fwA firmware modules resolved all firmware warnings for me:

That was completely unnecessary unless you actually have those specific items of hardware in your system.
They are warnings, not errors so no action was required.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#8 2022-02-18 16:45:06

CxOrg2
Member
Registered: 2022-02-17
Posts: 3

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

If autodetect thinks they are missing, maybe they are? Installing the correct firmware seems to have fixed suspend/resume failures. USB3 seemed to be the culprit so the upd72020x-fwA has made the difference in my case. You are right that the qlogic firmware which relates to fibre channel drivers may not have any other purpose other than to make my mkinitcpio -P look nice!

Offline

#9 2022-02-18 16:58:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,742

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

If it was indeed the standard/non fallback image complaining about the firmware files then they can be and are likely needed. For the vast majority of people it will be the fallback image which includes every module that will produce the warning in which case it doesn't matter and isn't needed.

Offline

#10 2022-07-23 15:18:07

puzzle
Member
Registered: 2019-03-09
Posts: 10

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

run ok maybe ignore

Offline

#11 2022-07-23 22:09:27

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED]After updating the kernel 5.16.2, it shows missing firmware

puzzle, please stop bumping old solved threads.

Closing.

Offline

Board footer

Powered by FluxBB