LinuxQuestions.org
Help answer threads with 0 replies.
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 09-17-2011, 12:35 AM   #1
Unhyper
LQ Newbie
 
Registered: Sep 2011
Posts: 4

Rep: Reputation: Disabled
Why is my Internet so slow?


I am using a fresh install of Mint x64, and it is working out great but for one thing: browsing the Internet is noticeably slower than it was on Windows. Typing in any URL results in an intolerable wait. I just typed in cnn.com in the address bar and it took 11 seconds for the CNN homepage to appear.

I am using mobile broadband connection and Firefox 6.0.2.
 
Old 09-17-2011, 01:10 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I tried your test (the only reason I would ever look at CNN). It took about 2 seconds to load. I'm using Debian Wheezy Amd64 and Iceweasel 6.0.2 (same as FFx) and connected to my router via wifi. I confess to total ignorance of mobile broadbands but I don't think it's a FFx nor a Mint issue. You may want to disable any FFx plugins or extensions and see if that makes a difference.
ciao,
jdk
 
Old 09-17-2011, 01:18 AM   #3
etech3
Senior Member
 
Registered: Jul 2009
Location: Virginia
Distribution: Debian Stable Testing Sid Slackware CentOS
Posts: 1,055
Blog Entries: 2

Rep: Reputation: 45
You may want to check your dns settings. I never use the carriers dns. I use a different dns like google (8.8.8.8). Check your resolv.conf settings. I always have at least three in there.
 
Old 09-17-2011, 01:21 AM   #4
es0teric
Member
 
Registered: Apr 2007
Distribution: Ubuntu
Posts: 105

Rep: Reputation: 19
Depending on how familiar you are with networking, it may be useful to install Wireshark to see what's going on at the packet level during that wait time. Wireshark basically starts "recording" network traffic when you press a button. If you're already familiar with networking and TCP/IP stuff, then it will shed some light on it. If you're not but would like to be, then it's a great way to learn.
 
Old 09-17-2011, 02:28 AM   #5
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello Unhyper,

if you're not familiar with checking your DNS-settings, please post the output of
Code:
cat /etc/resolv.conf
To check if DNS can be the problem, please use the
Code:
ping -Uc4 anyadress
command and for "anyadress" use the URL of a website where you've never been before. Afterwards ping the same adress by it's IP-adress (it will be shown in the output of the command with "anyadress". I'll give you an example what I mean: first I ping the adress
Code:
markus@samsung:~$ ping -Uc4 www.google.ca
PING www.l.google.com (209.85.148.99) 56(84) bytes of data.
64 bytes from fra07s07-in-f99.1e100.net (209.85.148.99): icmp_req=1 ttl=53 time=38.4 ms
64 bytes from fra07s07-in-f99.1e100.net (209.85.148.99): icmp_req=2 ttl=54 time=35.9 ms
64 bytes from fra07s07-in-f99.1e100.net (209.85.148.99): icmp_req=3 ttl=54 time=37.0 ms
64 bytes from fra07s07-in-f99.1e100.net (209.85.148.99): icmp_req=4 ttl=54 time=36.2 ms

--- www.l.google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
afterwards I take the adress which is shown (209.85.148.99) and ping again
Code:
markus@samsung:~$ ping -Uc4 209.85.148.99
PING 209.85.148.99 (209.85.148.99) 56(84) bytes of data.
64 bytes from 209.85.148.99: icmp_req=1 ttl=54 time=35.1 ms
64 bytes from 209.85.148.99: icmp_req=2 ttl=53 time=33.7 ms
64 bytes from 209.85.148.99: icmp_req=3 ttl=53 time=29.1 ms
64 bytes from 209.85.148.99: icmp_req=4 ttl=53 time=47.1 ms

--- 209.85.148.99 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 29.138/36.302/47.149/6.648 ms
If there's something wrong with the DNS-settings, you'll see a difference in the pingtime between pinging the name or the IP.

Note that this will only give a first hint. You may also post the IP-settings of your Windows-machine, on the Windowsmachine open a terminal (cmd) and post the output of
Code:
ipconfig /all
Markus
 
Old 09-17-2011, 05:14 AM   #6
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Blog Entries: 5

Rep: Reputation: Disabled
first check ur dns vi /etc/resolv.conf,nslookup ,dig command check whether u have conf ipaddress setting wright
 
Old 09-17-2011, 05:16 AM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try to disable ipv6 in firefox
http://thedaneshproject.com/posts/di...-in-firefox-3/

Kind regards
 
Old 09-17-2011, 05:32 AM   #8
anon02
Member
 
Registered: Aug 2011
Posts: 223

Rep: Reputation: Disabled
Not sure how helpful this will be compared to other answers, but when I upgraded my asus eee pc 901 with Ubuntu 11.04 I had the same issue. My fix was to look in :

'lsmod | grep -e rt'

Which posted all drivers used for the WiFi chipset. Depending on which chipset your computer uses it may have conflicting drivers. In my case this fixed it.
 
  


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
Slow Internet Connection when Connecting to Internet on Browsers lennysokol Linux - Networking 8 04-09-2011 04:29 PM
[SOLVED] Internet is slow ali100 Linux - Networking 7 10-18-2010 10:51 AM
slow internet...why? ardent Linux - Newbie 49 07-29-2005 10:56 PM
New Fedora Internet connection slow slow slow matrim Fedora 9 07-29-2005 01:39 PM
slow internet access. too slow!!! iamstinke Linux - Networking 2 01-01-2004 09:46 PM

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

All times are GMT -5. The time now is 01:47 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