From owner-freebsd-net@FreeBSD.ORG Mon Sep 6 23:49:16 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97FDD10656AB for ; Mon, 6 Sep 2010 23:49:16 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 107408FC14 for ; Mon, 6 Sep 2010 23:49:15 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 84D8351 for ; Tue, 7 Sep 2010 01:31:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5AI+n4Wtlym4 for ; Tue, 7 Sep 2010 01:31:45 +0200 (CEST) Received: from snifi.laptop (87-205-38-31.adsl.inetia.pl [87.205.38.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id C56DA48 for ; Tue, 7 Sep 2010 01:31:44 +0200 (CEST) To: freebsd-net@freebsd.org From: Maciej Milewski Date: Tue, 7 Sep 2010 01:31:42 +0200 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009070131.42522.milu@dat.pl> Subject: ath wpa_supplicant timeouts on AR5416 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2010 23:49:16 -0000 Hi, I have problem with card based on AR5416 (TL-WN861N) on 9-CURRENT. wpa_supplicant timeouts while connecting to 11g WPA/WPA2 network: #wpa_supplicant -iwlan1 -c /etc/wpa_supplicant.conf Trying to associate with 00:14:6c:6a:xx:xx (SSID='NET5' freq=2462 MHz) Authentication with 00:14:6c:6a:xx:xx timed out. and so on. I'm sure that network is working because I can complete the negotiation on my two other atheros based cards. Only the AR5416 has issues. #wpa_supplicant -iwlan0 -c /etc/wpa_supplicant.conf Trying to associate with 00:14:6c:6a:xx:xx (SSID='NET5' freq=2462 MHz) Associated with 00:14:6c:6a:xx:xx WPA: Key negotiation completed with 00:14:6c:6a:xx:xx [PTK=CCMP GTK=TKIP] CTRL-EVENT-CONNECTED - Connection to 00:14:6c:6a:xx:xx completed (auth) [id=0 id_str=] The one which is problematic is: ath1: irq 1 at device 18.0 on pci0 ath1: [ITHREAD] ath1: AR5416 mac 13.10 RF2122 phy 8.1 The rest which is working: ath0: irq 0 at device 17.0 on pci0 ath0: [ITHREAD] ath0: AR5212 mac 5.6 RF5111 phy 4.1 ath2: irq 2 at device 19.0 on pci0 ath2: [ITHREAD] ath2: AR2413 mac 7.8 RF2413 phy 4.5 The wpa_supplicant.conf isn't complicated: network={ ssid="NET5" psk=thelongpskphrase } AFAIR this card was working fine in hostap mode. How can I help in fixing the issue? Regards, Maciej Milewski