You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experimenting with interface bonding with OrangePi zero 2, to bridge WLAN and LAN. The current driver does not provide the bonding driver, and compiling the driver from source (Kernel 6.6.2 from kernel.org) causes the system to hang when the driver is actually used (configured by networkctl).I attempted to build minimyth2, but it takes too long and errored halfway through.
Because of these issues, I could not verify whether the driver works with my hardware. I hope you could enable it in Kconfig as a module, so we can load it. Maybe you've disabled it because it didn't work, in that case I'd like to know too.
The text was updated successfully, but these errors were encountered:
As an extension of this, is there a way to compile only the kernel? I would like to make some customization to it but currently it would involve compiling GCC and everything.
takase1121
changed the title
Interface bonding via bonding driver
Compile kernel only + bonding driver
Nov 27, 2023
I am experimenting with interface bonding with OrangePi zero 2, to bridge WLAN and LAN. The current driver does not provide the
bonding
driver, and compiling the driver from source (Kernel 6.6.2 from kernel.org) causes the system to hang when the driver is actually used (configured by networkctl).I attempted to build minimyth2, but it takes too long and errored halfway through.Because of these issues, I could not verify whether the driver works with my hardware. I hope you could enable it in Kconfig as a module, so we can load it. Maybe you've disabled it because it didn't work, in that case I'd like to know too.
The text was updated successfully, but these errors were encountered: