Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information