Networking - Manjaro
https://wiki.manjaro.org/index.php/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