You are not logged in.
I have a strange problem.
Randomly, mostly when I leave my laptop idle or use the whole bandwidth, NetworkManager loses wireless connection. The connection doesn't break, I just can't reach the internet or the gateway. It isn't the signal strength problem, since it also happens with strong connections.
Running `nmcli monitor` doesn't show any change in connection, but `ping 8.8.8.8` and `ping 192.168.0.1` give `Host unreachable` messages. Only `nmcli networking connectivity check` then returns `limited`.
Network controller: Broadcom Limited BCM43228 802.11a/b/g/n
Kernel module: b43
I have b43-firmware installed.
I don't have any other network services besides `NetworkManager.service` and `wpa_supplicant` active. NetworkManager is enabled, wpa_supplicant is disabled, but running.
I can't seem to find out the cause of this issue. Any help or advice would be appreciated.
Last edited by bheadmaster (2018-10-22 12:26:17)
.............|
............/ GNU
........../
__---''' o LINUX
Offline
I don't have any other network services besides `NetworkManager.service` and `wpa_supplicant` running.
Having both of these enabled is likely causing your issue. If you want to use NetworkManager then you should disable all other networking services.
Offline
I have them all disabled. But NetworkManager for some reason starts wpa_supplicant on its own.
I have done the following:
systemctl stop wpa_supplicant
systemctl stop NetworkManager
systemctl start NetworkManager
Afterwards, running `systemctl is-active wpa_supplicant` gives `active`.
.............|
............/ GNU
........../
__---''' o LINUX
Offline
Check "ip a" and "ip r" when this happens and also inspect your journal - NM logs quite a lot, so it might record the incident.
Offline