Something is deffinetly wrong with this, is this the entire log? The upgrade isn't even starting in that log.
You have constant logs indicating:
Which to my understanding (someone correct me if I'm wrong) these repeated mismatch errors indicate the driver is hitting low-level issues when tearing down (or reinitializing) the wireless interface.
Seems like something in the broadcom driver is overwriting the interface:
https://github.com/RMerl/asuswrt-me...s/net/wireless/brcm80211/brcmfmac/core.c#L784
This would likely indicate why your SSIDs are changing after the attempt.
You also have a log indicating a timeout action in the shutdown process:
According to this:
https://android.googlesource.com/ke...aa5/drivers/net/wireless/bcmdhd/wl_cfg80211.c
The broadcom driver would timeout after about 1.5 seconds and give the error your seeing. Considering the last interface it was trying to tear down was wl3.1 I would say a safe bet is the 2.4GHz is your issue.
Something is wrong with your wireless interface, run this command:
to report the status of the interface.
You can always try to manually take the interface offline before doing the upgrade via LAN:
Wouldn't be a solve to the issue as much as work around if it works.
What tool did you use to recover? The official ASUS recovery tool? Or
tftpd64? TFTP has worked for me in the past when the ASUS tool has failed. (More info here:
https://www.snbforums.com/threads/i...ition-mounting-in-read-only.89499/post-914083)
You can always check the health using
@JGrana 's script to do a
NAND check: https://www.snbforums.com/threads/a...available-for-select-models.81644/post-801367 but I would be seriously surprised if you have such bad luck to have bad blocks after only a few months of use.