Update to Kernel 5.15.0-136-generic Ubuntu 22.04.5 LTS breaks NIC

Our Security scanner shows that there is a vulnerability in the current Kernel 5.15.0-134-generic. So I did an upgrade and it broke network connectivity, badly. To the point where after boot the server doesn’t even see the network interface anymore. This is a Dell Poweredge r710 (I know its very old). I am just trying to keep it alive. IP addr doesn’t list the ethernet NIC at all, but does show other networking devices.

The only thing I can think is that the new Kernel is only a week old and perhaps hasn’t been updated with the same drivers yet? If I roll back the kernel I instantly get the NIC back and have connectivity again. I tried plugging in a USB dongle Network adapter and it doesn’t see it either, so the missing hardware support isn’t restricted to the NIC interface. We have a 10Gig fiber card installed as well, that still works with both kernels. I’ve never had this happen before. Do you folks have any ideas or possible solutions?

Hi Talenus! :wave:

I’m not sure I can help with this but for those who might, please open a terminal and post the results of the following command…

lspci -nnk

Regards…

Just in case anyone else here runs into this, I figured it out.
The BNX2 drivers were missing from the firmware update and when I upgraded to Ubuntu 24.04. I had to manually download the bnx2 firmware and and matching kernel modules and then run “sudo update-initramfs -u” and then reboot. Fixed the issue, my broadcom copper NICs came right up.

sorry I didn’t get back to you! I got busy and then I figured it out :slight_smile: Thanks for taking the time to reply.

2 Likes

Hi Talenus! :wave:

No problem and you’re welcome, I’m glad you got it working! :slightly_smiling_face:

Regards…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.