question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Changing wireless settings breaks wireless [X5000R]

See original GitHub issue

Attempting to change the wireless settings for radio1 (5GHz) breaks the LUCI config, and if applied it breaks wireless.

After changing anything and hitting Save, the dialog is not dismissed and you have to click dismiss. If you look at the pending changes, it shows that it is removing the band and channel.

# /etc/config/wireless
uci del wireless.radio1.band
uci del wireless.radio1.channel
uci set wireless.radio1.htmode='HE40'

Attempting to edit the wireless settings after this gives an error.

TypeError
Cannot read properties of undefined (reading 'value')

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Crazycurlycommented, Mar 3, 2022

same issue on version openwrt-21.02 branch (git-22.052.50801-31a27f3) / OpenWrt 21.02.2 r16495-bf0c965af0

I fixed it successfully by editing /etc/config/wireless directly

config wifi-device 'radio1'
	option type 'mac80211'
	option hwmode '11a'
	option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
	option htmode 'VHT80'
	option channel 'auto'
	option cell_density '0'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option network 'lan'
	option mode 'ap'
	option key 'password'
	option ieee80211r '1'
	option ft_over_ds '1'
	option ft_psk_generate_local '1'
	option encryption 'psk-mixed'
	option ssid 'openwrt'

option channel 'auto' will somehow disappear causing the error

0reactions
h4de5commented, Mar 27, 2022

option channel 'auto' will somehow disappear causing the error

had the same issue with latest stable 21.02.2 - add this channel option fixed it. thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing the wireless settings of your router using ... - Linksys
Tap the field you want to change then tap Save once done. Wait for the settings to be saved successfully then reconnect all...
Read more >
Wi-Fi connection is lost after router or network settings change
This video shows how to reconnect your touchscreen printer to a wireless network. We will first restore the network settings on the printer...
Read more >
Maximizing Your WiFi Performance | Spectrum Support
There are many factors that can make or break your internet and WiFi experience, including: Placement of your modem and WiFi router.
Read more >
TOTO LINK X5000R AX1800 Wireless Dual Band Gigabit ...
Click Quick Setup in the top left corner of the page to complete the network settings. (1) Time Zone Setting. According to your...
Read more >
How to setup for TOTOLINK X5000R WIFI 6... - פייסבוק
How to setup for TOTOLINK X5000R WIFI 6 Router? Want to know more about X5000R WIFI 6 AX1800 WIRELESS DUAL BAND GIGABIT ROUTER...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found