Duet 3 hc6 firmware '''issues''
-
Thanks for the help, this firmware stuff is pretty new to me.
-
The problem now is.
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
Has all the data in it dont know if it is the correct once since there is no compatible webcontroll apparently.FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_VERSION: 3.0beta12 ELECTRONICS: Duet 3 MB6HC FIRMWARE_DATE: 2019-11-02b1
Routter can see duet just fine, the problem of geting to webcontroll still remains.
-
can you confirm the filesytem is fat32?
or connect to your duet with usb cable so we can run some commands in a terminal?
(but i do suspect the card is okay, if you're getting an ip address and a response from the duet it should have read your config.g file)
-
Yes i did format the system as fat32
-
and i can run commeands via usb no problem
-
Is this things even connected properly?
-The SD card is in the SD card slot.
-USB is connected.
-Ethernet cable is connected.
-The duet is only powered vai the usb cable, dont have a laptop and am not gonna rist a groundloop.
-Printter is fully asembled, only disconected PSU to avoid a posible surge, PSU is not connected to outlet.-FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_VERSION: 3.0beta12 ELECTRONICS: Duet 3 MB6HC FIRMWARE_DATE: 2019-11-02b1, note i did not find a coresponding version of duetwebcontroll.
version of webcontroll the SD card is 2.04What now?
-
M20 P/www
in the usb termimal should give some insight as to why it cant fine the web interface. -
@bearer said in Duet 3 hc6 firmware '''issues'':
M20 P/www
M20 P/www
Begin file list
NONE
End file list
ok -
well, that explains it; according to the duet the www folder is empty.
Duet Web Control 2.0.4 is the correct version for IRMWARE_VERSION: 3.0beta12 but it seems the files are not placed correctly.
can you put the SD card in your computer and run
tree /f d:\
from a command line if you're using windows (change d:\ to the drive that is your SD card) and compare to what I posted earlier; and make it match if not.if the card has more than one partition, pay attention to using the first one or format the card using the https://www.sdcard.org/downloads/formatter/ tool and copy the files over again.
hopefully that'll help or someone else can assist you as i'm off for a bit.
-
@Torppa You haven't put the DWC files in the www folder, then. Download DuetWebControl-SD.zip from https://github.com/chrishamm/DuetWebControl/releases/tag/2.1.1 , unzip it and copy files into the www folder (if they're not already in one to just copy across).
Setting up the SD card is exactly the same on Duet 3 standalone as on Duet 2. See https://duet3d.dozuki.com/Wiki/SD_Card and https://duet3d.dozuki.com/Wiki/Firmware_Overview#Section_SD_card_structure
Ian
-
M20 P/www
Begin file list
favicon.ico
index.html
css
fonts
js
End file list
okHad to format it, it had 7 partitions for some reason.
-
Now i got to the duet webcontroll page.
-
@Torppa said in Duet 3 hc6 firmware '''issues'':
Had to format it, it had 7 partitions for some reason.
Often Windows 'Quick' format does strange things to SD cards. Using the SD formatting tool is best.
Ian
-
Now the thing randomly looses connection webcontroll and crashes cant change the IP to a statick one since it crashes intantly when i try i.
-
Well this is just Nice...
After crashing
M20 P/www
Begin file list
NONE
End file list
okWindows does not regognize sd card at all.
-
@Torppa How are you trying to change to the IP address? Through the DWC? Ideally, do it via YAT over USB, because you connect to DWC via an IP address! So if you change the IP address, you'll no longer connect.
Realistically, you should connect via YAT, disable networking with M552 S0, then send M552 Pxxx.xxx.xxx.xxx S1, where xxx.xxx.xxx.xxx is the IP address you want to set. Alternatively, write this into the config.g in place of M552 P0.0.0.0 S1 that is there at the moment.
As for the erase of the SD card, make sure it is fully inserted. If you have removed it, then reinserted it, while the Duet is on, it may not mount the SD card unless you send M21.
Though if Windows is not recognising it, it's possible you removed it or powered down the Duet in the middle of a write, or the SD card itself is faulty, or has somehow got zapped, and has got corrupted. Usually the best resolution is to reformat it with the SD formatter utility, and put the files back on.
Ian
-
Tried to do this, how ever routter does not regognize it after i try to fidle with the IP.
This is so frustrating.
-
@Torppa Then it may be down to your router. It's against 'best practice' to set the ip address static within the address range that the router normally provides DHCP addresses. I don't know that any router actively rejects a static address in it's DHCP range, but it might.
A bit more information, like how you're actually trying to do this, or the copy the commands you are trying to use from the YAT, may help diagnose the issue. Get it working with DHCP again, send M552, then set the static IP address to the address that DHCP has given it.
Ian
-
Cant get that far anymore, the sd card is again not regognized.
-
intermittent connections issues could indicate IP conflict.
could you run
route print
in your computer (it will tell us about he network in your computer).then
M540
andM552
on the Duet (in the serial/usb terminal)this should give us something to start working with to find out whats causing the issue.