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
if the device is connected to older wlan-aps the log file is overflowing with this error message:
wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network
to disable this warning it is necessary to change log level to warning:
dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 /fi/w1/wpa_supplicant1 org.freedesktop.DBus.Properties.Set string:fi.w1.wpa_supplicant1 string:DebugLevel variant:string:warning
connect to wifi
check log file with
journalctrl -f
Aug 11 07:26:12 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:26:19 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:26:54 625b325 healthdog[10190]: try: 1, refid: 4E297495, correction: 0.000000001, skew: 1000000.000 Aug 11 07:26:55 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:02 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:19 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:34 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:41 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:49 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:15 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:21 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:27 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:34 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network
The text was updated successfully, but these errors were encountered:
if the device is connected to older wlan-aps the log file is overflowing with this error message:
wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network
to disable this warning it is necessary to change log level to warning:
dbus-send --system --print-reply --dest=fi.w1.wpa_supplicant1 /fi/w1/wpa_supplicant1 org.freedesktop.DBus.Properties.Set string:fi.w1.wpa_supplicant1 string:DebugLevel variant:string:warning
connect to wifi
check log file with
journalctrl -f
Aug 11 07:26:12 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:26:19 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:26:54 625b325 healthdog[10190]: try: 1, refid: 4E297495, correction: 0.000000001, skew: 1000000.000 Aug 11 07:26:55 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:02 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:19 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:34 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:41 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:27:49 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:15 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:21 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:27 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network Aug 11 07:28:34 625b325 wpa_supplicant[2047]: RRM: Ignoring radio measurement request: Not RRM network
The text was updated successfully, but these errors were encountered: