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#3724 - GL-MT1300 can not use 2.4Ghz wifi #8773

Closed
openwrt-bot opened this issue Apr 5, 2021 · 2 comments
Closed

FS#3724 - GL-MT1300 can not use 2.4Ghz wifi #8773

openwrt-bot opened this issue Apr 5, 2021 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

conan92:

Device: ramips/mt7621/GL-MT1300
OpenWrt lastest trunk version, with luci installed.

In wireless, when N mode is selected, there is no 2.4G/5G switching option and cannot be set to 2.4G.

After modifying the /etc/config/wireless file, the following errors are reported in the system log.

Sun Apr 4 21:49:15 2021 daemon.notice hostapd: Configuration file: /var/run/hostapd-phy0.conf (phy wlan0)
Sun Apr 4 21:49:15 2021 daemon.err hostapd: Interface name wlan0 already in use
Sun Apr 4 21:49:15 2021 daemon.notice netifd: radio0 (10727): Command failed: Invalid argument
Sun Apr 4 21:49:15 2021 daemon.notice netifd: radio0 (10727): Device setup failed: HOSTAPD_START_FAILED
Sun Apr 4 21:49:15 2021 daemon.notice netifd: radio0 (10816): WARNING: Variable 'data' does not exist or is not an array/object

@openwrt-bot
Copy link
Author

easyteacher:

There is a solution, just set wireless from uci commands.

uci set wireless.radio0.disabled='0'
uci set wireless.radio0.hwmode='11g'
uci set wireless.radio0.htmode='HT20'
uci set wireless.radio0.cell_density='0'
uci set wireless.radio0.country='US'
uci set wireless.radio0.channel='3'
uci set wireless.radio1.hwmode='11a'
uci set wireless.radio1.htmode='VHT80'
uci set wireless.radio1.disabled='0'
uci set wireless.radio1.cell_density='0'
uci set wireless.radio1.country='US'
uci set wireless.radio1.channel='36'
uci commit wireless
wifi

@openwrt-bot
Copy link
Author

conan92:

I tried it, and it worked. So the problem is that there's something wrong with Luci, isn't it?

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