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
As you can see, it has the correct PHY and finds the MAC, says Ethernet is connected to netif, then on the last line it reports Ethernet is connected so it can obviously communicate with the PHY. But nothing happens after this. Apparently no DHCP request is done to try to get connected to the network, the device doesn't show up in mDash either.
Now when I try the exact same thing with WiFi, after setting the credentials the system gets an IP address over DHCP, it connects to mDash, it's all taken care of automatically. Why the difference in behavior? Shouldn't Ethernet work the same?
If you compare the WiFi and Ethernet docs, there are a ton of network related things that can be configured in WiFi but not in Ethernet. I also can't seem to find any docs on how to try and get connected to the network manually with Ethernet (like how do you enable the DHCP client manually since it doesn't seem to work automatically). How is a person supposed to actually use the Ethernet?
When I configure Ethernet for my ESP32 board (a new wESP32 revision) and flash the generated image, I get this output:
As you can see, it has the correct PHY and finds the MAC, says Ethernet is connected to netif, then on the last line it reports Ethernet is connected so it can obviously communicate with the PHY. But nothing happens after this. Apparently no DHCP request is done to try to get connected to the network, the device doesn't show up in mDash either.
Now when I try the exact same thing with WiFi, after setting the credentials the system gets an IP address over DHCP, it connects to mDash, it's all taken care of automatically. Why the difference in behavior? Shouldn't Ethernet work the same?
If you compare the WiFi and Ethernet docs, there are a ton of network related things that can be configured in WiFi but not in Ethernet. I also can't seem to find any docs on how to try and get connected to the network manually with Ethernet (like how do you enable the DHCP client manually since it doesn't seem to work automatically). How is a person supposed to actually use the Ethernet?
My config contains the following:
The text was updated successfully, but these errors were encountered: