Networking - Manjaro
https://wiki.manjaro.org/index.php?title=NetworkingNetworkManager is the default solution for networking on most Manjaro editions. If you would prefer to use dhcpcd, that is also supported. First, ensure NetworkManager is disabled and not running sudo systemctl disable --now NetworkManager.service Next, start and enable the dhcpcd service sudo systemctl start --now dhcpcd.service See Also
NetworkManager - ArchWiki
wiki.archlinux.org › title › NetworkManagerBy default, NetworkManager-wait-online.service waits for NetworkManager startup to complete, rather than waiting for network connectivity specifically (see nm-online(1)). If NetworkManager-wait-online.service finishes before the network is really up, resulting in failed services on boot, extend the unit to remove the -s from the ExecStart line:
Networking - Manjaro
wiki.manjaro.org › indexUsing dhcpcd Instead of NetworkManager. NetworkManager is the default solution for networking on most Manjaro editions. If you would prefer to use dhcpcd, that is also supported. First, ensure NetworkManager is disabled and not running. sudo systemctl disable --now NetworkManager.service.