- In Ubuntu the Ethernet connection was shown as
unmanaged wired connection
.
- This happened after using
sudo pppoeconf
to configure a pppoeconfiguration
.
- Open
/etc/NetworkManager/NetworkManager.conf
with sudo
previlege:
sudo gedit /etc/NetworkManager/NetworkManager.conf
- Change the line
managed=false
to managed=true
- Restart network manager with
sudo service network-manager restart
- I got the following error:
Failed to restart network-manager.service: Unit network-manager.service not found.
- Started and enabled the network manager:
systemctl start NetworkManager
systemctl enable NetworkManager
- Restarted the network manager service:
sudo systemctl restart NetworkManager.service
Thanks, this worked for me. I'm using Ubuntu 22.04.3