0

I have just updated to Ubuntu 24.04 LTS on my laptop, and I seem to be having internet issues. While both Ethernet and Wi-Fi were working in the previous version, I now have no internet connection through either.

When the PC starts, it shows as connected via Ethernet or Wi-Fi, but there is no internet access.

The internet only works after I run this command:

dhcpcd 

1 Answer 1

0

Ubuntu has switched from dhcpcd to systemd-networkd or NetworkManager as the default network management system. When you run dhcpcd manually, it will ignore or replace what is missing or misconfigured in the default system.

If dhcpcd works for you, just make it to start automatically:

sudo systemctl enable dhcpcd sudo systemctl start dhcpcd 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.