Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5048

General discussion • Re: Issue With SSH Over USB On CM5

$
0
0
  1. Your config.txt is wrong.

    Code:

    dtoverlay=dwc2,dr_mode=host
    needs to be

    Code:

    dtoverlay=dwc2,dr_mode=peripheral
    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.
    For the same reason, the USB host will not detect an ethernet adapter.
  2. 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.
[shameless self promotion]
See viewtopic.php?t=364247 and viewtopic.php?t=306121
[/shameless self promotion]

Statistics: Posted by thagrol — Tue Jan 14, 2025 12:17 am



Viewing all articles
Browse latest Browse all 5048

Trending Articles