Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have a new instalation on a new Dell laptop (i7 8GB RAM). I find my network and successfully connect to it, but then when I open a browser, it acts like I don't have an internet connection. Please help.

share|improve this question
The only way i managed to connect to Internet was by removing all security methods (and by plugging the Ethernet cable). Thats weird problem... – Martin May 3 '12 at 20:16

2 Answers

I always find with network issues you want to try pinging in one order or the other:

ping localhost

    ping 127.0.0.1

ping you local gateway (normally 192.168.0.1)

    ping 192.168.X.X

ping an IP external to your local netowrk (Google public DNS)

    ping 8.8.8.8

ping a domain to see if you can resolve a domain

    ping google.com

depending on which of these work it will help you track down the problem, if you can't ping your router your network isn't up as advised, if you can ping further then you know you're looking in the wrong place.

share|improve this answer

Try changing the security method of your router from WEP to WPA/WPA2. I had this issue but after changing the security the wireless connection worked fine for me. (Yes this solution aaplies to you if you are using WEP security)

I got idea of changing the security method from this link - Wireless with WEP extremely slow on an Acer Timeline 4810T with a Centrino Wireless-N 1000 and it worked

Thanks.

share|improve this answer
Didn't work for me :\ – Martin May 3 '12 at 19:33

protected by Community Jun 25 '12 at 11:36

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.