You are not logged in.
Word to the Wise! I am new to Arch!
So for over the last few weeks I have been having this issue where I am enabling Network Manager to my system.
When I reboot and it is enabled I seem to get no network connection at all. I have to disable Network Manager in order to get a connection again.
I feel like there is something to get this fixed I just don't know what?
Offline
Disable the other network management service(s) you are running.
Offline
sudo systemctl status NetworkManager
sudo systemctl disable dhcpcd
sudo systemctl stop dhcpcd
sudo systemctl status systemd-networkd
sudo journalctl -xb
And post the outputs
Last edited by Morta (2021-10-19 14:49:32)
Offline