From owner-freebsd-net@FreeBSD.ORG Sat Feb 20 22:55:51 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 9EA89106566B for ; Sat, 20 Feb 2010 22:55:51 +0000 (UTC) (envelope-from jake@stnlabs.com) Received: from server514.appriver.com (server514a.exghost.com [72.32.253.68]) by mx1.freebsd.org (Postfix) with ESMTP id 693608FC0C for ; Sat, 20 Feb 2010 22:55:50 +0000 (UTC) X-Policy: GLOBAL - stnlabs.com X-Primary: jake@stnlabs.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: jake@stnlabs.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 72.32.253.140 X-Note-Reverse-DNS: fe01.exg4.exghost.com X-Note-WHTLIST: jake@stnlabs.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G173 G174 G175 G176 G180 G181 G192 G279 X-Note: Encrypt Rule Hits: X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [72.32.253.140] (HELO FE01.exg4.exghost.com) by server514.appriver.com (CommuniGate Pro SMTP 5.3.2) with ESMTP id 101544368 for freebsd-net@freebsd.org; Sat, 20 Feb 2010 15:55:56 -0600 Received: from be18.exg4.exghost.com ([72.32.253.175]) by FE01.exg4.exghost.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 20 Feb 2010 15:55:50 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sat, 20 Feb 2010 15:55:46 -0600 Message-ID: <0D51275610C0C04588FA911C811B687E02480269@be18.exg4.exghost.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: xbox 360 + atheros 5212 connection issues Thread-Index: Acqyd3SeXImpGPA/QKuPSSiBR1Xneg== From: "Jake Baillie" To: X-OriginalArrivalTime: 20 Feb 2010 21:55:50.0463 (UTC) FILETIME=[773A1CF0:01CAB277] Subject: xbox 360 + atheros 5212 connection issues 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: Sat, 20 Feb 2010 22:55:51 -0000 Hello, I'm having trouble getting an Xbox 360 to connect to my newly upgraded FreeBSD based wireless access point. The Xbox 360 can successfully locate the AP in a scan, but when trying to connect it simply fails. If you've never used an Xbox 360 before it is quite useless in reporting debugging information, so all debugging will either have to come from the FreeBSD box or perhaps another computer set to monitor mode. I'd like to request some help in debugging this as I have no idea where to start. The FreeBSD box is running 8-RELEASE. Datapoints: 1. The Xbox connected successfully to my FreeBSD 7-RELEASE based AP with no issues. 2. The Xbox connected successfully to multiple off the shelf consumer grade APs I have sitting around. 3. The Xbox cannot connect to a Linux based AP using madwifi-0.9.4 or later trunk versions. It also cannot connect using the (more recent) ath5k driver on Linux. I only mention this as I tried setting up a Slackware box out of frustration to no avail. (FYI - there is a very old ticket on the madwifi site that was never closed with the exact problem that I am having: http://madwifi-project.org/ticket/1509) 4. Many other devices are connecting successfully to the 8-RELEASE AP including a couple of netbooks, a laptop, a Canon wireless printer, an iPod touch, a BlackBerry, and an Apple Wireless bridge. 5. The network is using WPA2-PSK through hostapd. Turning off authentication and opening the network completely does not help. -- The hardware is a Cisco Aironet PCI card with an Atheros 5212 chip: # dmesg | grep ath ath0: mem 0xe1300000-0xe130ffff irq 16 at device 4.0 on pci5 ath0: [ITHREAD] ath0: AR5212 mac 5.9 RF5112 phy 4.3 # ifconfig ath0 ath0: flags=3D8843 metric 0 mtu 2290 ether 00:40:96:b8:13:53 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g status: running # ifconfig wlan0 wlan0: flags=3D8943 = metric 0 mtu 1500 ether 00:40:96:b8:13:53 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g status: running ssid freebsd channel 6 (2437 Mhz 11g) bssid 00:40:96:b8:13:53 regdomain FCC3 indoor ecm authmode WPA2/802.11i privacy MIXED deftxkey 3 AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 21 scanvalid 60 protmode CTS wme burst dtimperiod 1 -dfs Any help is appreciated. cheers, -- jake