Hi all,
I've tried flashing my tp-link archer c2600 v1 using latest openwrt-ipq806x-C2600-squashfs-factory.bin but I must have done something wrong as since then it seems I have bricked it! At boot all lights gets on then all goes off, no connectivity to any of the ports (1-4 and wan).
Tried the recovery methond, from my linux laptop I've tried the unbrick method using:
ip addr add 192.168.0.66/24 dev eth0
ip link set eth0 up
And having an atftpd server running (and tested!):
tftp> connect 192.168.0.66
tftp> get ArcherC2600_1.0_tp_recovery.bin
Received 18520990 bytes in 1.2 seconds
Copied over the latest tplink firmware as ArcherC2600_1.0_tp_recovery.bin (also tried openwrt).
But nothing! syslog does not capture anything from tftp (except myself testing it).
Tried arpwatch using:
arpwatch -i eth0
but nothing comes up in the my logs...
note that I've also tried 192.168.1.66 and 192.166.2.66.
tips/help would be greatly appreciated!!
(Last edited by th0ma7 on 22 Jan 2017, 05:51)