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#2987 - LEDs for WLAN and DSL do not work right. #7757

Closed
openwrt-bot opened this issue Apr 10, 2020 · 1 comment · Fixed by #11594
Closed

FS#2987 - LEDs for WLAN and DSL do not work right. #7757

openwrt-bot opened this issue Apr 10, 2020 · 1 comment · Fixed by #11594
Labels

Comments

@openwrt-bot
Copy link

jospezial:

Supply the following if possible:

  • Device problem occurs on VGV7510KW22 (o2 Box 6431)
  • Software versions of OpenWrt: Trunk, snapshots,releases
  • Steps to reproduce:
    After boot the WLAN LED does not switch on when WLAN is running.
    wifi down and wifi up then the WLAN LED does switch on.
    After restarting the LED service the the WLAN LED and DSL LED does not switch back on.

/etc/init.d/led restart
setting up led wifi
setting up led dsl
setting up led internet

Internet LED works as expected.
My workaround for some years was to use netdev wlan0 as trigger.
After setting this I can't change it back to the default setting phy0radio as this is not available in LUCI.

openwrt-bot pushed a commit that referenced this issue Jan 6, 2023
The WIFI LED already worked for me with the latest openwrt 22.03 version.
Wifi LED did not with an older 22.x version (in gluon - there phy0radio did nothing but phy0tpt did show activity

the WAN interface has the name "wan" and not "pppoe-wan" on this device

fixes #7757 (and FS#2987)

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
(cherry picked from commit 0820d62)
Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
Vladdrako pushed a commit to Vladdrako/openwrt that referenced this issue Jan 8, 2023
The WIFI LED already worked for me with the latest openwrt 22.03 version.
Wifi LED did not with an older 22.x version (in gluon - there phy0radio did nothing but phy0tpt did show activity

the WAN interface has the name "wan" and not "pppoe-wan" on this device

fixes openwrt#7757 (and FS#2987)

Signed-off-by: Florian Maurer <f.maurer@outlook.de>
@maurerle
Copy link
Contributor

Unfortunately, the previous PR only fixed the WAN LED - so the wifi LED needed some rework too, but works now.
It is fixed in #11749 which is already merged

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

Successfully merging a pull request may close this issue.

2 participants