Dear Members,
I have installed Heinz's firmware r787 my friend's C2600 v1.1. Lede is running fine but not working wifi's led (no target in /sys/class/leds/) therefore we would like restore the factory firmware.
I probed debricking method from https://wiki.openwrt.org/toh/tp-link/tp … r_c2600_v1 but not working.
My steps:
1.) I downloaded tp-link fw C2600-UN-up-ver1-1-2-P1[20150924-rel66045].bin and rename ArcherC2600_1.0_tp_recovery.bin.
2.) Connect my notebook to router LAN1 port.
3.) Router power off
4.) I set my notebook IP and stop firewall:
root@blackbook:~# ifconfig
eth0 Link encap:Ethernet HWaddr f0:de:f1:39:70:75
inet addr:192.168.0.66 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::f2de:f1ff:fe39:7075/64 Scope:Link
inet6 addr: fd71:ecb:f7ce:0:f2de:f1ff:fe39:7075/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:40305 errors:0 dropped:0 overruns:0 frame:0
TX packets:18557 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55912557 (53.3 MiB) TX bytes:2007724 (1.9 MiB)
Interrupt:20 Memory:f2500000-f2520000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1932 errors:0 dropped:0 overruns:0 frame:0
TX packets:1932 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:183371 (179.0 KiB) TX bytes:183371 (179.0 KiB)
root@blackbook:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
5.) I start ping the router:
6.) Press and hold reset button router and power on
7.) When i see this:
From 192.168.0.66 icmp_seq=2000 Destination Host Unreachable
From 192.168.0.66 icmp_seq=2001 Destination Host Unreachable
64 bytes from 192.168.0.1: icmp_seq=2002 ttl=64 time=0.558 ms
64 bytes from 192.168.0.1: icmp_seq=2003 ttl=64 time=0.132 ms
64 bytes from 192.168.0.1: icmp_seq=2004 ttl=64 time=0.121 ms
64 bytes from 192.168.0.1: icmp_seq=2005 ttl=64 time=0.174 ms
64 bytes from 192.168.0.1: icmp_seq=2006 ttl=64 time=0.180 ms
i start this command in other terminal:
atftp --trace --option "timeout 1" --option "mode octet" --put --local-file ArcherC2600_1.0_tp_recovery.bin 192.168.0.1
and release the reset button.
Result:
Trace mode on.
Option timeout = 1
Option mode = octet
sent WRQ <file: ArcherC2600_1.0_tp_recovery.bin, mode: octet <timeout: 1>>
timeout: retrying...
sent WRQ <file: ArcherC2600_1.0_tp_recovery.bin, mode: octet <timeout: 1>>
timeout: retrying...
sent WRQ <file: ArcherC2600_1.0_tp_recovery.bin, mode: octet <timeout: 1>>
timeout: retrying...
sent WRQ <file: ArcherC2600_1.0_tp_recovery.bin, mode: octet <timeout: 1>>
timeout: retrying...
sent WRQ <file: ArcherC2600_1.0_tp_recovery.bin, mode: octet <timeout: 1>>
timeout: retrying...
sent WRQ <file: ArcherC2600_1.0_tp_recovery.bin, mode: octet <timeout: 1>>
timeout: retrying...
tftp: aborting
and ledge is booting fine.
I tried atftp instead of tftp and changed LAN1 port to other but any result. Always lede is booting. Where is the mistake?
Thank you in advance for your response!
Edit: I probed tftp start before router power on whit reset's pressing but any result.
(Last edited by FifiTheReal on 17 Jul 2016, 08:54)