Unable to Connect Duet Ethernet via Web Interface
-
Duet Ethernet v1.02, Firmware 1.19, initial setup out of the box, powered via usb. Web browser is Firefox 60.0.1 (32-bit)
When attempting to check access to Duet Web interface get server not found / problem loading page error for duettest.local / IP address respectively.
Able to connect via YAT. Initial power up was made without ethernet connection. When ethernet cable is connected yellow led on Duet ethernet board is on solid (red diagnostic led on main board is off), green ethernet led flashes intermittently.
Have tried connecting through Netgear GS308 ethernet switch and directly from PC (Liva X Mini PC Win10). PC successfully connects to network via ethernet port.
Below is terminal session showing IP address and network running status. When i first connected via usb without the ethernet port connected i did not see the errors associated with running config.g This is my first crack at the Duet so any ideas about how to proceed with troubleshooting will be much appreciated.
Thank you,
BruceRepRapFirmware for Duet Ethernet Version 1.19 dated 2017-08-14
Executing config.g...Error: G-Code buffer '$s' length overflow
Error: G-Code buffer '$s' length overflow
Error: G-Code buffer '$s' length overflow
M570 S parameter is no longer required or supported
Warning: Heater 0 appears to be over-powered. If left on
M552
Network is enabled, configured IP address: 192.168.1.14, actual IP address: 192.168.1.14
ok
M552 S1
ok
M552 S0
Network stopped
ok
M552 S1
ok
Network running, IP address = 192.168.1.14 -
-
The duettest.local address doesn't work on the Duet Ethernet. You need to enter the IP address into the browser instead.
-
You are using the config.g file that was on your Duet when we tested it. This sets a static IP address 192.168.1.14. That address may not work with your router. Please change that address in your M552 command in config.g to 0.0.0.0, also remove the M540 command. Then boot up the Duet, send M552 to find what IP address your router has allocated the Duet, and enter that address into your browser.
-
-
Thank you, that was the required step. My apologies, i know i came across it whilst perusing the documentation earlier.