You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that if the wifi is turned off using rfkill (which is apparently what disabling WiFi in the desktop environment's panel does), then /etc/profile.d/wifi-check.sh displays this message each time you log in:
Wi-Fi is currently blocked by rfkill.
Use raspi-config to set the country before use.
I assume the purpose of this is to inform the user that the wifi may be unintentionally disabled, but its annoying to see this message each time you log in, if you don't want the wifi enabled.
The text was updated successfully, but these errors were encountered:
One would have to check how it would affect the other scripts (e.g. raspi-config), but an explicit country= with no CC in wpa_supplicant.conf could be a way to indicate that WiFi is intentionally disabled.
wpa_supplicant.conf is not directly readable by the user and if you try to set an invalid country (like having a blank string), through wpa_cli, it will fail.
Without a crystal ball, I don't think we can cover 100% of cases until we get a proper global region which just does the right thing out of the box.
We could drop some "this was done intentionally" file somewhere when wifi is toggled through raspi-config and check for it, but that wouldn't work if rfkill is used directly.
It seems that if the wifi is turned off using rfkill (which is apparently what disabling WiFi in the desktop environment's panel does), then /etc/profile.d/wifi-check.sh displays this message each time you log in:
I assume the purpose of this is to inform the user that the wifi may be unintentionally disabled, but its annoying to see this message each time you log in, if you don't want the wifi enabled.
The text was updated successfully, but these errors were encountered: