Hi, I am having the same problem, I ordered the connector from ROBOSEED, installed it along with the voltage regulator.
When testing, the board does not connect to the network.
The config file was amended for the network connection, and both manual IP and DHCP were tested without success.
The connection is never established. Slow flashing LEDs at the network connector.
I checked my soldering of the connector, checked the configuration for network settings without success.
#network settings
network.enable true # enable the ethernet network services
network.webserver.enable true # enable the webserver
network.telnet.enable true # enable the telnet server
network.ip_address true # use dhcp to get ip address
#uncomment the 3 below to manually setup ip address
#network.ip_address 192.168.0.20 # the IP address
#network.ip_mask 255.255.255.0 # the ip mask
#network.ip_gateway 192.168.0.1 # the gateway address
#network.mac_override xx.xx.xx.xx.xx.xx # override the mac address, only do this if you have a conflict
Am I missing something.