Network Manager crashes and no Wifi after upgrading to kernel 5.2

Here is the output of sudo NetworkManager -d:

[1565389614.2007] NetworkManager (version 1.16.2-1.fc30) is starting… (after a restart)
[1565389614.2009] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity-fedora.conf)
[1565389614.2078] bus-manager: fatal failure to acquire D-Bus service “org.freedesktop.NetworkManager” (3). Service already taken
[1565389614.2080] exiting (error)

I haven’t found anything about this on DuckDuckGo, can anyone help or know of a way to troubleshoot? Thank!

This is simply saying there’s another instance of NetworkManager already running (Service already taken). To view the logs for that instance, journalctl -b -u NetworkManager.

2 Likes