- Your config.txt is wrong. needs to be
Code:
dtoverlay=dwc2,dr_mode=host
As it is, even though the g_ether module will load it will be unable to reach the USB host (or even know that there is one) because the driver and controller are locked to host only mode.Code:
dtoverlay=dwc2,dr_mode=peripheral
For the same reason, the USB host will not detect an ethernet adapter. - Once you've fixed that and rebooted you'll need to do some additional configuration to the OS. Network Manager does not fallback to link local addressing when no DHCP server is found.
See viewtopic.php?t=364247 and viewtopic.php?t=306121
[/shameless self promotion]
Statistics: Posted by thagrol — Tue Jan 14, 2025 12:17 am