AR300M: log is flooded with info messages, when wifi off

I installed firmware file openwrt-ar300m-3.022-0329.tar on my AR300M.

When wifi is off, the logs are flooded with info messages. About every 20 seconds the following lines appear in the logs:

Sun May 19 14:50:18 2019 kern.info kernel: [ 1217.080777] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:50:36 2019 kern.info kernel: [ 1234.909714] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:50:54 2019 kern.info kernel: [ 1252.758207] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:51:13 2019 kern.info kernel: [ 1271.253411] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:51:31 2019 kern.info kernel: [ 1289.763931] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:51:50 2019 kern.info kernel: [ 1308.360215] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:52:04 2019 kern.info kernel: [ 1322.498388] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sun May 19 14:52:04 2019 daemon.notice hostapd: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Sun May 19 14:52:04 2019 kern.info kernel: [ 1322.573053] br-lan: port 2(wlan0) entered blocking state
Sun May 19 14:52:04 2019 kern.info kernel: [ 1322.573067] br-lan: port 2(wlan0) entered disabled state
Sun May 19 14:52:04 2019 kern.info kernel: [ 1322.573441] device wlan0 entered promiscuous mode
Sun May 19 14:52:04 2019 daemon.err hostapd: Using interface wlan0 with hwaddr e4:95:6e:44:88:ac and ssid “H2O-BLACK-WLAN”
Sun May 19 14:52:05 2019 kern.info kernel: [ 1324.112824] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sun May 19 14:52:05 2019 kern.info kernel: [ 1324.113009] br-lan: port 2(wlan0) entered blocking state
Sun May 19 14:52:05 2019 kern.info kernel: [ 1324.113019] br-lan: port 2(wlan0) entered forwarding state
Sun May 19 14:52:06 2019 daemon.notice hostapd: wlan0: interface state COUNTRY_UPDATE->ENABLED
Sun May 19 14:52:06 2019 daemon.notice hostapd: wlan0: AP-ENABLED
Sun May 19 14:52:06 2019 daemon.notice netifd: Network device ‘wlan0’ link is up
Sun May 19 14:55:19 2019 kern.info kernel: [ 1517.232828] device wlan0 left promiscuous mode
Sun May 19 14:55:19 2019 kern.info kernel: [ 1517.232947] br-lan: port 2(wlan0) entered disabled state
Sun May 19 14:55:19 2019 daemon.notice hostapd: wlan0: interface state ENABLED->DISABLED
Sun May 19 14:55:19 2019 daemon.notice hostapd: wlan0: AP-DISABLED
Sun May 19 14:55:19 2019 daemon.notice hostapd: wlan0: CTRL-EVENT-TERMINATING
Sun May 19 14:55:19 2019 daemon.notice hostapd: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Sun May 19 14:55:19 2019 daemon.notice hostapd: nl80211: Failed to remove interface wlan0 from bridge br-lan: Invalid argument
Sun May 19 14:55:29 2019 kern.info kernel: [ 1527.490228] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:55:48 2019 kern.info kernel: [ 1546.220650] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:55:49 2019 kern.info kernel: [ 1547.921050] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
Sun May 19 14:56:07 2019 kern.info kernel: [ 1566.158836] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:56:25 2019 kern.info kernel: [ 1583.994455] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:56:43 2019 kern.info kernel: [ 1601.923571] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:57:01 2019 kern.info kernel: [ 1619.838211] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:57:19 2019 kern.info kernel: [ 1637.661240] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready
Sun May 19 14:57:37 2019 kern.info kernel: [ 1655.498527] IPv6: ADDRCONF(NETDEV_UP): tmp.radio0: link is not ready

When I set wifi on, the log entries do no appear (see above at 14:52:06). I do not use any ipv6 addresses in my home lan, so every ipv6 related configuration value is untouched (factory default values).

How can I stop the above log entries in the mode “wifi off”.

Barney

Can you turn off repeater manager?

@ alzhao: Thanks for your reply.

Where can I turn off the repeater manager? Are you talking of the menue INTERNET → Repeater → Repeater Options? After clicking on Repeater Options I get a box with the two options:

  1. Auto detect Captive Portal (OFF)
  2. Auto scan and re-connect (ON)

I switched “Auto scan and re-connect” from ON to OFF. Does that mean “turning off the repeater manager”? Is it enough to reboot or shall I power off and on the device?

Barney

you are doing it right.

No need to reboot etc. It take effect immediately. But you can reboot to clear your log.

That did the trick … at least partially. The flooding stopped as long as I do not open any of the UI (GL or luci). When I login in one of the UI and modify any option, the flooding starts again until I logout.

Any chance to completely stop the flooding?

When you log in the UI, it tries to get info from the router continuously. As your WiFi is off and it has to create some temp interfaces etc so that it can get data. So you will have more log.

Just turn on the WiFi or don’t let the UI open all the time.

Your explanation makes sense … at first sight. I’m still wondering, why these messages only appear for ipv6 and not for ipv4.

Nevertheless, thanks for taking time, reading and answering my posts.