From owner-freebsd-net@FreeBSD.ORG Tue Feb 23 12:00:26 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 85D36106566C for ; Tue, 23 Feb 2010 12:00:26 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id 15A908FC0C for ; Tue, 23 Feb 2010 12:00:25 +0000 (UTC) Received: by fxm23 with SMTP id 23so3629924fxm.3 for ; Tue, 23 Feb 2010 04:00:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=8HC41V3DrtQyb2oYDAOk/kSuNjEfe8sJSgCtUL+IeIE=; b=QTK5IWJc9l/Qh4fSxAklCSVlJUtco7X3QhCprXBRytoXBfgfE38wkp61O2V1zBMiYm hLKQOXrYktQ5n+fpgbLE3+v6yX44ncSdcRjnKnp83QEmeYtw3TIIuqquvdy5+TVHVQFD VtKpbJMoOfexyxEIw/i0bdzcTOdyvYdP1ZtGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=cTl+1ZhOaU4wOxdgIj1EZLSb/V9U3wvn7DCEvLoe5IHForrbLek8jk5u4nByCKEaAt 0VIga6OGoncx2DVavgEeclF+3xz+af4+kfHsahpya84iSZrZ3+ItkHRMi1KWqiEBuT7D Nm/NSqgx3xWua9vaUjh0/j8wHAloxjuyUru4A= Received: by 10.103.67.25 with SMTP id u25mr5257740muk.107.1266926420042; Tue, 23 Feb 2010 04:00:20 -0800 (PST) Received: from ?10.0.10.4? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id 23sm3188288mum.6.2010.02.23.04.00.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Feb 2010 04:00:18 -0800 (PST) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <0D51275610C0C04588FA911C811B687E02480269@be18.exg4.exghost.com> Date: Tue, 23 Feb 2010 12:00:17 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <0D51275610C0C04588FA911C811B687E02480269@be18.exg4.exghost.com> To: Jake Baillie X-Mailer: Apple Mail (2.1077) Cc: freebsd-net@freebsd.org Subject: Re: 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: Tue, 23 Feb 2010 12:00:26 -0000 On 20 Feb 2010, at 21:55, Jake Baillie wrote: > Hello, >=20 > 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. >=20 > I'd like to request some help in debugging this as I have no idea = where > to start. First try enabling hostapd debugging. Then use wlandebug and athdebug to help diagnosing net80211 problems and = ath problems, respectively. If that doesn't help, you need to look at the packet traces with = wireshark. -- Rui Paulo