Dreame L10 Pro lost network and serial console #1780
-
Hello Yesterday, my Dreame L10 Pro suddenly lost it's network connection. No changes have been applied to the robot since at least some weeks. I can switch it on and off, the startup and shutdown sounds are played and it cleans the floor via button press, but it does not connect itself to the WLAN anymore. I also tried to connect to it via serial console, but without any success (I always get a blank screen, even after swapping RX and TX and using another, completely different UART adapter). The installation one year ago worked flawlessly. My idea would be to reset and re-configure the WI-FI by pressing "Spot Cleaning" and "Home" buttons. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Nah. Can't be. That's just a cabling issue or something like that. The UART doesn't go away in any situation.
That probably won't work as there likely is no Valetudo on What you've experienced unfortunately happens from time to time. If you run a recent dustbuilder firmware build, you should also have fixes for some of the causes for that. However, we can't fix all of them. You can verify that that was the cause by running let fd = fs.openSync("/dev/by-name/UDISK", "r");
let buf = Buffer.alloc(1024)
fs.readSync(fd, buf, {position: 1024, length: 1024});
fs.closeSync(fd);
console.log({mntCount: buf.readUInt16LE(52), totalMiBWritten: Number(buf.readBigInt64LE(376) / BigInt(1024))}) If mount count and totalMiBWritten are fairly low numbers, it's a freshly created ext4 fs. Note that you will have to reinstall Valetudo first. To recover from this, just follow the second half of the rooting instructions again. I'd recommend flashing a new dustbuilder firmware package with the prepackage Valetudo option selected. As mentioned, you should still have SSH access and thus won't need the UART. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your quick reply and support. Unfortunately, I do not have ssh access as the robot does not connect to the WLAN router. There are no leases visible on the router for the robot and I also do not see the WLAN light of the robot flashing when powering up. Today I tried again to access the robot via serial console, but without success. Anything else I can do to improve the situation? Thank you and kind regards |
Beta Was this translation helpful? Give feedback.
-
Et voilà:
/ \ | || |__ ___ _ __ __ _ | | ()_ __ _ ___ __ Athena Linux (p2029_release)build with dustbuilder (https://builder.dontvacuum.me) It worked, will do the rest during the weekend! Kind regards |
Beta Was this translation helpful? Give feedback.
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
Thank you, very much appreciated. I will try that and report back.
Kind regards