Router just 'stopped working'

Report problems and success stories with Gargoyle on various hardware platforms.

Moderator: Moderators

Post Reply
spid3rm4n
Posts: 2
Joined: Sat Sep 21, 2013 8:15 pm

Router just 'stopped working'

Post by spid3rm4n »

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?

BashfulBladder
Moderator
Posts: 250
Joined: Thu Jan 17, 2013 11:43 pm

Re: Router just 'stopped working'

Post by BashfulBladder »

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:

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

nebbia88
Posts: 53
Joined: Thu Feb 17, 2011 6:53 am

Re: Router just 'stopped working'

Post by nebbia88 »

BashfulBladder wrote: Once in failsafe mode:

Code: Select all

mount_root
mtd -r erase rootfs_data
why on earth mount root before erasing it???

BashfulBladder
Moderator
Posts: 250
Joined: Thu Jan 17, 2013 11:43 pm

Re: Router just 'stopped working'

Post by BashfulBladder »

nebbia88 wrote:why on earth mount root before erasing it???
Because of the "and then" clause in the OpenWrt page

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

spid3rm4n
Posts: 2
Joined: Sat Sep 21, 2013 8:15 pm

Re: Router just 'stopped working'

Post by spid3rm4n »

All sorted ;) Thanks for your help!

Post Reply