HELP! Can't log in to both machinesWIFI passwords!?
-
@infiniteloop I have a screen connected to my big printer.
I have no central router, there is no landline here. only adhoc to printers and a hotspot from phone.
The printers do not use the phone as an adhoc router.
Will try and add gcode to sd card and get printing...
-
The printers do not use the phone as an adhoc router.
That's ok, they don't want to connect with the web.
I have no central router, there is no landline here.
So you don't have any router at all? Can I assume that you've set up your laptop as an access point?
I have a screen connected to my big printer.
Can you enter commands into the console from this one?
-
@infiniteloop No router.
Both duet boards in use always connect adhoc to laptop, no key needed (unless i entrede a key early on and no lobger have it. no gcode passwords in use.
I added a gcode password cia sd card direct and laptop would still not connect.
Big printer now running via sd card gcode transfer and orint from touchscreen.
Either there was an old netwrk security key i entered once (and no longer have) or the laptop is now demanding one and quite possibly not working proper as ad hoc/password, or not.
I appreciate duets do not need internet access. They don't have it either!
-
@fusedeep said in HELP! Can't log in to both machinesWIFI passwords!?:
Either there was an old netwrk security key i entered once (and no longer have) or the laptop is now demanding one and quite possibly not working proper as ad hoc/password, or not.
That's what I think, but something to figure out after the show. Glad to hear that you got the printer up and running again. Good luck!
-
@infiniteloop Thanks.
My question is...does each duet board have a network security key, and where do I find it?
I think not honestly...
-
And...putty is not connecting (yat won't install) so cannot simply check things.
Must get point6 machine working too...(as well as fusedeep).
Rich
-
@fusedeep said in HELP! Can't log in to both machinesWIFI passwords!?:
does each duet board have a network security key, and where do I find it?
Short answers: No, and nowhere. After the show, use the link @Stephen6309 posted: that's a good reading to understand networking with the Duet. The "network security key" the laptop asks for is something which originates from the software router (on your laptop), and as you see, its security is perfect: you are locked out
-
My android phone is asking for a password now.
MODS/tech supremos, I really need to know how to get round either phantom network key request/password or a reset of the board and keep my machine set up!
Definitely no password on fusedeep but now always asked for key, not sure about point6 machine but do not have the password anway (and sd card well tucked away currently).
Must get both machines working properly ASAP.
Thanks Rich
-
@fusedeep On the duet, do you have a SSID/password set up for the wifi connection and does that work?
-
DEFINITELY no gcode passwords on either set up.
Just checked.
So, my laptop now seems to be looking for a "network security key" (different to password) and, oddly, my android phone won't connect to either without a password (so won't connect).
i did add a password to FuseDeep but it did not connect properly. Now removed (via SD card direct edit.
Plus putty not connecting and YAT borked ages ago.
Am in real trouble here!
-
@fusedeep said in HELP! Can't log in to both machinesWIFI passwords!?:
And...putty is not connecting (yat won't install) so cannot simply check things.
Sorry, missed this one. Putty (or yat, or DWC, …) won't work because you've lost your local WiFi network - which, until now, was managed by your laptop (as a "software router"). Without this, your WiFi devices cannot communicate.
As I already told you, I see two options:
- get your laptop to connect to the router (no idea how, sometimes you can find the initial password on the back of the router). Or you reset the router and re-configure it from scratch.
- configure the Duet in WiFi access point mode (you got the proper link from @Stephen6309), then, try to connect from your laptop or your phone.
As I've learned, you don't have a physical router, so option #1 now means to re-establish the routing functionality of your laptop…
@fusedeep said in HELP! Can't log in to both machinesWIFI passwords!?:
So, my laptop now seems to be looking for a "network security key" (different to password) and, oddly, my android phone won't connect to either without a password (so won't connect).
If you don't recall the "network security key", how shall I? Forget the passwords on the Duets, it's the (local) network that matters. Currently, you don't have any.
Be happy that you can control one of your printers locally. On the other one ("point6", I guess?), you can try option #2, but be warned: it takes some time to properly set up the Duet as a WiFi access point.
-
Do you by any chance have a standalone WiFi access point?
With that you could setup the Duets as typical WiFi clients.
Frederick
-
So I seem to recall from your past threads that you use the Duet in Access Point mode where the Duet creates the network and your laptop connects to the Duet SSID. This is likely what it's asking for as a password.
Can you share your config files with us here?
If you can't recall what the password was for the the SSID, you can simply create a new one.
Take a deep breath. Panic never helps. I'm confident we can get you back up and running.
Here is the information for getting access point mode working:
https://docs.duet3d.com/User_manual/Reference/Gcodes#m589-configure-access-point-parameters
Do you have an M589 command in your config.g? That's where the password is set.
The M551 password is something else and you don't need or want to set one there right now. So if your config still has that, remove it.
-
@fcwilt Nope, never ever have had.
Always worked fine til my laptop wifi borked.
-
I tried another different laptop and it also wanted network security key for both machines this morning, no idea if this is usual as I don't think I have tried to connect before with another.
I may have had a key (?) or not, either way, need to refresh both duet boards, ascertain key and get them running asap.
Have done the big print I needed but wanted to do a load of info sheet holders today on the point6...
Point6 M2 desktop 3dprinter config file
//
; Configuration file for Duet WiFi (firmware version 3.3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Apr 20 2022 11:07:59 GMT+0100 (British Summer Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"DUET 0.6mm HB / Son.im" ; set printer name; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S0 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X88.89 Y88.89 Z400.00 E420.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X200 Y250 Z185 S0 ; set axis maxima; Endstops
M574 X1 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
M574 Z1 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop; Z-Probe
M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:200 Y15:195 S20 ; define mesh grid; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 R0.227 K0.317:0.000 D10.46 E1.35 S1.00 B0
; enable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned on
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T40 ; set fan 1 value. Thermostatic control is turned off; Tools
M563 P0 D0 H1 F0 ; define tool 0 // M563 P0 D0 H1 F0 added T0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
M552 S2
T0 -
Config file for 2m tall 3dprinter.
Basically need to sort new key and get it running
//
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.4 on Mon Dec 30 2019 12:38:09 GMT+0000 (Greenwich Mean Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"FuseDeep" ; set printer name; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S0 ; physical drive 0 goes backwards
M569 P1 S0 ; physical drive 1 goes backwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes forwards
M569 P4 S1 ; physical drive 4 goes forwards
M584 X0 Y1:4 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X53.33 Y53.33 Z4266.67 E406.47 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E5000.00 ; set maximum speeds (mm/min) RG was 2700
M201 X500.00 Y500.00 Z2.00 E500.00 ; set accelerations (mm/s^2) RG was 250
M906 X1350 Y1600 Z1600 E1350 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X620 Y550 Z1440 S0 ; set axis maxima; Endstops
M574 X1 Y1 Z1 S1 ; set active high endstops; Z-Probe
M558 P0 H5 F120 T3000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M140 H-1 ; disable heated bed
M305 P1 T100000 B4725 C7.060000e-8 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M106 P0 S0 I0 F500 H1 T45 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 S"TITAN Extruder" D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings
M552 S2; Miscellaneous
M501 ; load saved parameters from non-volatile memory -
The Configuration for the Wifi is not stored in config.g but in the wifi chip.
You will need to do the following:
a) connect to the printer via serial console
b) Set a new password for the access point mode using M589
c) save the new password somewhere safe for reference
d) enable the access point mode using M552 S2
e) use the password set using M589 when your computer prompts you for a network security keyLet us know how this works out.
-
@fusedeep you are running M552 S2 on both machines at the end of config.g. This puts both machines in ‘accesss point’ mode, so the laptop connects directly to the WiFi of each machine. At some point you will have set this up with M589. In that command you specify the SSID (the name of the network) and a password. It is this password that your laptop appears to have forgotten. If you didn’t write the password down, you need to connect via USB, and send M589 with SSID and password to set up the Duet access point. You can also do this by writing the commands into a macro called runonce.g, which will run and then delete itself at startup (so make a copy in case it doesn’t work). See https://docs.duet3d.com/en/User_manual/Machine_configuration/Networking#configuring-duet-in-wifi-access-point-mode
The commands in a macro would be:
M552 S0 ; sets WiFi to idle G4 S5 ; wait 5 seconds for WiFi to turn off M589 S"DuetSSID" P"password" I192.168.0.1 G4 S5 ; wait again M552 S2 ; enable access point
Ian
-
Hi, thanks for the information.
Can i do this directly in the sd card edit?
Yat is borked and putty playing up (I am not an IT expert either, consoles freak me out when they don't work).
Rich
-
I have 2 duet running. Should the ssid label for each be different, Yes, only use ad hoc.
Rich