@Phaedrux This was very helpful, thank you! I can connect to the board using USB again. I am having significant issues with getting connected to the web interface though as I can't get any signal through the ethernet port. Here is a summary of my troubleshooting:
The board is powered with 24V and responds to commands sent via USB using YAT. Despite configuring the network settings and connecting the board to both a router and directly to a PC, the Ethernet connection remains unresponsive. Notably, the Ethernet port's LED on the Duet board displays a solid yellow light.
Troubleshooting Steps Undertaken:
Checked Duet Network Configuration:
Executed the M552 command and confirmed that Ethernet is enabled with IP 192.168.2.1.
Set the PC’s IPv4 address to 192.168.2.10, ensuring both devices are on the same subnet.
Verified that the M553 command shows the netmask as 255.255.255.0.
Checked Ethernet Connection on PC:
Verified that the Ethernet port on the PC functions correctly by successfully connecting it to a router.
Attempted to detect the Duet board on another computer but observed no network activity.
Tested Direct and Router Connections:
Connected both the Duet and the PC directly via Ethernet—no connection detected.
Connected both the Duet and PC to a router—while the PC's Ethernet port LED lit up on the router, there was no LED activity corresponding to the Duet’s connection.
Verified Network Adapter on PC:
Checked the PC’s network adapter settings and confirmed that the Duet’s Ethernet connection does not appear as a connected device.
Ruled out potential software interferences such as firewalls or VPNs.
Any idea what I should do here? I have now spent many hours attempting to debug this ethernet connection bug.