You are not logged in.
Hello,
i searched for this problem in Google and in this forum, but i coudn't find answer.
I installed Arch Linux yesterday with Gnome 3.
After connecting to Wifi-Network at home, the symbol of network manager applet shows, that I must still waiting for connection, but connection is good and I have internet, tested it with browser.
Does anyone has this problem too?
Offline
What is the output of:
systemctl status dhcpcd.service
and
systemctl --failed
I suspect you installed when there was an issue with a systemd package, resulting in a load of unwanted services being automatically enabled. The network manager problem may be due to the dhcpcd service being enabled, which will conflict with the NetworkManager service. If the dhcpcd service is active, enter:
systemctl disable dhcpcd.service
Which should fix your problem.
Offline