Webserver won't start
-
Right, I'm guessing you haven't put a static IP address on your computer and the DHCP requests are from the local machine.
The only thing the log actually tells me is that there isn't a single frame that isn't from your computer, i.e no traffic from the Duet. Two possible explanations, either it didn't get a DHCP response before window was ready and stopped trying, or it never started trying. This is why the switch is needed so windows and wireshark is up to speed before the Duet establishes a link status.
-
I got the Duet Ethernet back in January 2019 for a different project (I did optimize a Deltatower RTA420, because the owner wasn't happy with it's performance, which he now is), but went for the Duet Wifi instead, so the ethernet was sitting under my workbench for over a year now...so no warranty anymore...Well then i probably blow this one up with a bunch of fireworks and get a Duet Wifi instead.
Thanks everyone for your time and help!!!PS: I currently run three Duet 2 Wifi boards...but wanted to use the Ethernet and get a Maestro as well, to have the full set ^^
PPS: Will also get Duet 3 as soon as I start building a CNC machine...
-
@Haffwalker You can get just the Ethernet module, if you want. https://www.duet3d.com/DuetEthernet_Module
Ian
-
@droftarts I bought it from makerdise
-
Just found an old switch...will try tomorrow! Not sure about how to set everything including tftpd up, but will find out eventually.
-
its been a while but from memory
- connect computer to switch
- set a static ip for your wired network https://www.google.com/search?q=window+static+ip
- ip 10.10.10.1
- netmask 255.255.255.0
- configure tfpd64 by clicking the setup button (bottom center of the window)
- open the global tab and make sure dhcp is ticked
- open the dhcp tab and fill in
- ip pool start address 10.10.10.10
- size of pool 10
- mask 255.255.255.0
- bind dhcp to this address 10.10.10.1
- close settings and restart tftpd64.
- start wireshark and begin capture
- plug in network cable for the duet
- power up the duet.
- enable the network on the duet with either config file on sd card or by sending M552 S1
- pray
you can use whatever private address you like, using 10 is faster to type imho, but techincally its a little dirty to use that netmask with that class of network but hopefully we don't have to go off topic on that any more than i just did...
-
I did all of the steps provided, now the green led is blinking less frequently, but still doesn't work.
-
and presumably no packets shown if you enter bootp as a display filter, some arp traffic likely, but doubt its relevant
-
neither bootp nor dhcp show up anything.
-
bootp catches both (seems dhcp was added since last time i updated wireshark).
anyways, the horse is sufficiently beaten and still dead.
-
@bearer @droftarts thanks for all of your time and help! I highly appreciate it!
I just ordered an ethernet module...will keep you updated, as soon as it arrives! -
and now wait...
Can I hit this thing somewhere with 3,3 or 5v and measure any output? Maybe only one of the smd components blew...or maybe try to talk to the w5500 directly?
-
Hi guys,
so I just recieved the new module and what can I say...it works flawlessly now, so the old module was definately broken.
Thanks to all, for your time and help!!!
How can I close the thread?
-
@Haffwalker said in Webserver won't start:
How can I close the thread?
awesome!
no need to close, but you can mark it as solved.
https://forum.duet3d.com/topic/7773/forum-feature-mark-as-question-solved?_=1586512391010