LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-22-2008, 01:15 PM   #1
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Rep: Reputation: 30
Ubuntu 8.10 - Internet really really slow


EDIT: I meant 8.04 not 8.10! Reports suggest this card now works fine with 8.10

Hey Guys,

I've just installed 8.04 and the internet is really slow (~24kbps norm~500kbps). I've tried a few fixes and they don't work (i.e. this one: http://ubuntuforums.org/showthread.php?t=616744)

I'm really struggling here and would like some help. Here are some key files:

ifconfig
Code:
eth0      Link encap:Ethernet  HWaddr 00:16:76:0f:f3:a0  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:886 errors:0 dropped:0 overruns:0 frame:0
          TX packets:886 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:44300 (43.2 KB)  TX bytes:44300 (43.2 KB)

wlan0     Link encap:Ethernet  HWaddr 00:11:50:a8:55:26  
          inet addr:192.168.2.11  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::211:50ff:fea8:5526/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15376 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10454 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:10494863 (10.0 MB)  TX bytes:1427731 (1.3 MB)

wmaster0  Link encap:UNSPEC  HWaddr 00-11-50-A8-55-26-00-00-00-00-00-00-00-00-00-00  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
/etc/hosts

Code:
127.0.0.1 localhost
127.0.0.1 main-server

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
127.0.1.1 main-server.localhost
/etc/resolv.conf

Code:
### BEGIN INFO
#
# Modified_by:  NetworkManager
# Process:      /usr/bin/NetworkManager
# Process_id:   4721
#
### END INFO

search Belkin

nameserver 192.168.2.1

Regards,

Last edited by Boffy; 11-06-2008 at 01:41 PM. Reason: mistake and status update
 
Old 04-22-2008, 05:48 PM   #2
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
strange, which network connection is slow? the wireless one or the wired one? Are you behind a router, proxy, firewall?
 
Old 04-23-2008, 01:16 AM   #3
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
I'm behind a belkin router. The wired connection works great, really fast.

It's the wireless that has the problem.

I have two boxes with the same hardware and both have the same problem on 7.10/8.10.

Windows has no such problem.

It's really quite irritating.
 
Old 04-27-2008, 12:52 AM   #4
ctrlchaos
LQ Newbie
 
Registered: Apr 2008
Posts: 3

Rep: Reputation: 0
Installed Ubuntu 8.04 yesterday & got the same - frustrating - misery with the wireless.
Tried most of the hints on several boards, most of 'em say it's the IPv6, but nothing worked for me.

The data in the etc/resolv & ipconfig file have the correct DNS servers, yet it all goes granny style, utterly utterly slow

The network icon also states that the connection is limited to 1Mb/s, in reality I can only get 480kb/s at best. Mostly just 280kb/s.
I have a 10Mb/s line!!
Also the network quality doesn't get much higher then 50%, sometimes it goes up to 70%.
I get these results in WinXP using the Ralink tool
Code:
Tx 54Mbps Rx 48Mbps
Link Quality:Good 100% (bars = max)
Signal Strength:Good -39dBm (bars = max)
Noise Level: Normal -79dBm
It's this small error that'll make me go back to window$... :|

Last edited by ctrlchaos; 04-27-2008 at 12:56 AM.
 
Old 04-27-2008, 05:28 AM   #5
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
Yep that sounds like my exact problem. It's something that needs attention or people will migrate back to windows. The ubuntu CEO himself even said the internet is the key to linux uptake.
 
Old 04-27-2008, 05:47 AM   #6
ctrlchaos
LQ Newbie
 
Registered: Apr 2008
Posts: 3

Rep: Reputation: 0
Damn NDISWrapper to hell!

Tried it that way & after the reboot my wireless has gone up in smoke... Forced to XP again.

Don't feel like searching on how to get that running again. I'll use GParted, delete Ubuntu, reinstall it again & don't touch it before a solid solution is made.
It's beautiful weather outside, ain't spending this time behind a laptop
 
Old 04-28-2008, 01:57 AM   #7
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
Any ideas anyone?
 
Old 04-30-2008, 05:39 PM   #8
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
Well, I use ndiswrapper and I don't have any issues(Gentoo, pure Debian) - linksys card. Maybe a bad /etc/hosts file

To install your wireless card, download the native windows driver and install it with ndiswrapper(if the wireless card was already detected, disable the existing driver, blacklist it).

I never used the drivers detected by linux for wireless cards. I always disable the default driver(if the wireless card is recognized) and later I install the native windows driver. No issues at all...
 
Old 05-12-2008, 09:56 AM   #9
ctrlchaos
LQ Newbie
 
Registered: Apr 2008
Posts: 3

Rep: Reputation: 0
Quote:
sudo iwconfig wlan0 rate 54M
got it all fixed for me

finally i can enjoy ubuntu to the max
 
Old 06-07-2008, 11:23 AM   #10
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
No luck here sadly. Still very slow
 
Old 06-07-2008, 12:54 PM   #11
metallica1973
Senior Member
 
Registered: Feb 2003
Location: Washington D.C
Posts: 2,190

Rep: Reputation: 60
I just installed ubuntu 8.10 and it too is very slow. I am having disconnect problems as well.
 
Old 06-10-2008, 06:21 AM   #12
tirithen
LQ Newbie
 
Registered: Jun 2008
Posts: 1

Rep: Reputation: 0
I have had this problem with hardy before, and I did find a solution for it, now I have installed a lot of updates and gotten this problem again, when I test my internet speed I get this same problem again. Sadly I cannot seem to find the fix which made it work.
 
Old 06-10-2008, 06:36 AM   #13
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
Check the driver - on 3945 the driver is bloody awful - heaps of errors.
Look at ifconfig.
 
Old 08-17-2008, 04:27 AM   #14
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
Code:
sudo iwconfig wlan0 rate 54Mb/s
solves the problem

EDIT: You also need to install the RA2500 windows driver using ndiswrapper.

Last edited by Boffy; 08-18-2008 at 04:26 AM.
 
Old 11-03-2008, 09:32 PM   #15
redfox22
LQ Newbie
 
Registered: Nov 2008
Posts: 1

Rep: Reputation: 0
Smile ndiswrapper worked for me

I have a TRENDnet wireless USB adapter for my desktop, and was getting the same, EXTREMELY slow wireless throughput on my 10mb line.

I used NDISWrapper and installed the Windows XP version of my driver from the CD. Rebooted, and now I have expected speeds.

Same thing worked when I tried it on my Belkin USB adapter.

Thanks for the tip!
 
  


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
New Fedora Internet connection slow slow slow matrim Fedora 9 07-29-2005 01:39 PM
Ubuntu Slow KraftMayo Linux - Software 1 11-03-2004 05:40 AM
slow internet access. too slow!!! iamstinke Linux - Networking 2 01-01-2004 09:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 02:15 PM.

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