-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e8450 acting strange after serial recovery. Missing 5ghz radio and new ssh key every reboot. #198
Comments
Im experiencing the same issue 5ghz radio doesnt work after serial recovery it seems like it has something to do with the pci. Also another thing ive noticed is i cant install the 1.1.3 uni installer when it reboots i get stuck at the deferred probe in the logs that i saw on ssh but after a reboot it bricks the device again. Hopefully theres a fix for it. I can provide logs if needed although idk wht it means at all. |
Hopefully, you did a back up of the stock RT3200 or e8450 firmware bootchain (mtd0 - mtd3). You can then use these files to flash your bricked router to back to stock firmware. The procedure for this is on the main page of dangowrt's github. At which point, you should be able to flash to Openwrt using Release v1.0.2 ubi installer dangowrt made. If you have a back up of the bootchain files to the stock e8450/rt3200 firmware (before upgrading to openwrt), I would greatly appreciate if you could share them. I am also in need of them. |
I am able to get it working on 1.0.2 as thts wht i used for the inital serial recovery its just the 5ghz mainly thats the concern for me. and unfortunately no i never made the backup of stock firmware. |
I'm in the same boat. From this post #137 , I believe our ubi or flash layout is corrupted and we need to flash a properly working mtdx files on to them again. The easiest way to fix this from all I've read is to restore the router back to it's stock firmware state and then flash up to the appropriate openwrt ubi layout. Option 2: If you have a second working router, you could back up those bootchain files and flash to your bricked router. However, you will have to edit the mtd2 file to reflect the original mac address of the bricked router. Unfortunately, I did not save those bootchain files nor do I have access to a second working router... |
Hopefully someone sees this and could point us to that stock bootchain backup. I was too excited to get on openwrt for the first time a backup was the least of my concerns. Oh well |
This issue sounds like you have wiped the
Now, on a device which experienced OKD (which is a bug in ARM TrustedFirmware-A bl2 which has been fixed a few months ago) you need to be careful to not wipe All versions of the installer do backups of the bootchain and move that into a UBI volume called
Depending on which version of the installer was used, what you are going to see there are either 4 files (mtd0, mtd1, mtd2, mtd3) for installer v1.0.x or 2 files (mtd0, mtd1) for installer v1.1.x. |
Hi thanks for you reply. I personally after the first serial recovery (at which point i was on 23.05.3) have ran multiple different versions of the installer obviously anything 1.1.x never worked and would brick the device and i would load up everything that u can from the uboot whether its bl2 bl31 recovery and production( clearly i have no idea what i’m doing and was just trying different things to get tht 5ghz working). And so just to understand at this point will the examining backup partition bit be of any use still? Or a donor device is the only way? |
When I installed openwrt on both routers I think I used v1.1.3 or whatever the latest one was available at the time (which are now removed from your github). That being said, I went ahead and checked my router A which appears to be working and it does have mtd0, mtd1, mtd2, and mtd3. Although, I am unsure if Router A is stable or not, I will try to flash those files to the bricked router as I don't have many options since I did not backup bootchain files before flashing openwrt. I will update if it works or not. |
It depends on what you find in those backups. If you have all 4 files in |
If you have all 4 files in |
Yes, the boot_backup mtdx files were present on my Router A. I tried to use them to get back to stock firmware, but no luck. However, I was able to use the serial uart bootmenu and flash Router B with v1.0.2 sysupgrade itb file, preloader.bin and uboot.fip files from the openwrt wiki. The same method I used to recover Router A. It looks like my bricked Router B is now a clone of Router A. I wonder why during my initial serial recovery worked on Router A but failed on Router B.
I am interested in running OpenWrt 24.10 when it comes out. Are you saying I will not be able to upgrade in the future? |
You are absolutely able to upgrade in future, or now, should you want to run snapshots. All you have to do is to flash the unsigned v1.1.3 installer, which will take care of converting the flash layout by moving |
You will have to edit the |
Thanks for clearing up about the future update. I will edit the mac address at a later time. I wanted to know if i could get my router back to working order first. |
After flashing the wrong firmware installer, my router is missing the 5Ghz radio too. Now I'm trying to restore the stock firmware to start afresh, but I'm encountering this error:
Any suggestions on how I can proceed from here? Edit: solved by flashing |
Hello. I've been racking my brain trying to get my e8450 router to work after sudden OKD. I have 2 e8450 routers that were affected by OKD. I was able to restore both with a serial connection and directions found on the openwrt wiki page. Router A appears to be working fine after serial recovery.
However, Router B is not, it is missing the 5ghz radio and has strange behavior of setting up a new network every time it reboots. For example, on my windows pc every time Router B reboots it will create a new network, I am on network 24. Also, a new ssh key is also generated each time Router B reboots. So if I try to ssh into Router B, I have to delete the old ssh key then I will be able to connect.
I have tried every combination of openwrt versions from 22.03.x through 23.05.x and even snapshot builds, but to no avail. I was thinking of reverting Router B back to stock firmware, but I do not have the backup bootchain mtd bin files.
Any assistance would be greatly appreciated.
Attached below are system logs, kernel logs, mtdblock2 hexdump, and fw_printenv output. Outputs from current installed version OpenWrt 23.05.5 r24106-10cc5fcd00. Let me know if any other info is needed.
env_e8450.txt
kernel_log_e8450.txt
mtdblock2_e8450.txt
systemlog_e8450.txt
The text was updated successfully, but these errors were encountered: