Reinstall firmware on duet3, now no flashing led
-
@Danal did that, still nothing. I will open the config file to see what it says. Is there a certain command I should be looking for?
-
This section:
; Network
M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet -
If you still have your USB terminal, you can enter M552 with no other arguments and it will show you network status.
-
@Danal Ok I didnt even have a section in the config file for network. Ill let you know
-
You should be able to directly copy/paste the above.
And... M552 (no args) on the USB terminal will show you your IP address
-
@chichirod said in Reinstall firmware on duet3, now no flashing led:
should I not be able to see the duet3 on DWC now.
in adittion to setting up the network as Danal helped you with you'd ofc need the DWC files on the SD card
-
@Danal We are getting there. First thank you guys for all your help. It gave me my ip address, however when I key it into by internet it says "Your Duet rejected the HTTP request: page not found
Check that the SD card is mounted and has the correct files in its /www folder -
@chichirod said in Reinstall firmware on duet3, now no flashing led:
Check that the SD card is mounted and has the correct files in its /www folder
-
@bearer I was just reading another forum about the DWC. I will put it on the card as well and try
-
@bearer No unfortunately still the same thing
-
you downloaded the DuetWebControl-SD.zip file and extracted it into www on the sd card?
-
@bearer no i just extracted it and put it on the card, I never created a www folder
-
@bearer Sorry to keep bugging but I have tried every way to get this DWC installed. I tried to create a www folder and install it in there, no luck. I tried to install it just in the sys file no luck. I tried putting just the contents of the DWC in the www folder no luck and a few other scenario's. im obviously missing something just not sure what.
-
DWC files should be in www in the sd card, as the error message you posted indicated.
maybe you can post the layout of your card
-
@bearer so when you open the card it shows the config file, then click on that and it takes you to the sys file and then
-
@bearer I found how its supposed to look so i have removed the other www file and created one in the sys folder and then extracted the dwc into that. I still can not get it to come up on my computer. I can log into the card with YAT and it does show up on my router.
-
d:\sys\bed.g d:\sys\cancel.g d:\sys\config.g d:\sys\DuetWiFiServer.bin d:\sys\homedelta.g d:\sys\iap4e.bin d:\sys\pause.g d:\sys\resume.g d:\sys\sleep.g d:\sys\stop.g d:\sys\tfree0.g d:\sys\tpost0.g d:\sys\tpre0.g d:\www\favicon.ico.gz d:\www\html404.htm d:\www\language.xml.gz d:\www\reprap.htm.gz d:\www\css\bootstrap.theme.css.gz d:\www\css\dwc.css.gz d:\www\css\Lumen.theme.css.gz d:\www\css\Sandstone.theme.css.gz d:\www\css\Slate.theme.css.gz d:\www\css\Superhero.theme.css.gz d:\www\css\United.theme.css.gz d:\www\fonts\glyphicons.eot.gz d:\www\fonts\glyphicons.svg.gz d:\www\fonts\glyphicons.ttf.gz d:\www\fonts\glyphicons.woff.gz d:\www\fonts\glyphicons.woff2.gz d:\www\js\dwc.js.gz
-
@bearer mine looks nothing like that. And i checked my duet2wifi one my printer its not like that either. I even tried copying the file from that to this one
-
@bearer ok in taking a closer look I do have all or most of those files anyways
-
What do you see in a browser when you attempt to open that IP address?
What does M552 on the YAT return?