Hi guys,
I bought a TP-LINK TL-WR1043ND directly from Gargoyle - it worked fantastically up until yesterday where it looks like it is stuck in a boot loop or in a state of constant resetting.
It wont respond to the 192.168.1.1 so I can't log into the router directly or ping the router.
Tips?
Router just 'stopped working'
Moderator: Moderators
-
- Moderator
- Posts: 250
- Joined: Thu Jan 17, 2013 11:43 pm
Re: Router just 'stopped working'
See Failsafe mode:
http://wiki.openwrt.org/toh/tp-link/tl- ... lsafe.mode
Temporarily set your IP to 192.168.1.2, reboot the router, press the button & when the light is furiously flashing, telnet into 192.168.1.1
Once in failsafe mode:
http://wiki.openwrt.org/toh/tp-link/tl- ... lsafe.mode
Temporarily set your IP to 192.168.1.2, reboot the router, press the button & when the light is furiously flashing, telnet into 192.168.1.1
Once in failsafe mode:
Code: Select all
mount_root
mtd -r erase rootfs_data
TP-Link WDR3600 v1.1 running 1.5.10+ L10n-English (Built 20130922 - OpenWrt r38093)
TP-Link WDR4300 running 1.5.10+ i18n-English (Built 20131010 - OpenWrt r38286)
https://github.com/BashfulBladder/gargoyle-plugins/wiki
TP-Link WDR4300 running 1.5.10+ i18n-English (Built 20131010 - OpenWrt r38286)
https://github.com/BashfulBladder/gargoyle-plugins/wiki
Re: Router just 'stopped working'
why on earth mount root before erasing it???BashfulBladder wrote: Once in failsafe mode:Code: Select all
mount_root mtd -r erase rootfs_data
-
- Moderator
- Posts: 250
- Joined: Thu Jan 17, 2013 11:43 pm
Re: Router just 'stopped working'
Because of the "and then" clause in the OpenWrt pagenebbia88 wrote:why on earth mount root before erasing it???
I quote:
"To mount JFFS2 in read-write mode run mount_root:
mount_root
and then repair your system
[snip]mtd -r erase rootfs_data
"
If you're hand isn't busy flourishing from the vapors, you should edit the wiki then.
TP-Link WDR3600 v1.1 running 1.5.10+ L10n-English (Built 20130922 - OpenWrt r38093)
TP-Link WDR4300 running 1.5.10+ i18n-English (Built 20131010 - OpenWrt r38286)
https://github.com/BashfulBladder/gargoyle-plugins/wiki
TP-Link WDR4300 running 1.5.10+ i18n-English (Built 20131010 - OpenWrt r38286)
https://github.com/BashfulBladder/gargoyle-plugins/wiki
Re: Router just 'stopped working'
All sorted
Thanks for your help!
