TP-Link Archer C7 (ac1750) LAN LED issues

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Author Message
igor_G
DD-WRT Novice


Joined: 12 Nov 2019
Posts: 3

PostPosted: Thu Apr 30, 2020 7:07    Post subject: TP-Link Archer C7 (ac1750) LAN LED issues Reply with quote
Archer c7 v5(EU)

The LAN cable is connected to LAN1, LAN2, but the light is on LAN1-LAN4. LAN cable
not connected to LAN1-LAN4 light illuminates LAN1, LAN2.
how to fix it?

determined by gpio enable, gpio disable

gpio 1 = led wps
gpio 6 = led power
gpio 7 = led usb
gpio 8 = led lan 1
gpio 15 = led lan 4
gpio 16 = led lan 3
gpio 17 = led lan 2
gpio 21 = led lan wan

03-25-2020-r42803/ 25.03.2020, 16:11:00
03-30-2020-r42819/ 30.03.2020, 17:46:00
04-06-2020-r42847/ 06.04.2020, 16:42:00
04-10-2020-r42872/ 10.04.2020, 17:02:00
04-15-2020-r42910/ 15.04.2020, 23:19:00
04-17-2020-r42914/ 17.04.2020, 18:25:00
04-18-2020-r42925/ 18.04.2020, 17:43:00
04-20-2020-r42954/ 20.04.2020, 16:29:00
Sponsor
igor_G
DD-WRT Novice


Joined: 12 Nov 2019
Posts: 3

PostPosted: Thu Apr 30, 2020 10:18    Post subject: Reply with quote
jxm wrote:
The LEDs are a pretty unreliable indicator on many of the DD-WRT builds for a lot of devices as they are different between devices and can be difficult if not impossible to control. For the status of LAN/WAN ports it is better, and often easier, to check the colours on the “Link Status” line on the Setup / VLANs tab

From memory, green = gigabit, yellow = 10/100, and red = not connected

Cheers



in the line "Link Status" everything is OK
Cussiv
DD-WRT User


Joined: 15 Feb 2020
Posts: 52

PostPosted: Thu Apr 30, 2020 20:24    Post subject: Reply with quote
Is your 5ghz great on these builds?
bubucmoi
DD-WRT Novice


Joined: 25 Jan 2021
Posts: 1

PostPosted: Mon Feb 15, 2021 19:33    Post subject: Link for led gpio archer c7 v5 Reply with quote
It took me some time to find each gpio value for led and buttons... But someone already did it !
To save you some headheach here is a link to GitHub with every gpio code for archer c7 v5 : https://github.com/openwrt/openwrt/blob/1e4ee63cc8d1889a78b539a5ed7be8d56e9b976f/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi
danielws
DD-WRT Novice


Joined: 18 Jun 2009
Posts: 14

PostPosted: Tue Jun 22, 2021 17:13    Post subject: Reply with quote
Build: r46979
Router: TP-Link ARCHER-C7 v5

Problem: lan3 & lan4 led always on

Temporary fix:

Save custom script:

swconfig dev switch0 show |grep "port:5" | awk '{ if ($3=="link:down") system("gpio enable 15") }'
swconfig dev switch0 show |grep "port:4" | awk '{ if ($3=="link:down") system("gpio enable 16") }'


Cronjob:

* * * * * root /bin/sh /tmp/.rc_custom
Display posts from previous:    Page 1 of 1
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum