![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
System76 Support Support for System76 Ubuntu Laptops and Desktops. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2008
Beans: 39
|
[Solved] Wireless up and down on 9.10 fresh install
Seems like this issue get overshadowed in the masses with "my wireless is not working at all" so I still have not found an answer.
Since doing a fresh install of 9.10 (keeping home partition intact) I have a wierd issue with wireless being very slow due to it coming and going. By that I mean I get a lot of network activity when say loading a page, but every few seconds the page pauses while loading and activity goes to zero. I don't loose my connection, it just goes up and down all the time. I do need to test fully by plugging directly into my LAN. But just wanted to throw this out there to see if anyone had it and fixed it. Last edited by abulluck; 2 Weeks Ago at 11:10 AM.. |
|
|
|
|
|
#2 | |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2006
Beans: 371
Ubuntu 9.10 Karmic Koala
|
Re: Wireless up and down on 9.10 fresh install
Quote:
|
|
|
|
|
|
|
#3 |
|
Gee! These Aren't Roasted!
![]() |
Re: Wireless up and down on 9.10 fresh install
Actually I ran into this problem two nights ago on my PanP5 running Ubuntu 9.04. Things were loading very slow, websites stalling, and Hulu nor Youtube would load any videos. I went to speedtest.net and it showed my downstream speed was about 0.5 mbps with a horrible ping time of around 250ms.
I rebooted and ran the speed test again where it showed downstream at 17 mbps and ping time at 23ms which is more like what I normally get. I'm sure it wasn't my ISP because my wife had a Hulu video playing on her laptop and surfing and she didn't experience any slowdown. Not sure what it was and the logs didn't show anything out of the ordinary. I just hope this doesn't happen while taking one of my online tests for school Sam |
|
|
|
|
|
#4 | |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2006
Beans: 371
Ubuntu 9.10 Karmic Koala
|
Re: Wireless up and down on 9.10 fresh install
Quote:
Intermittent stuff can happen, but that is where monitoring and reporting on what network manager is doing comes in. If the signal is dropping some, look at it - do the blue bars reflect this? Simple as that. On my desktop using Ethernet for instance, I can right-click NM and get what you see in the screenshot attached. Do the same the minute it happens again. Another approach is to copy and paste what iwconfig provides in the terminal. Last edited by ctsdownloads; 2 Weeks Ago at 02:30 PM.. |
|
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2008
Beans: 39
|
Re: Wireless up and down on 9.10 fresh install
Ok, the solution that worked for me was to disable ipv6 in the grub.
|
|
|
|
|
|
#6 |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2006
Beans: 371
Ubuntu 9.10 Karmic Koala
|
Re: Wireless up and down on 9.10 fresh install
|
|
|
|
|
|
#7 |
|
Gee! These Aren't Roasted!
![]() |
Re: Wireless up and down on 9.10 fresh install
|
|
|
|
|
|
#8 |
|
Way Too Much Ubuntu
![]() Join Date: Aug 2006
Location: Okinawa, Japan
Beans: 297
Kubuntu 9.10 Karmic Koala
|
Re: Wireless up and down on 9.10 fresh install
Disabling IPv6 support in Firefox usually speeds up connections. Just make sure your ISP doesn't rely on it for things like their DNS server.
Disabling IPv6 with Firefox is the way to go, then if you want to go with the OS. Here is how to do both. In Firefox, type in the address bar: about:config In the filter, type: ipv6 You will see the variable network.dns.disableIPv6 Change value to true to disable IPv6 support in Firefox. To disable IPv6 on the OS do this: gksu gedit /etc/modprobe.d/blacklist Add at the end of file the line: blacklist ipv6 Save, then reboot. To make sure that IPv6 is disabled, type in a terminal: ip a | grep inet6 Last edited by Lee_Machine; 2 Weeks Ago at 07:43 PM.. |
|
|
|
|
|
#9 |
|
A Carafe of Ubuntu
![]() Join Date: Sep 2009
Location: 127.0.0.1
Beans: 111
|
Re: Wireless up and down on 9.10 fresh install
You might also consider disabling whatever network managers that you run and just do a static configuration.
|
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: Jul 2009
Beans: 11
Ubuntu 9.04 Jaunty Jackalope
|
Re: Wireless up and down on 9.10 fresh install
This is a known issue is Karmic:
[karmic regression] all network apps / browsers suffer from multi-second delays by default due to IPv6 DNS lookups https://bugs.launchpad.net/ubuntu/+s...bc/+bug/417757 This issue slows down all network activity, not just your browser. I did the following to disable IPv6 in the OS (in grub): start a Terminal session and type: gksu gedit /etc/default/grub ....then change GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash" then sudo update-grub Reboot and network speed should be back to normal. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|