From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr =?iso-8859-2?Q?=A9tetiar?= Date: Mon, 6 Dec 2010 19:27:01 +0100 Subject: [ath9k-devel] ath9k_htc, 2.6.36 and "Target is unresponsive" error In-Reply-To: <20101203113333.GA18842@vmraj-lnx.users.atheros.com> References: <20101119110559.GO15069@ibawizard.net> <20101122091422.GD2530@ibawizard.net> <20101122113004.GE2530@ibawizard.net> <20101122154716.GF2530@ibawizard.net> <20101203103645.GA18391@vmraj-lnx.users.atheros.com> <20101203113333.GA18842@vmraj-lnx.users.atheros.com> Message-ID: <20101206182701.GE22360@ibawizard.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Rajkumar Manoharan [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