Skip to content

Commit

Permalink
linux-firmare: Update version from 20210919 to 20220209
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Mar 9, 2022
1 parent 674c6b0 commit abb184c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linux-firmware.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION linux-firmware-20210919-0
# BEE_VERSION linux-firmware-20220209-0

# ***** created by *****
#
Expand All @@ -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.
Expand Down

0 comments on commit abb184c

Please sign in to comment.