Hi, i bought one new c7 v5 and i have flashed the last gargoyle version, "gargoyle_1.12.0-ar71xx-generic-archer-c7-v5-squashfs-factory.bin" but lan led wont blinks. Tried to flash again, gargoyle_1.12.0-ar71xx-generic-archer-c7-v5-squashfs-sysupgrade.bin", did factory reset, but nothing worked.
At this moment, i really like to use the stock firmware on it but dont find in any place a stripped stock firmware from my device. Can anyone help me please?
TP-Link Archer C7 v5 US lan leds wont blinking
Moderator: Moderators
-
- Posts: 2
- Joined: Sun May 30, 2021 3:51 pm
Re: TP-Link Archer C7 v5 US lan leds wont blinking
I solve it as follows:
1. I install OpenWrt using a *.sysupgrade file
without maintaining the settings.
2. I set the required behavior of LEDs via GUI.
3. I back up the /etc/config/system file via SSH - there are also LED configurations.
4. I will install Gargoyle using a *.sysupgrade file without preserving the settings.
5. extract the LED section from the file and paste it back into the /etc/config/system file.
Just as an example!:
6. I restart the router and the LEDs should work according to my settings from OpenWrt.
1. I install OpenWrt using a *.sysupgrade file
without maintaining the settings.
2. I set the required behavior of LEDs via GUI.
3. I back up the /etc/config/system file via SSH - there are also LED configurations.
4. I will install Gargoyle using a *.sysupgrade file without preserving the settings.
5. extract the LED section from the file and paste it back into the /etc/config/system file.
Just as an example!:
Code: Select all
config led
option default '0'
option name 'QSS'
option sysfs 'tp-link:green:qss'
option trigger 'netdev'
option dev 'wlan0'
option mode 'link tx rx'
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0
http://gargoyle.romanhk.cz custom builds by gargoyle users