LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-03-2010, 07:11 AM   #1
idacalumpang
LQ Newbie
 
Registered: May 2010
Posts: 1

Rep: Reputation: 0
Question Connected to Wifi But Won't Browse - Acer Aspire One -


Hello all,

Just started using linux on an acer aspire one netbook. it has Linus Linux Lite version. I am completely ignorant about how to configure anything in Linux so I hope someone can explain in simple terms, how to fix the connection problem I'm having.

First, it says it is connected to the wifi network 'linksys'.
But when I open Firefox to browse, it says "Problem loading page". it does not open any address i type in. i cannot do any live updates nor connect to messenger nor receive email. nothing at all

Where do i begin to troubleshoot?

I've tried disconnecting, reconnecting, restarting, toggling the wifi switch. beyond that, i don't know what else to do

I know for certain the problem is not the router because all the other computers in the house are working fine on the same network.

I do hope someone can help me out with this..


peace

Ida
 
Old 05-03-2010, 09:05 AM   #2
Schneckl
LQ Newbie
 
Registered: Aug 2007
Posts: 15

Rep: Reputation: 0
I usually start troubleshooting network problems by reviewing my network configuration. First, make sure that you are really connected to the network regularly, whatever your network app tells you, it might not be correct. You did not give details about your config, so i'll have to guess a bit. I guess that you get your internal IP (the network address in your home network) automatically from the wireless router (it's called DHCP). I also guess that the other computers that are connected to the network also use wireless (otherwise, if they are on cable, it would be a separate network, really). I also don't know Linus Linux Lite, so i can't give much GUI help. My first guess for your problem is, that your machine does not use the right gateway or DNS servers (look farther down). Ah yes, an expert i am not!

First, make sure that you are indeed connected to your own network, not to one of your neighbours'. Go into the config of your router (usually they can be configured with a web browser, a look into the manual will help). Give your network a name to distinguish it from other "linksyses" around you. You should also use WPA encryption or allow connections only from selected MAC addresses if you have not already done so (MAC is the unique hardware address of a network interface).

Open a shell, type in the command "ifconfig". Your output should look like this:
Code:
$ ifconfig
wlan0     Link encap:Ethernet  HWaddr (your MAC address is here)  
          inet addr:192.168.0.5  Bcast:192.168.0.255  Mask:255.255.255.0
(--snip--)
The important part is, that there shoud be an "inet addr" (your internal IP), not "0.0.0.0". It might happen that the network connection is not usable by all users (at least Ubuntu allows this setting). Try looking into your network connections applet if it has some checkbox, like "available to all users".

If you have an IP, and the network is available, try to ping the router. You have to know the IP of the router for this. In most cases it's the first address in the network. Mine is "102.168.0.1". Ping sends small packets to the given address and waits for a response.
Code:
$ ping -c 5 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.674 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.641 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.611 ms
64 bytes from 192.168.0.1: icmp_seq=4 ttl=64 time=0.656 ms
64 bytes from 192.168.0.1: icmp_seq=5 ttl=64 time=0.712 ms

--- 192.168.0.1 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4001ms
rtt min/avg/max/mdev = 0.611/0.658/0.712/0.046 ms
You could do more pings, you should not have any packet loss and a very short round trip time (rtt). If there is packet loss, what is your signal strength? Move closer to the router, then the signal should be better. Move the router antenna into a vertical position. If the router has two antennae, put both at different angles.

Next, if you can ping the router, you should also be able to ping one of the other computers in the network. If that also works, you should be able to ping a computer outside of your network.
Code:
$ ping -c 1 ecosia.org
PING ecosia.org (89.146.219.235) 56(84) bytes of data.
64 bytes from server1.eco-server.net (89.146.219.235): icmp_seq=1 ttl=54 time=36.6 ms

--- ecosia.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 36.676/36.676/36.676/0.000 ms
In your case, if you have the problem i guessed first, this last ping probably says "Ping: unknown host ecosia.org". Try looking up the domain name ecosia.org:
Code:
$ nslookup ecosia.org
Server:		192.168.0.1
Address:	192.168.0.1#53

Non-authoritative answer:
Name:	ecosia.org
Address: 89.146.219.235
If your DNS (domain name service) is not set up correctly it might say "name service not available" or similar. Typing the address "74.125.87.103" into the firefox address bar should bring up the google website, anyway (note: "89.146.219.235" fails to bring the ecosia homepage for a reason i don't know). If it doesn't, then in your network settings, the gateway is not set correctly. Try to make a manual configuration, type in a fixed IP for your machine (it should match your internal network, so probably "192.168.xxx.yyy" or "10.0.0.xxx", again to get from the router settings, numbers going from 1 to 254). As subnet mask, type in "255.255.255.0". Gateway yould be the IP of your router (which in most cases has the number "xxx.yyy.zzz.1"). As DNS server, try also the address of the router. Sometimes that doesn't work, try to type in the DNS server(s) of your internet provider directly (should be availabe on the providers' website).

With the manual setup, the connection should finally work. You can now configure your wlan router to correctly give gateway and DNS addresses with DHCP, or make correct DNS forwarding to your providers' DNS.

HTH a bit.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
acer aspire one & wifi??? Sjonnie48 Linux - Laptop and Netbook 9 08-07-2009 12:14 PM
Acer Aspire 6930 wifi with WIFI Link 5100 help please walo Linux - Hardware 5 07-10-2009 09:08 AM
no wifi -acer aspire 4730z-mepis 8 stevecollins Linux - Newbie 2 04-24-2009 11:00 AM
Wifi password problem netgear acer aspire one havana Linux - Wireless Networking 1 04-22-2009 03:55 PM
ACer aspire wifi ndiswrapper alek66 Linux - Wireless Networking 0 06-10-2006 05:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration