All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Petr Štetiar" <ynezz@true.cz>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] ath9k_htc, 2.6.36 and "Target is unresponsive"	error
Date: Mon, 6 Dec 2010 19:27:01 +0100	[thread overview]
Message-ID: <20101206182701.GE22360@ibawizard.net> (raw)
In-Reply-To: <20101203113333.GA18842@vmraj-lnx.users.atheros.com>

Rajkumar Manoharan <rmanoharan@Atheros.com> [2010-12-03 17:03:33]:

> > Please apply the following patch and try again
> > 
> > https://patchwork.kernel.org/patch/369751/
> > 
> 
> Please apply the following firmware patch on linux-firmware git
> then use the updated ar9271.fw
> 
> http://marc.info/?l=linux-wireless&m=128214177613540&w=3

Hi,

thank you for the patches, the issue seems to be gone now, cool :-)

I don't know if it's standard or expected behavior, but it takes about 30
seconds to connect to my WPA/TKIP AP (Asus WL500g):

	root at ts72xx:~# time ifup wlan0 && time ping -c1 www.kernel.org
	WPA: Configuring Interface
	real    0m 8.08s
	user    0m 0.26s
	sys     0m 0.58s
	PING www.kernel.org (199.6.1.164): 56 data bytes
	64 bytes from 199.6.1.164: seq=0 ttl=54 time=50.000 ms

	--- www.kernel.org ping statistics ---
	1 packets transmitted, 1 packets received, 0% packet loss
	round-trip min/avg/max = 50.000/50.000/50.000 ms
	real    0m 26.24s
	user    0m 0.00s
	sys     0m 0.04s

This is from the dmesg:

[   22.730000] usb 1-3: New USB device found, idVendor=0cf3, idProduct=1006
[   22.730000] usb 1-3: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[   22.740000] usb 1-3: Product: USB2.0 WLAN
[   22.750000] usb 1-3: Manufacturer: ATHEROS
[   22.750000] usb 1-3: SerialNumber: 12345
[   23.380000] cfg80211: Calling CRDA to update world regulatory domain
[   25.270000] usb 1-3: ath9k_htc: Transferred FW: ar9271.fw, size: 51312
[   25.570000] usb 1-3: ath9k_htc: HTC initialized with 33 credits
[   30.890000] ath: EEPROM regdomain: 0x809c
[   30.890000] ath: EEPROM indicates we should expect a country code
[   30.890000] ath: doing EEPROM country->regdmn map search
[   30.890000] ath: country maps to regdmn code: 0x52
[   30.890000] ath: Country alpha2 being used: CN
[   30.890000] ath: Regpair used: 0x52
[   31.830000] cfg80211: Calling CRDA for country: CN
[   31.870000] Registered led device: ath9k-phy0::radio
[   31.870000] Registered led device: ath9k-phy0::assoc
[   31.870000] Registered led device: ath9k-phy0::tx
[   31.880000] Registered led device: ath9k-phy0::rx
[   31.880000] usb 1-3: ath9k_htc: USB layer initialized
[   31.880000] usbcore: registered new interface driver ath9k_hif_usb
[   67.930000] wlan0: deauthenticating from 00:1d:60:9d:a8:e6 by local choice (reason=3)
[   73.740000] wlan0: authenticate with 00:1d:60:9d:a8:e6 (try 1)
[   73.740000] wlan0: authenticated
[   75.080000] wlan0: associate with 00:1d:60:9d:a8:e6 (try 1)
[   76.420000] wlan0: RX AssocResp from 00:1d:60:9d:a8:e6 (capab=0x11 status=0 aid=1)
[   76.420000] wlan0: associated

This is not related to the previous issue or the fix, I think, that it took a
lot more without the firmware patch before. Thanks for any pointers.

-- ynezz

  reply	other threads:[~2010-12-06 18:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-19 11:05 [ath9k-devel] ath9k_htc, 2.6.36 and "Target is unresponsive" error Petr Štetiar
2010-11-19 12:06 ` Mohammed Shafi
2010-11-19 12:27   ` Petr Štetiar
2010-11-19 18:34     ` Petr Štetiar
2010-11-20 13:59       ` Petr Štetiar
2010-11-22  5:10         ` Mohammed Shafi
2010-11-22  8:40           ` Petr Štetiar
2010-11-22  5:45 ` Mohammed Shafi
2010-11-22  9:14   ` Petr Štetiar
2010-11-22  9:42     ` Mohammed Shafi
2010-11-22 11:30       ` Petr Štetiar
2010-11-22 13:41         ` Mohammed Shafi
2010-11-22 15:47           ` Petr Štetiar
2010-12-03 10:36             ` Rajkumar Manoharan
2010-12-03 11:33               ` Rajkumar Manoharan
2010-12-06 18:27                 ` Petr Štetiar [this message]
2011-07-30 13:23                 ` [ath9k-devel] ath9k_htc, 2.6.36 and Levi Civita
2011-08-01  4:38                   ` Mohammed Shafi

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=20101206182701.GE22360@ibawizard.net \
    --to=ynezz@true.cz \
    --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.