Decided to reinstall the system instead.
Thank you for your help!
BCM5709 drivers
Re: BCM5709 drivers
Just as an FYI to anyone else searching this issue, but I have HP BL460c G6's and G7's in c7000's with 14e4:1650 (NetXtreme II BCM57711E 10-Gigabit PCIe) devices.
While installing and after setting up Centos 8 I wasn't getting any network. Toracat over at elrepo pointed out the driver is still active so the simple fix was:
After a restart I was going!
Actually I still needed to set up the cfg's in /etc/sysconfig/network-scripts/blahblah as having no network during install, these were not set up.
Thanks to the peeps on this thread for leading me down the right path
Note: Toracat already mentioned bnx2 in this thread, so just to be aware there is more than 1.
Thanks again Toracat
While installing and after setting up Centos 8 I wasn't getting any network. Toracat over at elrepo pointed out the driver is still active so the simple fix was:
Code: Select all
modprobe bnx2x
Actually I still needed to set up the cfg's in /etc/sysconfig/network-scripts/blahblah as having no network during install, these were not set up.
Thanks to the peeps on this thread for leading me down the right path

Note: Toracat already mentioned bnx2 in this thread, so just to be aware there is more than 1.
Thanks again Toracat

-
- Posts: 7
- Joined: 2015/03/05 13:34:57
Re: BCM5709 drivers
dnf reinstall kernel-module
dnf reinstall kernel-core
The second line causes rebuild of initrams so needed modules go inside.
dnf reinstall kernel-core
The second line causes rebuild of initrams so needed modules go inside.