Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th June 2011, 12:26 PM
fedoraaa Offline
Registered User
 
Join Date: Jun 2011
Posts: 11
windows_7firefox
Fedora 15 / WLAN [Internet] is very slow

Hi @all,

i've got the following problem. My internet is very very slow and I don't know where to configure it, so that it will run normally...

Quote:
[emrah@emrah-rechner ~]$ uname -a
Linux math-rechner 2.6.38.6-27.fc15.x86_64 #1 SMP Sun May 15 17:23:28 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Quote:
[emrah@emrah-rechner ~]$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.0.1
Quote:
[emrah@emrah-rechner ~]$ lspci | grep Atheros
05:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
Quote:
[math@math-rechner ~]$ lsmod | grep ath
ath9k 91484 0
mac80211 234498 1 ath9k
ath9k_common 2633 1 ath9k
ath9k_hw 272393 2 ath9k,ath9k_common
ath 14564 2 ath9k,ath9k_hw
cfg80211 135850 3 ath9k,mac80211,ath
Quote:
[emrah@emrah-rechner ~]$ dmesg | grep ath
[ 13.634335] ath9k 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 13.634348] ath9k 0000:05:00.0: setting latency timer to 64
[ 14.070316] ath: EEPROM regdomain: 0x65
[ 14.070318] ath: EEPROM indicates we should expect a direct regpair map
[ 14.070322] ath: Country alpha2 being used: 00
[ 14.070323] ath: Regpair used: 0x65
[ 14.086829] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 14.087257] Registered led device: ath9k-phy0::radio
[ 14.087326] Registered led device: ath9k-phy0::assoc
[ 14.087389] Registered led device: ath9k-phy0::tx
[ 14.087456] Registered led device: ath9k-phy0::rx
Quote:
[emrah@emrah-rechner ~]$ iwconfig
lo no wireless extensions.

p7p1 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:"WLANKAS"
Mode:Managed Frequency:2.437 GHz Access Point: 30:46:9A:31:E7:8C
Bit Rate=150 Mb/s Tx-Power=14 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=66/70 Signal level=-44 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:4 Invalid misc:149 Missed beacon:0
When I try to load a website, e.g. to post a new thread in this forum, I can't. I also disabled IPv6 in Firefox but this didn't help either. I have no problems in Windows 7 and I had to open this thread in Win 7 as it was not possible to do it in Fedora..

Any ideas how I can run my internet normally? Thank you.
Reply With Quote
  #2  
Old 7th June 2011, 04:26 AM
lkpfedora Offline
Registered User
 
Join Date: Jun 2011
Posts: 12
linuxchrome
Re: Fedora 15 / WLAN [Internet] is very slow

Using DNS google public instead of your DNS.
nameserver 8.8.8.8
Reply With Quote
  #3  
Old 7th June 2011, 08:52 AM
fedoraaa Offline
Registered User
 
Join Date: Jun 2011
Posts: 11
linuxchrome
Re: Fedora 15 / WLAN [Internet] is very slow

Hi,

that doesn't help either. :-/
Reply With Quote
  #4  
Old 10th June 2011, 03:47 AM
gnaurphe Offline
Registered User
 
Join Date: Jun 2011
Posts: 3
linuxfirefox
Re: Fedora 15 / WLAN [Internet] is very slow

You can try a workaround:
# rmmod ath9k
# modprobe ath9k nohwcrypt=1
Reply With Quote
  #5  
Old 13th June 2011, 09:57 PM
fedoraaa Offline
Registered User
 
Join Date: Jun 2011
Posts: 11
linuxchrome
Re: Fedora 15 / WLAN [Internet] is very slow

Quote:
Originally Posted by gnaurphe View Post
You can try a workaround:
# rmmod ath9k
# modprobe ath9k nohwcrypt=1
Hi,

this helped for about 30 minutes, 1 hour or 2? I don't know exactly how long it worked well but now it is the same as before. My internet is still so slow..

I already tried

Code:
sudo su
echo "options ath9k nohwcrypt=1" >> /etc/modprobe.d/ath9k.conf
reboot
but this didn't help either... Any further ideas?
Reply With Quote
  #6  
Old 13th June 2011, 10:19 PM
gnaurphe Offline
Registered User
 
Join Date: Jun 2011
Posts: 3
linuxfirefox
Re: Fedora 15 / WLAN [Internet] is very slow

Quite odd... it worked for me and continues to work. I didn't add it to any startup scripts, though... just been typing it after reboots.

I wish I could find the original thread where I snatched that info, but it seems to be hiding for the moment. The basic summary is that this is a regression with the ath9k driver in th .38 kernel series and should be fixed soon with a kernel update (affects only the *.38 series if memory serves... someone leap in and tell me if I'm wrong.)

I wish I had better ideas than "try again" or "wait for the kernel update" but I'm honestly not that intelligent and I know when to shut up.

Eric
Reply With Quote
  #7  
Old 13th June 2011, 10:40 PM
fedoraaa Offline
Registered User
 
Join Date: Jun 2011
Posts: 11
linuxchrome
Re: Fedora 15 / WLAN [Internet] is very slow

Thank you for your help, gnaurphe!

A question to you: can you load this website or a link on that website perfectly? https://www.bwin.com/de/default.aspx
Because I can't...

I'm afraid I have to wait for a kernel update...

---------- Post added at 09:40 PM ---------- Previous post was at 09:31 PM ----------

I guess I have a workaround. This works, at least for me, like a dream:

Code:
sudo nano /etc/rc.local
Add this to the end of the line:

Code:
iwconfig wlan0 rate 54M
exit 0
Update the firmware of the router and set it to B/G mode only.

Now I can surf normally.
Reply With Quote
  #8  
Old 13th June 2011, 10:40 PM
gnaurphe Offline
Registered User
 
Join Date: Jun 2011
Posts: 3
linuxfirefox
Re: Fedora 15 / WLAN [Internet] is very slow

I don't read the language well enough to be certain, but it appears to open with no problems.
Reply With Quote
  #9  
Old 13th June 2011, 10:43 PM
fedoraaa Offline
Registered User
 
Join Date: Jun 2011
Posts: 11
linuxchrome
Re: Fedora 15 / WLAN [Internet] is very slow

Hi gnaurphe,

with the workaround above it works quite well now.
Thank you again for your help!
Reply With Quote
  #10  
Old 21st June 2011, 03:23 PM
angelcosta Offline
Registered User
 
Join Date: Oct 2005
Posts: 3
linuxfirefox
Re: Fedora 15 / WLAN [Internet] is very slow

Yeah, worked for me too. Torrent speed just went high now!

Thanks.
Reply With Quote
  #11  
Old 22nd June 2011, 04:12 PM
fedoraaa Offline
Registered User
 
Join Date: Jun 2011
Posts: 11
linuxchrome
Re: Fedora 15 / WLAN [Internet] is very slow

Quote:
Originally Posted by angelcosta View Post
Yeah, worked for me too. Torrent speed just went high now!

Thanks.
Nice to read that.
Reply With Quote
  #12  
Old 4th August 2011, 10:54 PM
knightvv Offline
Registered User
 
Join Date: Jul 2011
Posts: 3
linuxchrome
Re: Fedora 15 / WLAN [Internet] is very slow

I had the same problem. My environment:
Fedora 15, 64 bit
Thinkpad x120e, E-240
Realtek wireless card

I've tried several different solutions online, including
- changing DNS server and
- setting transmission power of wireless card to 45Mbps (it already says so)
- and caching DNS result.

None of those really solved my problem.

Finally I solved it by updating to kernel 2.6.40. It really worked.

Now by using iwconfig I can see the the transmission power of wireless card is increased from 45Mbps to 150Mbps. This seems to be the difference I noticed so far.

So my suggestion is try updating your kernel since it seems to be a kernel bug.
Reply With Quote
  #13  
Old 11th September 2011, 08:13 PM
Maxorata Offline
Registered User
 
Join Date: Nov 2006
Posts: 45
linuxfirefox
Re: Fedora 15 / WLAN [Internet] is very slow

Hi,
What packages did you install? I have kernel 2.6.40 installed and I'm still experiencing very slow transfer rates.
My netbook is a Lenovo IdeaPad S205. Except for the wireless being slow everything else works wonderfully.
Thanks for your help.

Last edited by Maxorata; 11th September 2011 at 11:45 PM.
Reply With Quote
Reply

Tags
fedora, internet, slow, wlan

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora 12 internet slow S. Chapelin Installation and Live Media 7 9th February 2010 12:28 PM
Internet only slow on Fedora Cassanova Servers & Networking 7 18th April 2009 02:35 AM
Painfully Slow wlan with fedora 2-3x faster with windows Coji420 Servers & Networking 14 4th October 2008 07:30 AM
why my internet is slow in Fedora? green-cat-fed Security and Privacy 31 14th June 2006 03:36 AM
slow internet with fedora bazzoon Using Fedora 9 17th December 2004 01:25 AM


Current GMT-time: 08:27 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat