Same issue, 2022 RT-AX86U, and I never used AiCloud. Current Version : 3.0.0.4.388_24243-g3b611ea
* suddenly my login credentials did not work starting around Nov 3, 2024
* I did a factory reset (took multiple tries), and setup everything in WiFi-Router mode as before, no AiCloud
* when accessing the WiFi settings I got the pop-up: "The Country Code is not exist! Please enter Country Code."
After logging in to the router via SSH, I was able to confirm that ccode was not set (no result), I was able to set the country code from the commandline, and it now does persist after reboot... but...
-> the reboot takes a suspiciously long time,
-> the pop-up is gone
-> the WiFi networks still don't come up
, WiFi lights are off
So no real luck here - just posting this here in case it helps someone else
# nvram get 0:ccode
# nvram get 1:ccode
# nvram get ccode
# nvram get wl_country_code
#
# nvram set 0:ccode=US
# nvram set 1:ccode=US
# nvram set ccode=US
# nvram set wl_country_code=US
# nvram set pci/1/1/ccode=US
# nvram set pci/2/1/ccode=US
# nvram set pci/1/1/vendid=0x14e4
# nvram set pci/2/1/vendid=0x14e4
# nvram commit
# reboot
# nvram get 0:ccode
US
# nvram get 1:ccode
US
# nvram get ccode
US
# nvram get wl0_radio
1
# nvram get wl1_radio
1
# ifconfig | grep wl
# service restart_wireless
Done.
# ifconfig | grep wl
# lsmod | grep wl
wl 7549641 0
dpsta 22764 1 wl
cfg80211 229463 1 wl
igs 24708 1 wl
emf 17102 2 wl,igs
hnd 329395 4 wl,dpsta,igs,emf
wfd 32344 1 wl
bcmlibs 22457 6 wl,wfd,pktrunner,bcm_enet,pktflow,rdpa
wlcsm 13599 70 hnd,bcm_pcie_hcd
So radios are enabled
but no joy
------------------
Here are the full logs of what happens when the `service restart_wireless` is run:
Nov 6 13:42:49 rc_service: service 21820:notify_rc restart_wireless
Nov 6 13:42:49 kernel: ubi2: attaching mtd10
Nov 6 13:42:49 kernel: ubi2: scanning is finished
Nov 6 13:42:49 kernel: ubi2: attached mtd10 (name "misc1", size 8 MiB)
Nov 6 13:42:49 kernel: ubi2: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
Nov 6 13:42:49 kernel: ubi2: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
Nov 6 13:42:49 kernel: ubi2: VID header offset: 2048 (aligned 2048), data offset: 4096
Nov 6 13:42:49 kernel: ubi2: good PEBs: 64, bad PEBs: 0, corrupted PEBs: 0
Nov 6 13:42:49 kernel: ubi2: user volume: 1, internal volumes: 1, max. volumes count: 128
Nov 6 13:42:49 kernel: ubi2: max/mean erase counter: 31/13, WL threshold: 4096, image sequence number: 1725884149
Nov 6 13:42:49 kernel: ubi2: available PEBs: 0, total reserved PEBs: 64, PEBs reserved for bad PEB handling: 4
Nov 6 13:42:49 kernel: ubi2: background thread "ubi_bgt2d" started, PID 21977
Nov 6 13:42:50 kernel: UBIFS (ubi2:0): background thread "ubifs_bgt2_0" started, PID 22010
Nov 6 13:42:50 kernel: UBIFS (ubi2:0): UBIFS: mounted UBI device 2, volume 0, name "nvram"
Nov 6 13:42:50 kernel: UBIFS (ubi2:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
Nov 6 13:42:50 kernel: UBIFS (ubi2:0): FS size: 5840896 bytes (5 MiB, 46 LEBs), journal size 1396736 bytes (1 MiB, 11 LEBs)
Nov 6 13:42:50 kernel: UBIFS (ubi2:0): reserved for root: 0 bytes (0 KiB)
Nov 6 13:42:50 kernel: UBIFS (ubi2:0): media format: w4/r0 (latest is w4/r0), UUID 4B2A44DD-417E-46D8-97CE-24D278768884, small LPT model
Nov 6 13:42:50 kernel: UBIFS (ubi2:0): un-mount UBI device 2
Nov 6 13:42:50 kernel: UBIFS (ubi2:0): background thread "ubifs_bgt2_0" stops
Nov 6 13:42:51 kernel: ubi2: detaching mtd10
Nov 6 13:42:51 kernel: ubi2: mtd10 is detached
Nov 6 13:42:51 kernel: ubi2: attaching mtd10
Nov 6 13:42:51 kernel: ubi2: scanning is finished
Nov 6 13:42:51 kernel: ubi2: attached mtd10 (name "misc1", size 8 MiB)
Nov 6 13:42:51 kernel: ubi2: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
Nov 6 13:42:51 kernel: ubi2: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
Nov 6 13:42:51 kernel: ubi2: VID header offset: 2048 (aligned 2048), data offset: 4096
Nov 6 13:42:51 kernel: ubi2: good PEBs: 64, bad PEBs: 0, corrupted PEBs: 0
Nov 6 13:42:51 kernel: ubi2: user volume: 1, internal volumes: 1, max. volumes count: 128
Nov 6 13:42:51 kernel: ubi2: max/mean erase counter: 31/13, WL threshold: 4096, image sequence number: 1725884149
Nov 6 13:42:51 kernel: ubi2: available PEBs: 0, total reserved PEBs: 64, PEBs reserved for bad PEB handling: 4
Nov 6 13:42:51 kernel: ubi2: background thread "ubi_bgt2d" started, PID 22071
Nov 6 13:42:52 kernel: UBIFS (ubi2:0): background thread "ubifs_bgt2_0" started, PID 22088
Nov 6 13:42:52 kernel: UBIFS (ubi2:0): UBIFS: mounted UBI device 2, volume 0, name "nvram"
Nov 6 13:42:52 kernel: UBIFS (ubi2:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
Nov 6 13:42:52 kernel: UBIFS (ubi2:0): FS size: 5840896 bytes (5 MiB, 46 LEBs), journal size 1396736 bytes (1 MiB, 11 LEBs)
Nov 6 13:42:52 kernel: UBIFS (ubi2:0): reserved for root: 0 bytes (0 KiB)
Nov 6 13:42:52 kernel: UBIFS (ubi2:0): media format: w4/r0 (latest is w4/r0), UUID 4B2A44DD-417E-46D8-97CE-24D278768884, small LPT model
Nov 6 13:42:52 kernel: UBIFS (ubi2:0): un-mount UBI device 2
Nov 6 13:42:52 kernel: UBIFS (ubi2:0): background thread "ubifs_bgt2_0" stops
Nov 6 13:42:52 kernel: ubi2: detaching mtd10
Nov 6 13:42:52 kernel: ubi2: mtd10 is detached
Nov 6 13:42:52 get_ext_phy_id: 0/1/0/0
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] registerVlanDeviceByName,349: Could not find Real Device eth6^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] vlanIoctl ,639: Failed to create VLAN device (eth6, eth6.0)^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] registerVlanDeviceByName,349: Could not find Real Device eth6^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] vlanIoctl ,639: Failed to create VLAN device (eth6, eth6.501)^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] bcmVlan_insertTagRule,2339: Real Device eth6 has no VLAN Interfaces^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] vlanIoctl ,771: Failed to Insert Tag Rule in eth6 (tags=0, dir=0)^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] bcmVlan_insertTagRule,2339: Real Device eth6 has no VLAN Interfaces^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] vlanIoctl ,771: Failed to Insert Tag Rule in eth6 (tags=0, dir=1)^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] bcmVlan_insertTagRule,2339: Real Device eth6 has no VLAN Interfaces^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] vlanIoctl ,771: Failed to Insert Tag Rule in eth6 (tags=0, dir=1)^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] bcmVlan_insertTagRule,2339: Real Device eth6 has no VLAN Interfaces^[[0m
Nov 6 13:42:52 kernel: ^[[0;33;41m[ERROR vlan] vlanIoctl ,771: Failed to Insert Tag Rule in eth6 (tags=1, dir=0)^[[0m
(repeats)
Nov 6 13:43:00 rc_service: watchdog 3229:notify_rc start_amas_lanctrl
Nov 6 13:43:00 rc_service: watchdog 3229:notify_rc start_cfgsync