Cannot connect to DWC (wifi) but printer says wifi connecting
-
I have had this up and running a couple of weeks now. At some point I rebooted and ever since I cannot connect to the DWC. When I startup the printer the screen says it connects to wifi but I can't get to DWC.
I have manually reinstalled RRF and DWC using instructions here https://forum.duet3d.com/topic/9134/can-t-connect-to-dwc ; issuing M997 S0 and M997 S1 through direct connect to computer. No luck.Anybody see any issues? What should I try?
M122 below:
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.2.2 running on Duet WiFi 1.02 or later
Board ID: 0JD0M-9P6B2-NJ4S4-6J1DA-3SD6M-KV1QL
Used output buffers: 1 of 24 (12 max)
=== RTOS ===
Static ram: 23460
Dynamic ram: 73672 of which 24 recycled
Never used RAM 14924, free system stack 182 words
Tasks: NETWORK(ready,177) HEAT(blocked,308) MAIN(running,400) IDLE(ready,20)
Owned mutexes: WiFi(NETWORK) USB(MAIN)
=== Platform ===
Last reset 00:02:46 ago, cause: software
Last software reset at 2021-02-28 05:31, reason: User, GCodes spinning, available RAM 14924, slot 1
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x08
Aux0 errors 0,0,0
MCU temperature: min 29.7, current 30.3, max 30.5
Supply voltage: min 1.6, current 1.7, max 1.8, under voltage events: 0, over voltage events: 0, power good: no
Driver 0: position 0, ok, SG min/max not available
Driver 1: position 0, ok, SG min/max not available
Driver 2: position -1152, ok, SG min/max not available
Driver 3: position 0, ok, SG min/max not available
Driver 4: position 0, ok, SG min/max not available
Driver 5: position 0
Driver 6: position 0
Driver 7: position 0
Driver 8: position 0
Driver 9: position 0
Driver 10: position 0
Driver 11: position 0
Date/time: 1970-01-01 00:00:00
Cache data hit count 278246041
Slowest loop: 6.79ms; fastest: 0.14ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest read time 3.4ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 1, completed moves 1, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
=== GCodes ===
Segments left: 0
Movement lock held by null
HTTP is idle in state(s) 0
Telnet is idle in state(s) 0
File is idle in state(s) 0
USB is ready with "M122" in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
Daemon is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 79.82ms; fastest: 0.00ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
HTTP sessions: 0 of 8- WiFi -
Network state is active
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.25
WiFi MAC address e0:98:06:23:00:4b
WiFi Vcc 3.40, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 22704
WiFi IP address 192.168.0.100
WiFi signal strength -32dBm, mode 802.11n, reconnections 0, sleep mode modem
Clock register 00002002
Socket states: 0 0 0 0 0 0 0 0
=== Filament sensors ===
Extruder 0 sensor: ok
ok
- WiFi -
-
@EricE555 said in Cannot connect to DWC (wifi) but printer says wifi connecting:
WiFi IP address 192.168.0.100
I thinks it has this IP address. What URL are you trying to connect to in your browser? http://192.1168.0.100 should work, provided your computer is on the same subnet as the Duet. Can you ping that address?
On your computer open a command prompt window and send
ping 192.168.0.100
and post the response Then sendipconfig
and post the response. -
thank you for the reply.
I cannot ping the address. I don't know networking, my brother does though. I might have to get his help.
My wifi was not strong enough to reach here reliably so I added a tp-link RE450 in my room with an eithernet plugged in. then I configured it as an access point for the printer. It is up and running fine (as we know because the computer connects to it). It is putting out a wifi with the name 3dprinter. I guess I should try to access that with my computer or phone. I'll post back after I test that. -
It sounds like the Duet is on a different subnet than your computer. The RE450 is probably creating a new network and not bridging between the existing network and it's own wifi network. There might be some settings you can change to allow that.
Running the Duet in access point mode might be an option, but isn't as convenient.
-
Mystery Solved!
My switch had gotten bumped and lost power. So my computer happily connected to my wifi and continued to work but had no access to the Access Point that my printer was on because that AP was Ethernet. So now that my computer is back on eithernet and wifi is off, all is well. Whew!