-
Notifications
You must be signed in to change notification settings - Fork 71
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
Linksys WRT320N Bricked #439
Comments
Not sure if you still need this, but reference DD-WRT Unbricking Guide, specifically the Peacock Thread section 6. Good Luck! |
Hello again! "...we all know the problems where wrt320n gets bricked bacause of full nvram (mostly openvpn versions because of all certificates) and due to faulty reset button (wired to wrong gpio) and faulty boot command it is impossible to debrick without serial console. Now I found a way to do it using WPS button. Please as soon as possible set: nvram set reset_gpio=5 Don't forget to do it again if you restore defaults. Or upgrade to 13493 build as soon as possible, it will set this automatically. You can get 13493 here: ftp://ftp.dd-wrt.com/others/eko/V24-K26/svn13491-snow/Linksys/WRT320N/ When this is set, you can press WPS button, plug power and keep it pressed for 10 - 12s. This will erase nvram and allow dd-wrt to boot again" Would this resolve my issue? If so, how would I go about doing this (I am a little bit confused on how exactly to do so). Thanks once again! EDIT 1 - I have tried the 30/30/30 Reset many times without success. |
You are basically performing the 30/30/30 Reset on the router using WPS what it sounds like by the thread you posted. Also given the issues you mentioned, you most likely have Corrupted Firmware, go back to the peacock thread and follow the directions exactly on section 6. " Is your router bricked?" Best of luck! |
After doing the 30/30/30 reset with the WPS button, I got new results. Unlike before, when I typed in "ping -t 192.168.1.1" into Powershell, it gave me a different IP, this being 192.168.1.19. After pinging 192.168.1.19, I would get a response. I attempted to access 192.168.1.19 using my browser (Chrome) and it gave me an error page. I then tried using Linksys's TFTP Utility along with the default firmware for my router, and I got an error, saying that the tool was "Unable to get responses from the server." UPDATE - Apparently, 192.168.1.19 was my IP, which is probably why I was getting a response. Silly me! |
Sure! From there following the Peacock Thread:
Have you check the TTL (Time-To-Live) response from your router? |
Thanks! I tried doing another 30/30/30 reset using both the reset button and the WPS button while leaving the router connected to the computer. I have checked the TTL response from my router, but whenever I type in "ping -t 192.168.1.1," I get "Destination host unreachable." I even tried setting the IP to the same static subnet IP as my router (so in my case, 192.168.1.10). Is there any other way I'm supposed to be getting the TTL response? |
Would this work? |
I say give it a shot. But instead of doing the 30/30/30 reset, just plugin the router, set a static ip address of your computer that's connected to router, make sure its on the same subnet then try pinging. |
Alright, will let you know. |
I tried that, and did not work. Pinging it gives "request time out" and "destination host unreachable errors following each other in Powershell. |
Do you have any signs of life on the router? (ie lights) |
Yes. First off, when I boot, all the lights (except the WiFi and the power light, which continues flashing blue) turns green then turns off (which is normal for that model of router). As I type this out, the power light is blinking blue continuously, while LAN Port 1 (where I have my computer plugged in) is green, but blinking briefly every so often. |
Have you attempted to reboot (unplug-replug) while pinging continuously? I believe you have limited amount of time before the TFTP agent "dies" |
Yes I have, using the Powershell command, "ping -t 192.168.1.1." I still get the "Destination host unreachable" and the "Request timed out" errors throughout the process. |
Interestingly enough, after ending my most recent ping request (using ping -t), Powershell says that out of the 136 packets sent, 18 were received while 118 were lost. Is that a hopeful sign? |
Possibly, did you ensure that ip address of the router is correct? |
Yes. Before I flashed to the Tomato firmware that bricked my router, I do not remember the exact IP. I believe I had still kept it in within the 192.168.1.1[x] range. EDIT - I tried using the command "netstat" but all I am getting are local addresses to my PC's static IP (192.168.1.12) and 127.0.0.1 (my local address). |
You can try a for loop to iterate through all possible ip address: I have one final guess is to attempt to connect blindly by getting a TFTP client, flash stock/oem to 192.168.1.1x (your routers ip) and hoping it connects. Edit: Variable Update in For Loop |
How do I know if I've hit the correct IP (it seems to be working)? |
You'll either get one of the responses
Check out the peacock thread again to see if any information is available to you. |
I am getting "transmit failure" all across the board (I stopped giving my adapter a static IP). How would I go about hard resetting my router since the 30/30/30 method doesn't work? |
You'll need to leave your adapter on the static network. Try WPS method and seee the Peacock Thread Section 6 again, specifically perform steps a. through i. |
Will do. Also, how do I send commands like "nvram erase" to my router using PuTTY since I do not know the IP? |
nvram erase is used when the router is in normal operation. You'll need to use a TFTP client to "fully" recover your router. |
Hmm, got it. I read somewhere that using PuTTY, connecting the PC to the WAN port and then connecting it using the Serial option might just do the trick.. |
You can try doing the Serial Trick, that is honestly a last resort if you need be as i believe it requires you to get into the router's motherboard |
I do have access to the Mobo right now. What steps would I take to ensure that the "Serial trick" works? |
Hello,
About a year ago, I made the mistake of flashing the AdvancedTomato firmware to my incompatible Linksys WRT320N Router. It is no longer working. When I try turning on the router, the Power LED starts blinking. There is no default gateway and there is no internet access (obviously). Please advise me on what steps I can take to unbrick the router, if any.
Thanks!
The text was updated successfully, but these errors were encountered: