You are not logged in.

#1 2022-02-23 22:38:18

xyhlon
Member
Registered: 2021-11-29
Posts: 24

Is any of these firmware issues after the update a concern?

==> WARNING: Possibly missing firmware for module: aic94xx
==> 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
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci

Thx for the help

Offline

#2 2022-02-23 22:44:40

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

Re: Is any of these firmware issues after the update a concern?

That depends. Do you have any of that hardware in your system?

https://bbs.archlinux.org/viewtopic.php?id=273413


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

#3 2022-02-23 22:53:45

xyhlon
Member
Registered: 2021-11-29
Posts: 24

Re: Is any of these firmware issues after the update a concern?

sorry for asking how do I find out which hw i have that uses these drivers?

Offline

#4 2022-02-23 23:13:33

loqs
Member
Registered: 2014-03-06
Posts: 18,983

Re: Is any of these firmware issues after the update a concern?

Do the warnings appear when generating both the default initrd and the fallback initrd?  Does dmesg contain messages from any of the modules you listed that it could not load firmware?
See also Mkinitcpio#Possibly_missing_firmware_for_module_XXXX.

Last edited by loqs (2022-02-23 23:13:51)

Offline

#5 2022-02-23 23:55:19

xyhlon
Member
Registered: 2021-11-29
Posts: 24

Re: Is any of these firmware issues after the update a concern?

dmesg doesn't contain any of the packages listed. However using mkinitcpio -P, to create the initrd and the fallback get the warning as well

Offline

#6 2022-02-24 00:06:28

loqs
Member
Registered: 2014-03-06
Posts: 18,983

Re: Is any of these firmware issues after the update a concern?

xyhlon wrote:

dmesg doesn't contain any of the packages listed. However using mkinitcpio -P, to create the initrd and the fallback get the warning as well

For which module?  My guess would be xhci_pci.  If there is no mention in dmesg and the system's USB ports work as expected then your system does not need the related firmware.

Last edited by loqs (2022-02-24 00:06:44)

Offline

#7 2022-02-24 11:46:10

xyhlon
Member
Registered: 2021-11-29
Posts: 24

Re: Is any of these firmware issues after the update a concern?

During the building process it mentions all of the above. None of the modules are mentioned in the dmesg and USB ports do not work it doesn't mount them automatically in gnome and doesn't list them in lsusb.

Offline

#8 2022-02-24 13:20:07

loqs
Member
Registered: 2014-03-06
Posts: 18,983

Re: Is any of these firmware issues after the update a concern?

If I understand you correctly mkinitcpio is including all of those modules in both the default and fallback initrds which is somewhat unusual.  Did you remove the autodetect hook or change its position?

Offline

#9 2022-02-24 14:47:59

xyhlon
Member
Registered: 2021-11-29
Posts: 24

Re: Is any of these firmware issues after the update a concern?

Sorry, I misunderstood you. As you suspected only the xhci_pci is mentioned in the both default and fallback build initrds.
```
==> 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.10-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> 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.10-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> 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
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
```

Offline

Board footer

Powered by FluxBB