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#3236 - WiFi button not properly working #8103

Open
openwrt-bot opened this issue Jul 18, 2020 · 1 comment
Open

FS#3236 - WiFi button not properly working #8103

openwrt-bot opened this issue Jul 18, 2020 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

tcolov:

Supply the following if possible:

  • Device problem occurs on - all devices supporting WiFi on/off button

  • Software versions of OpenWrt/LEDE release, packages, etc.- current trunk and earlier(rfkill git code is 4 years old)

  • Steps to reproduce - press WiFI button to enable(works), press it again to disable WiFI - does not work./etc/config/wireless gets properly updates to disable the wifi but the final wifi up command is no ot allowing the real disable.

There is a Bug in WiFI button handling script, the proposed fix is below:

https://github.com/openwrt/openwrt/blob/master/package/base-files/files/etc/rc.button/rfkill

Line 30:
wifi up
has to be only:
wifi

@openwrt-bot
Copy link
Author

bobc:

Related bugs: FS#3784 and FS#3902

The following commits address this bug in the master and 21.02 branches:

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