I am a complete Linux beginner and I managed to install Archlinux today. But I have no access to my wifi for some reason.
I get internet access in my terminal with wifi-menu but gnome tells me that it can not connect to my wireless network. The password is 100% correct.
I followed this guide and installed network-manager-applet, and I also changed the rc.conf file:
rc.d start networkmanager
I also installed pacman -S networkmanager
I restarted networkmanager, enabled / disabled it, started it again. I also turned the wireless network in GNOME on and off. But nothing helped.
Any ideas what went wrong?
iwconfig, check if there is a interface that doesn't say "no wireless extensions", probablywlan0. Do aiwlist wlan0 scanfor it, and check what it says, your home network should show up. As root runnm-online(probably by usingsudo(1)). This should get the network going. Please add the results of the above (edit out name of the network and such that might be sensitive) to your question. That should enable Arch-enthusiasts (archimandrites?) to diagnose your problem. – vonbrand Feb 20 at 22:59