Replies: 2 comments 2 replies
-
No, there can be only one network subsystem, and you have to specify, if you
want to use Ethernet or WLAN, when it is created. Probing network interfaces
is unfortunately not supported so far.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
In my project the user can decide during kernel runtime if she/he wants WLAN or ethernet to be activated on a Pi 3B+/4B. So during boot, USB stack is not necessarily initialized (for faster boot) but later on when network is needed. But there is no recovery if the user chooses the wrong thing - a reboot is necessary. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to initialize both Net and WLan subsystems, so that Net can be tested first for the link being up?
If Net is up, proceed with using the interface.
Otherwise, if network cable is not plugged in proceed to WLan to connect.
Both assumed to use DHCP. Is it possible with the current state of drivers (45.3.1)?
Beta Was this translation helpful? Give feedback.
All reactions