Can't Connect to Duet 3 over wifi after firmware update
-
Went to update my duet 3 (3.1.1) to most recent and now I cant connect to my board from wifi. Used this guide: https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware#Section_Updating_from_RRF_3_x_to_a_newer_version
Please help I can't use the printer at all now. -
Duet3 mini5+ wifi?
How exactly did you perform the firmware update? The guide you linked is pretty old.
If it's a Duet 3 mini, use this:
https://docs.duet3d.com/en/User_manual/RepRapFirmware/Updating_firmware#duet-3-mini-5-wifiethernet
-
@phaedrux No it is not a mini. I uploaded the zip file to the system page, said yes to update firmware and waited an hour but nothing when I try to connect. The due panel also won't connect. The raspberry pi is still connected to my wifi.
-
@corvodewittv2 to recover from this you will need to connect using USB and a terminal program (like YAT). See:
https://docs.duet3d.com/User_manual/RepRapFirmware/Updating_firmware#fallback-procedure-1you mention a Duet 3 and wifi, but say its not a duet 3 mini 5+ wifi - so I guess its a Duet 2 wifi?
-
@t3p3tony i think its a duet 3 in SBC mode as he talks about a pi.
I guess he tried to upgrade using the web interface rather than SSHing into the pi and usingsudo apt update && sudo apt dist-upgrade -y
-
@jay_s_uk ahh yes, probably
-
@t3p3tony it is running in off the pi, and that guide says to take the SD card out but it doesn't have a SD card
-
@corvodewittv2 yeah that guide is for a stand alone Duet. For an SBC setup please do the following:
https://docs.duet3d.com/User_manual/Machine_configuration/SBC_setup#h-6-update-firmware
-
@t3p3tony okay I'll try that when I get home. It's really just 2 lines of code while SSH into the pi?
-
@corvodewittv2 yes that should work, although i forgot to mention that the upgrade is sting is different with the new version (as @jay_s_uk already mentioned):
sudo apt update
sudo apt dist-upgrade -y -
@t3p3tony
I update through the Pi, got all the way to the end, the last line was "done.". I still can not connect to the duet web control. My panel due 7i will also not connect. What should I do now?
Nevermind it just needed a few restarts. Lol Can you link a guide to update the panel due? It now will not connect, if that matters/Okay one more thing. How do I print a file from a sd card a usb stick? Can't figure it out. Or from a computer. Just not over wifi. I have to take the machine to work and connecting to wifi is really not a option.
-
@t3p3tony Like I can't figure out how to use the SD card slot on the PanelDue i7 I have so I can use the printer offline. It seems like a simple thing but it is kicking my butt.
-
To use a Duet3 and PanelDue SD card slot you need to follow this wiring arrangement.
Have you done that?
To use a USB drive on the Pi and access it from the Duet you need to mount the USB key and give read write access to it.
Take a look here: https://forum.duet3d.com/topic/29081/cant-read-usb-drive
-
@phaedrux I am trying to get the SD card to show up and I'm hitting a few issues. I am going to put a lot of info here so hopefully you can figure out what I am doing wrong!
PanelDue 7i V2 Firmware 3.4.1-pre2
Duet 3 MB6HC Firmware 3.4.2
I want to use the ribbon cable in the temp daughterboard connector. Im not sure which way the ribbon connector should be plugged into the board. Should the red line be towards the power screw terminals or away?
I cut conductors 1,9,10 on the ribbon cable per the picture.
When I run M950 D1 C"spi.cs0" or M950 D1 C"spi.cs0+spi.cs2" I get the error "M950: exactly one of FHJPSR must be given" What am I doing wrong here?
I jumped GND to NC on the 7i.
Am I missing anything else?Thanks in advance!
-
This post is deleted! -
@phaedrux why did you delete your reply?
-
@corvodewittv2 said in Can't Connect to Duet 3 over wifi after firmware update:
@phaedrux why did you delete your reply?
Cause I need to think harder.
I'll have to take a deeper look later. -
@phaedrux Hahaha okay thank you for looking into this!
-
@phaedrux Do you think this can be fixed by Wednesday? I was planning to bring my printer to work around then but if I have to do something different then I can plan for that!
-
Can you send M122 in the gcode console tab in DWC and copy and paste the results here?
Can you also send
M98 P"config.g"
and paste the results here as well?Your full config.g would be helpful as well.
Finally, just to confirm, you've now run
sudo apt update
andsudo apt dist-upgrade -y
on the pi itself sucessfully?Can you show some photos of your paneldue wiring?