Comment 12 for bug 1825206

Revision history for this message
Marc Cornellà (mcornella) wrote :

I also cloned the gnome-control-center project and built it with debugging statements, and found that the found wifi device isn't chosen because it appears as unmanaged:

it returns here because `nm_device_get_managed(device)` returns false:
https://gitlab.gnome.org/GNOME/gnome-control-center/blob/3.30.2/panels/network/cc-wifi-panel.c#L156-157

the output of `nmcli` also shows the device is unmanaged. Perhaps it is so because netplan has taken over?

PS. I can't install netplan 0.96 anymore, was it pulled?