AnarchyLinux / installer

Anarchy Linux - A simple and intuitive Arch Linux installer. https://anarchyinstaller.org/
GNU General Public License v2.0
1.23k stars 157 forks source link

Incompatible use of NetworkManager and dhcpcd #649

Open trougnouf opened 6 years ago

trougnouf commented 6 years ago

Anarchy linux defaults to installing NetworkManager with the dhcpcd daemon enabled (at least with the GNOME install). This is strongly discouraged, and leads to issues at least with the eduroam network (wpa2-enterprise). See: https://wiki.archlinux.org/index.php/Talk:Wireless_network_configuration#NetworkManager_and_dhcpcd The correct approach would be to install dhclient and add [main] dhcp=dhclient
to /etc/NetworkManager/NetworkManager.conf

chaossec commented 6 years ago

I can confirm this problem with the Cinnamon install as well