Page 1 of 1
bxe Driver Upgrade
Posted: 27 Jan 2014 09:47
by Mrxlazuardin
Hi,
Is it possible to upgrade bxe driver on NAS4Free 9.2 for supporting Broadcom BCM578xx? I have read that FreeBSD 10 support that NIC. If yes, how can I do that?
Best regards,
Re: bxe Driver Upgrade
Posted: 27 Jan 2014 10:44
by ChriZathens
If you can find the FreeBSD 10 driver (I guess it should be something like if_bxe.ko) you could drop it in /boot/kernel and add in advanced-->loader.conf the following parameter if_bxe_load="YES"
Then reboot and use kldstat to see if the driver was actually loaded..
Process is similar to the one I did in
this post
Re: bxe Driver Upgrade
Posted: 28 Jan 2014 05:47
by Mrxlazuardin
It seem that bxe driver is integrated on FreeBSD 9.2-RELEASE-p3 since there is bxe related inside /boot/kernel but that release support previous Broadcom 10GbE NIC. Any chance of getting FreeBSD 10 bxe kmod without installing FreeBSD 10 first?
Re: bxe Driver Upgrade
Posted: 28 Jan 2014 11:07
by ChriZathens
That is why I posted the link for my other post..
Give it a try by deleting the one integrated from /boot/kernel and dropping the FreeBSD 10 driver there. Afterwards see if it loads..
Now about getting the driver, sorry don't know.. perhaps someone else does.
Re: bxe Driver Upgrade
Posted: 20 Feb 2014 18:03
by Mrxlazuardin
The old bxe driver (pci/bxe) is loaded by kernel itself, not by kernel module. How can I replace it with new one? My installation is on embedded mode.
Re: bxe Driver Upgrade
Posted: 21 Feb 2014 01:07
by ChriZathens
Perhaps the following post can help:
viewtopic.php?p=32403#p32403