You are not logged in.
I was able to set up Arch with wired internet on another laptop, but this time I am using my actual laptop and I am stuck on the initial wireless set up. I followed the beginner's guide and I loaded the firmware and I am able to scan available networks. When I use WPA_supplicant, I get the message that it was successful, but I cannot ping www.google.com. What could be the problem? If the network is wep, does it make a difference?
Last edited by ajk225 (2013-06-18 03:05:39)
Offline
Not an Installation issue, moving to Networking...
Offline
Make sure you are correctly associated ( `iwconfig`), have an IP address ( `ip addr`), have a route ( `ip route`), and your DNS is setup correctly ( `ping 8.8.8.8` versus `ping google.com`). If I had to hazard a guess, you probably haven't setup DHCP (dhcpcd, dhclient, ...) or a static address and need an IP address.
Last edited by Stebalien (2013-06-06 05:45:19)
Offline
Thanks for your help
Last edited by ajk225 (2013-06-18 03:05:15)
Offline