Serial Console pain...
-
When connect serially with putty periodically I receieve a message
br-wlan: port 1(ra0) entered forwarding state
......
Interface apcli0 link up! (WPA2PSK AES)First I considered it just annoying messages on console, but I
realised this action also interfere with operations
(fastidious exemple, a brief stop in audio reproduction..)How to fix this ?
-
@Elther-Marco said in Serial Console pain...:
br-wlan: port 1(ra0) entered forwarding state
This message indicates your Omega is re-establishing connection to your router. You will lose internet for a few seconds. This might due to weak wifi signal.
-
Indeed there's no wifi connection, but my problem is how to
block in some way this fastidious issue
-
If you don't need to use WiFi you can turn it off by editing
/etc/config/wireless
and changeconfig wifi-iface 'sta'
->option disabled '0'
tooption disabled '1'
save the file and run
wifi
. This will stop the Omega form trying to connect to nearby WiFi
-
Thanks Zheng, problem solved !