Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.1 Legacy Series
»
Problems with IXGBE driver
« previous
next »
Print
Pages: [
1
]
Author
Topic: Problems with IXGBE driver (Read 8608 times)
mrancier
Newbie
Posts: 34
Karma: 4
Problems with IXGBE driver
«
on:
November 13, 2021, 05:19:16 pm »
Fresh install of OPNsense. Upgraded to latest stable 21.7.5_2. Changed to dev branch after completion and reboot. Upgraded to 22.1b . Whenever the network adapter is connected, boot does not complete. Network flaps constantly. Unplug network cables, firewall completes boot, get beep and all that. Connect network cables and links start flapping. Reverted back to production. Any clues ? Saw an issue on the GitHub that seems related from a few days ago, but it was closed and marked upstream.
Logged
MartB
Newbie
Posts: 48
Karma: 6
Re: Problems with IXGBE driver
«
Reply #1 on:
November 13, 2021, 05:51:57 pm »
Try locally upgrading to
https://forum.opnsense.org/index.php?topic=25541.msg122782#msg122782
.
Transfer the files starting with kernel-22.1.b1_57 from here:
https://pkg.opnsense.org/FreeBSD:13:amd64/snapshots/sets/
to an usb stick, mount it on the machine and then run:
Code:
[Select]
opnsense-update -zkr 22.1.b1_57 -l /mnt/<your usb stick mount point>/
Might be unrelated to the driver after all, worth a try.
Alternatively you can disable shared forwarding in the advanced firewall settings (this is fixed with the aforementioned kernel update)
If this still happens after this, grab the contents of /var/crash and upload them here.
Logged
mrancier
Newbie
Posts: 34
Karma: 4
Re: Problems with IXGBE driver
«
Reply #2 on:
November 13, 2021, 07:46:11 pm »
I am not currently shaping, so no need for ipfw. Would it work to disable shared forwarding prior to the upgrade to dev, complete the upgrade, and then apply the new kernel ?
Logged
MartB
Newbie
Posts: 48
Karma: 6
Re: Problems with IXGBE driver
«
Reply #3 on:
November 13, 2021, 08:59:21 pm »
Yup, it should!
I did the following:
1) Disable shared forwarding
2) Switch to dev.
3) Upgrade the kernel locally with no ethernet cables attached just to make sure (should not be needed)
4) Re-Enable shared forwarding after the new kernel is installed and active (reboot)
5) Success
Logged
mrancier
Newbie
Posts: 34
Karma: 4
Re: Problems with IXGBE driver
«
Reply #4 on:
November 14, 2021, 12:28:28 am »
Thanks for helping me out with this, bud!
Logged
franco
Administrator
Hero Member
Posts: 17660
Karma: 1611
Re: Problems with IXGBE driver
«
Reply #5 on:
November 14, 2021, 09:14:30 am »
There's nothing specific for ixgbe in 22.1.b1 so it might be a FreeBSD-bound behaviour. Let us know if the newer test kernel is better or not.
Thanks,
Franco
Logged
mrancier
Newbie
Posts: 34
Karma: 4
Re: Problems with IXGBE driver
«
Reply #6 on:
November 14, 2021, 02:34:22 pm »
Snapshot kernel does mitigate the issue, plus some strange slowness on GUI post upgrade.
Logged
franco
Administrator
Hero Member
Posts: 17660
Karma: 1611
Re: Problems with IXGBE driver
«
Reply #7 on:
November 15, 2021, 11:27:38 am »
Not sure what it had to do with ixgbe in particular, but I'm happy if it works.
The patch from the snapshot kernel was added to the stock BETA1 kernel so that for everyone else upgrading this won't happen anymore.
Cheer,
Franco
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.1 Legacy Series
»
Problems with IXGBE driver