Windows Unable to Discover Modem, and cant revert to Original Firmware

Page 3 of 3 FirstFirst 123

  1. Posts : 1,992
    10 Pro x64
       #21

    four321zero said:
    rvcjew said:
    I don't know that I would have used fillzilla.
    Ok I thank you for the assist. Slartybart too. I've repeated the same steps as 2 days ago and got the router working. This time I'm not rebooting it till I find a permanent solution. Am still on the openwrt firmware but at least its working.

    For anybody else with a bricked router on openwrt, I'll sum up what worked for me:

    Change ip settings in LAN properties (not sure if its a required step, but won't take much time): go to IPV4 settings, select "use the following ip address", enter 192.168.1.9 , subnet mask: clicking in that field should automatically generate 255.255.255.0 . Leave the rest unchanged.

    Boot router in failsafe:
    To do this, connect your PC to the WAN port of your router with an ethernet cable. Keep the "wifi" switch on your router off. Then plug in your router power cable. At boot, the one LED comes on first, and after a few seconds the 2nd LED does a slow blink. As soon as you see that happen, press the "Reset" button on your router. This will cause the LEDs to remain in fast blink. This indicates you have entered failsafe mode.
    **Different routers enter failsafe in different ways. Mine is TL-WR841N v8. Google failsafe mode for your router. In some routers, you need to connect your PC to the LAN port or LAN 1 port instead of WAN port. Also you might have a different button instead of RESET.

    Once in failsafe mode
    Click on Start in windows, run the command prompt "cmd" or run "telnet". For the CMD window type telnet 192.168.1.1
    For the telnet window type open 192.168.1.1

    After this, regardless of whether you opened cmd or telnet, rest of the steps remain the same.

    -Define a password by typing passwd hit Enter
    - type your password hit enter
    - retype password hit enter.
    These 3 steps did not work for me. But in case you are able to work with it, great.

    Next step Kill the Openwrt firmware by typing mtd -r erase rootfs_data
    At this point your router will reboot and after a while if you are connected to the WAN port in step 1, you would unfortunately lose connection. Anyway, don't let that bother you. Go back to your LAN properties and select "Automatically assign Ip" option in your ipv4 settings. Replug your ethernet cable to your LAN port. Put in your internet cable into the LAN port. Type 192.168.1.1 in your browser, the user name (root) and password fields should autopopulate so just hit Log in. And then follow your regular ISP settings to set up your internet connection.
    The issue I still face is if I restore a backup file or reboot my router, it gets bricked again. So i'm going to keep it powered on forever lol.

    Also what works instead of the command mtd -r erase rootfs_data you can alternately enter firstboot and you are likely to see a message on the lines of "root erased"or something. Then type reboot -f and hit Enter. Rest remains the same.


    METHOD 2: Involves using FTP (I couldn't get it to work for me, but its worked for others)

    1. Go to control panel, click on programs, programs and features and on the left panel click on 'Turn windows features on or off'
    2. Enable the following the press OK:
    - Internet information services
    - Click on the + next to Internet information services and ensure FTP Server is ticked, and also the folders within FTP Server
    - Near the bottom of the list enable 'Telnet Client'
    Press OK and these will install.
    3. Download the firmware file you want to switch to, lets say in this case lets call the file "841nv8.bin"
    4. Create a folder anywhere on your PC and call it something like 'sysupgrade', and put the file you downloaded above into it.
    5. Set your computer with static address 192.168.1.9 and subnet mask 255.255.255.0
    6. Go back into control panel, go to system and security, administrative tools, and double click on 'Internet Information Services (IIS) Manager'
    7. On the left you should see your PC name, expand that and right click on 'sites' and 'add ftp site'.
    Enter any name you like and for the physical path select the folder you created earlier with the sysupgrade file inside.
    Click next and set the IP Address to 192.168.1.9
    Press 'Allow SSL' and leave everything else the same and click next
    Under Authentication select Anonymous, and Authorization to All Users with Read Permissions. Click finish
    8. To test this connection, open a web browser and enter
    ftp://192.168.1.9
    You should see the file
    9. Disable windows firewall (important step. your router may not find the sysupgrade file with firewall enabled).
    Unplug the router power cable. Boot in Failsafe mode (refer to the description above in the First method)


    To get this file to the router you need to telnet to the router:
    Open command prompt and enter: telnet 192.168.1.1
    then you enter
    cd /tmp
    To get the file into this directory enter:
    wget http://192.168.1.9/wr841nv8.bin
    then, we’re ready to upgrade
    #go to /tmp directory
    cd /tmp
    #check firmware file integrity
    md5sum openwrt-ar71xx-tl-wr1043nd-v1-squashfs-sysupgrade.bin
    #use sysupgrade to flash sysupgrade image. it's one line
    sysupgrade -n wr841nv8.bin
    Wait a few minutes. If successful, the router will reboot with the desired firmware.

    If it doesn’t reboot, wait a few more minutes and repower the router, it should then allow access.
    Damn did you type all of that or paste it lol. Great info for others looking but yeah you need to make sure it's stable out of failsafe then you should be good. If anything, you learned a lot about your router and it's operation.
      My Computer


  2. Posts : 60
    Windows 7 ultimate x64
    Thread Starter
       #22

    rvcjew said:
    Damn did you type all of that or paste it lol. Great info for others looking but yeah you need to make sure it's stable out of failsafe then you should be good. If anything, you learned a lot about your router and it's operation.
    Typed the first method. Copy pasted and edited parts of the 2nd method since it was for a different router. Damn right, i learned something about my router, after 2 days of stress, IP static. Sorry couldn't resist the pun.

    Yes, I am not yet sure about its stability, but at least I can get the router and wifi working, till I research a more stable resolution.
      My Computer


  3. Posts : 6,458
    x64 (6.3.9600) Win8.1 Pro & soon dual boot x64 (6.1.7601) Win7_SP1 HomePrem
       #23

    four321zero said:
    rvcjew said:
    Damn did you type all of that or paste it lol. Great info for others looking but yeah you need to make sure it's stable out of failsafe then you should be good. If anything, you learned a lot about your router and it's operation.
    Typed the first method. Copy pasted and edited parts of the 2nd method since it was for a different router. Damn right, i learned something about my router, after 2 days of stress, IP static. Sorry couldn't resist the pun.

    Yes, I am not yet sure about its stability, but at least I can get the router and wifi working, till I research a more stable resolution.
    Great stuff - glad you got it sorted.

    Thanks for posting the complete solution that worked for you.
    https://www.sevenforums.com/showthread.php?p=2896444

    I'm certain it will benefit other members (it already has - I learned something from you and rvcjew about this particular device).

    Bill
    .
    Last edited by Slartybart; 30 Sep 2014 at 06:41.
      My Computer


  4. Posts : 60
    Windows 7 ultimate x64
    Thread Starter
       #24

    Slartybart said:
    Great stuff - glad you got it sorted.

    Thanks for posting the complete solution that worked for you. I'm certain it will benefit other members (it already has - I learned something from you and rvcjew about this particular device).

    Bill
    .
    Yea it worked for me. Although i cant turn her off anymore, shes being good to me. This is the WIFiAlways wanted.
      My Computer


  5. Posts : 60
    Windows 7 ultimate x64
    Thread Starter
       #25

    My router (tplink tl-wr841n v8) is back to the original tplink firmware. In case anybody wants to revert to the original firmware from the OpenWRT firmware, and if your router is bricked(not being detected by windows i.e. unidentified network problem), then FIRST follow my previous post to at least get your router working on openwrt before following these steps. I am not technically sound, so anyone who knows networking, can combine the instructions in my previous post with the below steps instead of going through 2 procedures.

    Step1: download and rename firmware file
    Once that is done, download the tplink firmware file, save it on your pc in a folder. Important to note whether the name of the file contains the word BOOT (will need this info later). Now rename the file to something short and simple. I renamed mine WR841n.bin

    Step2: getting the firmware file into the router temp directory
    Install and open WinSCP. Drop down and select file protocol as SCP> Enter your ROUTERS ip in Host. In my case 192.168.1.1 (for open wrt). Press Ok. It will give you some dialog boxes, just select YES or NO, dont select Cancel. Then would ask you for user id : enter root (default openwrt user), and password:1234 (default wrt pw). On the right half of the window, press the UP directory button, and double click on tmp folder to open it. On the left half of the window, navigate to the folder your firmware is saved, drag and drop the firmware file into the right half inside the tmp folder.

    Step 3: Flashing the firmware
    Install and open Putty. Again, hostname is the router ip, press enter, press YES or NO but not Cancel, enter user id "root" and password for router.
    type cd /tmp
    If the original firmware file contained the word BOOT (described in step1), you will be required to type the following in putty:
    dd if=wr841n.bin of=tplink.bin skip=257 bs=512
    Putty will do what it has to do, and will display 2 lines with some numbers i do not understand.
    Anyways skip this step if your file name did not have the word BOOT in it.
    Now to make sure everythings on track, navigate to the WinSCP window, on the right half, in tmp folder, you will find a new file named Tplink.bin

    Now back to Putty.
    Type sysupgrade /tmp/tplink.bin
    Screen will display messages indicating your upgrade is in process, router will reboot. Once your LAN icon in systray stops the "discovering network" thing, you are good to go. Enter your original router ip to test, in my case it was 192.168.0.1 Set up your internet. Hope this helps.
      My Computer


 
Page 3 of 3 FirstFirst 123

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:56.
Find Us