1

This issue has been bothered me for a while now. Whenever my WiFi drops, it shows this in the syslog:

Jun 13 19:56:38 hp-ubuntu wpa_supplicant[1008]: wlo1: WPA: Group rekeying completed with 00:23:69:2e:53:57 [GTK=CCMP]

And my WiFi does not automatically reconnect. I need to manually restart network-manager to restore the connection.

Is there a way to prevent this issue? Looking forward to your reply, thanks!

Output: lspci -knn | grep Net -A2

08:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
    DeviceName: Broadcom BCM43142 802.11bgn 1x1 WiFi Adapter + BT 4.0 combo adapter
    Subsystem: Hewlett-Packard Company BCM43142 802.11b/g/n [103c:2230]
Thomas Ward
  • 78,878
Y4kuzi
  • 19

2 Answers2

2

What fixed it for me was going to Edit Connections, choosing the particular connection, going to the IPV6 tab, and setting it to "Ignore".

That looks like IPV6 group rekeying.

Ubuntu has issues with their IPV6 on some systems. Mine worked great for 5 years. Then a after a routine update, it would drop consistently every 20 minutes. Disabled the IPV6, and back in business.

0

Try wpa_cli log_level warning as root to change default INFO level to WARNING.

Looks like extra config file and wpa_supplicant startup tuning required to make this permanent.

A.V
  • 1