Activity log for bug #1859288

Date Who What changed Old value New value Message
2020-01-11 14:27:18 Esokrates bug added bug
2020-01-11 14:28:25 Esokrates bug added subscriber Daniel van Vugt
2020-01-11 14:28:35 Esokrates tags eoan focal
2020-01-11 14:29:21 Esokrates summary Networkmanager does not handle wired connections without netplan network-manager does not handle wired connections without netplan
2020-01-11 14:30:46 Esokrates description Take a fresh installation of Ubuntu and remove the package netplan.io. Now you will observe, that network-manager no longer detects wired connections. Installing ifupdown instead of netplan does not help this situation. In debian sid networkmanager detects the wired connections, without netplan or ifupdown! So it seems to me something is wrong with ubuntu packages / configuration. Also installing netplan.io is not sufficient for networkmanager to detect wired connections again, the config file /etc/netplan/01-network-manager-all.yaml does have to contain the following lines: # Let NetworkManager manage all devices on this system network: version: 2 renderer: NetworkManager Tested an XPS 13 9360 with both DA200 Adapter for LAN connection and Android USB tethering connection, both not configured automatically by networkmanager without netplan, while it works perfectly fine in Debian. Take a fresh installation of Ubuntu and remove the package netplan.io. Now you will observe, that network-manager no longer detects wired connections. Installing ifupdown instead of netplan does not help this situation. In debian sid networkmanager detects the wired connections, without netplan or ifupdown! So it seems to me something is wrong with ubuntu packages / configuration. Also installing netplan.io is not sufficient for networkmanager to detect wired connections again, the config file /etc/netplan/01-network-manager-all.yaml does have to contain the following lines: # Let NetworkManager manage all devices on this system network:   version: 2   renderer: NetworkManager Tested an XPS 13 9360 with both DA200 Adapter for LAN connection and Android USB tethering connection, both not configured automatically by networkmanager without netplan, while it works perfectly fine in Debian. Tested with Ubuntu 19.10 and Ubuntu 20.04.