From abb184cc99d0810825cde3a7551bb359441a0a2e Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 9 Mar 2022 10:10:55 +0100 Subject: [PATCH] linux-firmare: Update version from 20210919 to 20220209 After the update to Linux 5.10.103 the bnx2x 10GbE adapter stopped working: [ 18.607732] bnx2x 0000:45:00.0: msix capability found [ 18.612983] bnx2x 0000:45:00.0: part number 394D4342-31373735-31314131-473331 [ 18.621217] bnx2x 0000:45:00.0: Direct firmware load for bnx2x/bnx2x-e1h-7.13.21.0.fw failed with error -2 [ 18.630887] bnx2x 0000:45:00.0: Direct firmware load for bnx2x/bnx2x-e1h-7.13.15.0.fw failed with error -2 [ 18.640657] bnx2x: probe of 0000:45:00.0 failed with error -2 This could be fixed by putting the firmware into the initramfs. Possibly it used to work without that in the older kernels just by luck, because the initramfs was already replaced by the root disk at the time when the driver happened to try to load the firmware. As the newer kernel ask for 7.13.21, update firmware package to lastest release so that this firmware image is also included. --- linux-firmware.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-firmware.be0 b/linux-firmware.be0 index 716efbb83..52601b97e 100755 --- a/linux-firmware.be0 +++ b/linux-firmware.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION linux-firmware-20210919-0 +# BEE_VERSION linux-firmware-20220209-0 # ***** created by ***** # @@ -15,8 +15,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -# orig: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20210919.tar.gz -SRCURL[0]="https://beehive.molgen.mpg.de/a27d9b2de427437ebd30390a982b6154/linux-firmware-20210919.tar.gz" +#SRCURL[0]="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20220209.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/c119b2ffbca4d4f53e01f3f67c61c5c4/linux-firmware-20220209.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.