Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2854 - TP-Link Archer C6 v2 (US) WAN LED amber/green switched #7643

Open
openwrt-bot opened this issue Feb 24, 2020 · 1 comment
Open
Labels

Comments

@openwrt-bot
Copy link

thiagoricciardi:

Supply the following if possible:

  • Device problem occurs on: TP-Link Archer C6 v2 US

  • Software versions of OpenWrt/LEDE release, packages, etc: OpenWrt SNAPSHOT r12297-7e9c7e7b2d

  • Steps to reproduce:

  • Install OpenWrt snapshot on Archer C6 v2 US

  • Connect to the router using a LAN cable

  • Login into the shell (ssh root@)

  • Unplug any cables from WAN

  • execute and check the color of the led in the device, should be amber but it's green:

echo 0 | tee /sys/class/leds/tp-link\:amber\:wan/brightness echo 0 | tee /sys/class/leds/tp-link\:green\:wan/brightness echo 255 | tee /sys/class/leds/tp-link\:amber\:wan/brightness - if we do the opposite, it should be green but it's amber: echo 0 | tee /sys/class/leds/tp-link\:amber\:wan/brightness echo 0 | tee /sys/class/leds/tp-link\:green\:wan/brightness echo 255 | tee /sys/class/leds/tp-link\:green\:wan/brightness
@openwrt-bot
Copy link
Author

rodsmar:

Fix in PR-4600 ion github repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant