All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre Willaime <pierre.willaime@gmail.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] Card AR928X very slow with new kernels
Date: Sun, 22 Apr 2012 00:54:27 +0000	[thread overview]
Message-ID: <20120422005427.GA7640@nil> (raw)

Hello,

I have some troubles with my atheros wireless card. With new kernels, the connection is very slow and unreliable. It was not the same on debian stable with an old kernel.

It seems that the problem is somehow linked with the ath9k driver and linux 3.2xxx.

I tried to disable ipv6 and to start ath9k with the option "nohwcrypt" but I didn't see any huge improvement. Here are the commands I entered:

# Disable ipv6
  	echo "#disable ipv6" | tee -a /etc/sysctl.conf 	       
	echo "net.ipv6.conf.all.disable_ipv6 = 1" | tee -a /etc/sysctl.conf 
	echo "net.ipv6.conf.default.disable_ipv6 = 1" | tee -a /etc/sysctl.conf 
	echo "net.ipv6.conf.lo.disable_ipv6 = 1" | tee -a /etc/sysctl.conf

# ath9k option
  	echo "options ath9k nohwcrypt=1" > /etc/modprobe.d/ath9k.conf
	

Here is a way to fix this? If no, could I wait for an upgrade of linux which could fix this or is there no hope?

Thanks

pw

P-S : I am not member of the ath9k-devel list, so if you can put me in CC...

------------------------------
Here is some information on my system (debian sid); I use network-manager:

# lspci | grep -i atheros
03:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)

# iwconfig
wlan0     IEEE 802.11abgn  ESSID:"xxxxxxxxx"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:23:F8:95:B2:11   
          Bit Rate=1 Mb/s   Tx-Power=16 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          Link Quality=26/70  Signal level=-84 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:293  Invalid misc:11321   Missed beacon:0

# uname -a
Linux nil 3.2.0-2-amd64 #1 SMP Sun Apr 15 16:47:38 UTC 2012 x86_64 GNU/Linux


# modinfo ath9k
filename:       /lib/modules/3.2.0-2-amd64/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko
license:        Dual BSD/GPL
description:    Support for Atheros 802.11n wireless LAN cards.
author:         Atheros Communications
alias:          pci:v0000168Cd00000034sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000033sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000032sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000030sv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000002Esv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000002Dsv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000002Csv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000002Bsv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000002Asv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000029sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000027sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000024sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000023sv*sd*bc*sc*i*
depends:        ath9k_hw,ath9k_common,mac80211,ath,cfg80211
intree:         Y
vermagic:       3.2.0-2-amd64 SMP mod_unload modversions 
parm:           debug:Debugging mask (uint)
parm:           nohwcrypt:Disable hardware encryption (int)
parm:           blink:Enable LED blink on activity (int)
parm:           btcoex_enable:Enable wifi-BT coexistence (int)

$ lsmod | grep -i ath
ath9k                  73540  0 
ath9k_common           12728  1 ath9k
ath9k_hw              322017  2 ath9k_common,ath9k
ath                    21370  3 ath9k_hw,ath9k_common,ath9k
mac80211              192768  2 ath9k,iwlwifi
cfg80211              137140  4 mac80211,ath,ath9k,iwlwifi

             reply	other threads:[~2012-04-22  0:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-22  0:54 Pierre Willaime [this message]
2012-04-22 23:45 ` [ath9k-devel] Card AR928X very slow with new kernels Mitch Davis
2012-04-23  1:39   ` Peter Stuge
2012-04-23  2:35     ` Mitch Davis
2012-04-23  3:07       ` Ben Greear
2012-04-23  3:16       ` Peter Stuge
2012-04-23  6:58         ` Mitch Davis
2012-04-23 12:47           ` Peter Stuge
2012-04-23 12:54             ` Mitch Davis
2012-04-23 13:46           ` Ben Greear
2012-04-23 14:50             ` Ben Greear

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120422005427.GA7640@nil \
    --to=pierre.willaime@gmail.com \
    --cc=ath9k-devel@lists.ath9k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.