
Bei mir auf der Arbeit gibt es mehrere WLANs mit unterschiedlicher Frequenz. Ich werde oft getrennt und muss mich manuell neu verbinden. Als das wieder passierte, habe ich überprüft
journalctl
und erhielt die folgende Ausgabe:
Nov 04 17:13:22 foo kernel: wlo1: Limiting TX power to 20 (20 - 0) dBm as advertised by 00:24:a8:98:08:40
Nov 04 17:13:22 foo NetworkManager[292]: <info> [1478276002.0335] device (wlo1): supplicant interface state: authenticating -> completed
Nov 04 17:13:22 foo wpa_supplicant[347]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 04 17:13:22 foo kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
Nov 04 17:13:22 foo kernel: wlo1: associated
Nov 04 17:13:22 foo kernel: wlo1: RX AssocResp from 00:24:a8:98:08:40 (capab=0x801 status=0 aid=6)
Nov 04 17:13:22 foo wpa_supplicant[347]: wlo1: CTRL-EVENT-CONNECTED - Connection to 00:24:a8:98:08:40 completed [id=0 id_str=]
Nov 04 17:13:22 foo wpa_supplicant[347]: wlo1: Associated with 00:24:a8:98:08:40
Nov 04 17:13:22 foo kernel: wlo1: associate with 00:24:a8:98:08:40 (try 1/3)
Nov 04 17:13:22 foo kernel: wlo1: authenticated
Nov 04 17:13:22 foo wpa_supplicant[347]: wlo1: Trying to associate with 00:24:a8:98:08:40 (SSID='BAR' freq=5180 MHz)
Nov 04 17:13:22 foo kernel: wlo1: send auth to 00:24:a8:98:08:40 (try 1/3)
Nov 04 17:13:22 foo NetworkManager[292]: <info> [1478276002.0224] device (wlo1): supplicant interface state: scanning -> authenticating
Nov 04 17:13:22 foo kernel: wlo1: authenticate with 00:24:a8:98:08:40
Nov 04 17:13:22 foo wpa_supplicant[347]: wlo1: SME: Trying to authenticate with 00:24:a8:98:08:40 (SSID='BAR' freq=5180 MHz)
Nov 04 17:13:21 foo NetworkManager[292]: <info> [1478276001.9020] device (wlo1): supplicant interface state: disconnected -> scanning
Nov 04 17:13:21 foo kernel: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
Nov 04 17:13:21 foo dhclient[10311]: receive_packet failed on wlo1: Network is down
Nov 04 17:13:21 foo NetworkManager[292]: <info> [1478276001.7420] device (wlo1): supplicant interface state: associating -> disconnected
Nov 04 17:13:21 foo wpa_supplicant[347]: wlo1: SME: Deauth request to the driver failed
Nov 04 17:13:21 foo wpa_supplicant[347]: wlo1: CTRL-EVENT-ASSOC-REJECT bssid=00:24:a8:a7:90:50 status_code=17
Nov 04 17:13:21 foo NetworkManager[292]: <info> [1478276001.7021] device (wlo1): supplicant interface state: authenticating -> associating
Nov 04 17:13:21 foo kernel: wlo1: 00:24:a8:a7:90:50 denied association (code=17)
Nov 04 17:13:21 foo kernel: wlo1: RX AssocResp from 00:24:a8:a7:90:50 (capab=0x421 status=17 aid=0)
Nov 04 17:13:21 foo kernel: wlo1: associate with 00:24:a8:a7:90:50 (try 1/3)
Nov 04 17:13:21 foo kernel: iwlwifi 0000:02:00.0 wlo1: disabling VHT as WMM/QoS is not supported by the AP
Nov 04 17:13:21 foo kernel: iwlwifi 0000:02:00.0 wlo1: disabling HT as WMM/QoS is not supported by the AP
Nov 04 17:13:21 foo kernel: wlo1: authenticated
Nov 04 17:13:21 foo wpa_supplicant[347]: wlo1: Trying to associate with 00:24:a8:a7:90:50 (SSID='BAR' freq=2412 MHz)
Nov 04 17:13:21 foo NetworkManager[292]: <info> [1478276001.6877] device (wlo1): supplicant interface state: completed -> authenticating
Nov 04 17:13:21 foo kernel: wlo1: send auth to 00:24:a8:a7:90:50 (try 1/3)
Nov 04 17:13:21 foo kernel: wlo1: authenticate with 00:24:a8:a7:90:50
Nov 04 17:13:21 foo kernel: wlo1: disconnect from AP 00:24:a8:98:08:40 for new auth to 00:24:a8:a7:90:50
Nov 04 17:13:21 foo wpa_supplicant[347]: wlo1: SME: Trying to authenticate with 00:24:a8:a7:90:50 (SSID='BAR' freq=2412 MHz)
Was ich interessant finden könnte, ist, dass sich die Frequenz ändert. Könnte das ein Problem sein? Wie kann es behoben werden?
Ich verwende nmcli
WLANs, um mich mit ihnen zu verbinden. Ich kann mich mit einem WLAN verbinden, wenn ich seine SSID verwende. Kann ich mich mit einem WLAN auf einem bestimmten Kanal verbinden, sodass ich bei einer erneuten Verbindung nicht nur mit dem WLAN mit derselben SSID, sondern auch mit derselben Frequenz verbunden bin?
Edit: Mir ist klar, dass eskönnteEs könnte einen Zusammenhang zwischen der wechselnden Anzahl von Personen geben, die dasselbe WLAN verwenden, und meiner Verbindungsunterbrechung. Mit anderen Worten, ich denke, wenn Leute mit ihren Laptops kommen, steigt die Wahrscheinlichkeit, dass meine Verbindung unterbrochen wird. Wenn die Leute nicht umziehen, ist meine Verbindung relativ stabil. Ist das sinnvoll?