So I was in the process of doing an upgrade on my TP AC-1750 and the power went out. Now the only thing that turns on is the Green power light. Thats it. I have tried to unbrick the device using TFTPD, went through all the A7 firmwares from the TP site, nothing. Tried the WRT upgrade, then the Factory... nothing. Am I screwed or is there a possibility that is can still be fixed? Please help. Thanks.
Connection received from 192.168.0.86 on port 3572 [11/03 23:14:09.270]
Read request for file <ArcherC7v5_tp_recovery.bin>. Mode octet [11/03 23:14:09.270]
Using local port 57035 [11/03 23:14:09.270]
<ArcherC7v5_tp_recovery.bin>: sent 30622 blks, 15677994 bytes in 5 s. 0 blk resent [11/03 23:14:14.860]
pityocamptes:
Connection received from 192.168.0.86 on port 3572 [11/03 23:14:09.270]
Read request for file <ArcherC7v5_tp_recovery.bin>. Mode octet [11/03 23:14:09.270]
Using local port 57035 [11/03 23:14:09.270]
<ArcherC7v5_tp_recovery.bin>: sent 30622 blks, 15677994 bytes in 5 s. 0 blk resent [11/03 23:14:14.860]
This is generally a good sign.
What was the original (exact) filename of the recovery file referenced here?
And is your device a C7v5 (look at the bottom info panel sticker)
Thanks. I tried AGAIN just a little bit ago and it flashed... Im having other issues now, not sire if I should start a new thread or continue here? 5GHZ radio is working. The 2GHZ is not transmitting at all. Bitrate is ? and I cannot find the SSID on any device I have. It worked before these problems. Need help with that. Thanks.
radio1 ESSID: unknown
Access Point: B2:A7:B9:E7:8C:DC
Mode: Master Channel: 3 (2.422 GHz) HT Mode: HT20
Center Channel 1: 3 2: unknown
Tx-Power: 24 dBm Link Quality: unknown/70
Signal: unknown Noise: unknown
Bit Rate: unknown
Encryption: unknown
Type: nl80211 HW Mode(s): 802.11b/g/n
Hardware: embedded [Qualcomm Atheros QCA9560]
TX power offset: none
Frequency offset: none
Supports VAPs: yes PHY name: phy1
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </>
" button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
root@OpenWrt:~# ubus call system board
{
"kernel": "5.15.134",
"hostname": "OpenWrt",
"system": "Qualcomm Atheros QCA956X ver 1 rev 0",
"model": "TP-Link Archer A7 v5",
"board_name": "tplink,archer-a7-v5",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.0",
"revision": "r23497-6637af95aa",
"target": "ath79/generic",
"description": "OpenWrt 23.05.0 r23497-6637af95aa"
}
}
________________________________________________________
root@OpenWrt:~# cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd56:becb:bba8::/48'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth0.1'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'eth0.2'
option macaddr 'XXXXXXXXX'
config interface 'wan'
option device 'eth0.2'
option proto 'dhcp'
config interface 'wan6'
option device 'eth0.2'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '2 3 4 5 0t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '1 0t'
________________________________________________________
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'pci0000:00/0000:00:00.0'
option channel '52'
option band '5g'
option htmode 'HT20'
option cell_density '0'
option country 'US'
option txpower '24'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Thea_V'
option encryption 'psk2+tkip+ccmp'
option key 'XXXXXXXXXX'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/ahb/18100000.wmac'
option channel '3'
option band '2g'
option cell_density '0'
option country 'US'
option htmode 'HT20'
option txpower '24'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Thea_II'
option encryption 'psk2+tkip+ccmp'
option key 'XXXXXXXXXXXX'
________________________________________________________
root@OpenWrt:~# cat /etc/config/dhcp
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option ednspacket_max '1232'
option filter_aaaa '0'
option filter_a '0'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
option ra_slaac '1'
list ra_flags 'managed-config'
list ra_flags 'other-config'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
________________________________________________________
root@OpenWrt:~# cat /etc/config/firewall
config defaults
option syn_flood 1
option input REJECT
option output ACCEPT
option forward REJECT
# Uncomment this line to disable ipv6 rules
# option disable_ipv6 1
config zone
option name lan
list network 'lan'
option input ACCEPT
option output ACCEPT
option forward ACCEPT
config zone
option name wan
list network 'wan'
list network 'wan6'
option input REJECT
option output ACCEPT
option forward REJECT
option masq 1
option mtu_fix 1
config forwarding
option src lan
option dest wan
# We need to accept udp packets on port 68,
# see https://dev.openwrt.org/ticket/4108
config rule
option name Allow-DHCP-Renew
option src wan
option proto udp
option dest_port 68
option target ACCEPT
option family ipv4
# Allow IPv4 ping
config rule
option name Allow-Ping
option src wan
option proto icmp
option icmp_type echo-request
option family ipv4
option target ACCEPT
config rule
option name Allow-IGMP
option src wan
option proto igmp
option family ipv4
option target ACCEPT
# Allow DHCPv6 replies
# see https://github.com/openwrt/openwrt/issues/5066
config rule
option name Allow-DHCPv6
option src wan
option proto udp
option dest_port 546
option family ipv6
option target ACCEPT
config rule
option name Allow-MLD
option src wan
option proto icmp
option src_ip fe80::/10
list icmp_type '130/0'
list icmp_type '131/0'
list icmp_type '132/0'
list icmp_type '143/0'
option family ipv6
option target ACCEPT
# Allow essential incoming IPv6 ICMP traffic
config rule
option name Allow-ICMPv6-Input
option src wan
option proto icmp
list icmp_type echo-request
list icmp_type echo-reply
list icmp_type destination-unreachable
list icmp_type packet-too-big
list icmp_type time-exceeded
list icmp_type bad-header
list icmp_type unknown-header-type
list icmp_type router-solicitation
list icmp_type neighbour-solicitation
list icmp_type router-advertisement
list icmp_type neighbour-advertisement
option limit 1000/sec
option family ipv6
option target ACCEPT
# Allow essential forwarded IPv6 ICMP traffic
config rule
option name Allow-ICMPv6-Forward
option src wan
option dest *
option proto icmp
list icmp_type echo-request
list icmp_type echo-reply
list icmp_type destination-unreachable
list icmp_type packet-too-big
list icmp_type time-exceeded
list icmp_type bad-header
list icmp_type unknown-header-type
option limit 1000/sec
option family ipv6
option target ACCEPT
config rule
option name Allow-IPSec-ESP
option src wan
option dest lan
option proto esp
option target ACCEPT
config rule
option name Allow-ISAKMP
option src wan
option dest lan
option dest_port 500
option proto udp
option target ACCEPT
### EXAMPLE CONFIG SECTIONS
# do not allow a specific ip to access wan
#config rule
# option src lan
# option src_ip XXXXXXXXX
# option dest wan
# option proto tcp
# option target REJECT
# block a specific mac on wan
#config rule
# option dest wan
# option src_mac XXXXXXXXX
# option target REJECT
# block incoming ICMP traffic on a zone
#config rule
# option src lan
# option proto ICMP
# option target DROP
# port redirect port coming in on wan to lan
#config redirect
# option src wan
# option src_dport 80
# option dest lan
# option dest_ip XXXXXXXXXX
# option dest_port 80
# option proto tcp
# port redirect of remapped ssh port (22001) on wan
#config redirect
# option src wan
# option src_dport 22001
# option dest lan
# option dest_port 22
# option proto tcp
### FULL CONFIG SECTIONS
#config rule
# option src lan
# option src_ip XXXXXXXXXXX
# option src_mac XXXXXXXXXXXXX
# option src_port 80
# option dest wan
# option dest_ip XXXXXXXXXX
# option dest_port 120
# option proto tcp
# option target REJECT
#config redirect
# option src lan
# option src_ip XXXXXXXXX
# option src_mac XXXXXXXXX
# option src_port 1024
# option src_dport 80
# option dest_ip XXXXXXXXXXXX
# option dest_port 120
# option proto tcp
So I reflashed the firmware through TFTPD and 2hgz showed working on router and wifi AP list. Pulled power, plugged it into gateway, and it dropped again... what is going on?? Thx
Did you change settings for the wifi (aside from setting the country code, SSID, encryption type, passphrase, and enabling wifi)?
No, after the flash the settings were all the same. I just noticed that the 2ghz was working. Disconnected and relocated, powered up, and nothing. Im trying to reflash it now as we speak.
Ok, so I plug it into the computer, and I notice that 2GHZ channel is showing, but not the 5GHZ. Unplug from computer and its the opposite... correction, 5GHZ showed up... this is weird. Is it a distance thing?
I can't explain that behavior... it doesn't make a lot of sense.
Let's see the network and wireless config files.
How are you determining the 2.4G vs 5G radio status?
But it could be a failing power supply. With any luck, the power brick is the problem -- do you have a similarly spec'd (ideally higher current capacity) power adapter you can try?
We need you to look and confirm the version.
This has got to stop. Please just follow @psherman 's lead.
Please snip both the interface page, just the red and green rectangles; don't need the stats and please snip wireless page redact any personal information.
I put 5 and 2 next to the SSIDs...
Ok so I still have the router by my computer, unplugged ethernet and restarted.
Ok, so i walk it over, plug in the gateway, and power and its back to only transmitting 5g...
No one asked you to do that.
Please show me the interface page and the wireless page.
OK, thanks. On a side note, before I get the info, the router green lights show both 5 and 2 GHZ...
Version 5.8
The SSIDs were already like that... anyways, the interface page that shows lan and wan? Thanks for the help.
Are you using the same power adapter in both cases?
Yes it is the same adapter.
That is correct and the wireless is one tab down.
Please post the config files requested earlier.
1 Like