1
24.1 Legacy Series / Re: Can't disable some offloading with bxe driver / how to update firmware
« on: April 02, 2024, 10:07:58 pm »
I had this exact problem:
Updating the firmware did not fix it.
Here's what did work: In Interfaces > Settings, I set "VLAN Hardware Filtering" to "Leave Default"
Code: [Select]
/usr/local/etc/rc.bootup: The command `/sbin/ifconfig 'bxe0' -vlanhwtag' failed to execute
/usr/local/etc/rc.bootup: The command `/sbin/ifconfig 'bxe0' -vlanhwfilter' failed to execute
/usr/local/etc/rc.bootup: The command `/sbin/ifconfig 'bxe0' -vlanhwcsum' failed to execute
/usr/local/etc/rc.bootup: The command `/sbin/ifconfig 'bxe1' -vlanhwtag' failed to execute
/usr/local/etc/rc.bootup: The command `/sbin/ifconfig 'bxe1' -vlanhwfilter' failed to execute
/usr/local/etc/rc.bootup: The command `/sbin/ifconfig 'bxe1' -vlanhwcsum' failed to execute
bxe0: ERROR: Changing VLAN_HWTAGGING is not supported!
bxe0: ERROR: Changing VLAN_HWFILTER is not supported!
bxe0: ERROR: Changing VLAN_HWCSUM is not supported!
bxe1: ERROR: Changing VLAN_HWTAGGING is not supported!
bxe1: ERROR: Changing VLAN_HWFILTER is not supported!
bxe1: ERROR: Changing VLAN_HWCSUM is not supported!
Updating the firmware did not fix it.
Here's what did work: In Interfaces > Settings, I set "VLAN Hardware Filtering" to "Leave Default"