From owner-freebsd-mobile@FreeBSD.ORG Sun Nov 6 22:22:18 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF54F16A41F for ; Sun, 6 Nov 2005 22:22:18 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B9FD43D45 for ; Sun, 6 Nov 2005 22:22:12 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.192] ([10.0.0.192]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id jA6MMCpU007037 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Nov 2005 14:22:12 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <436E81C9.8090808@errno.com> Date: Sun, 06 Nov 2005 14:20:57 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Arends References: <20051106131916.GO28385@sun.unixguru.nl> <436E4174.6010502@errno.com> <20051106175633.GA26783@sun.unixguru.nl> In-Reply-To: <20051106175633.GA26783@sun.unixguru.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: Atheros (ath0) no RX traffic X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 22:22:18 -0000 Richard Arends wrote: > On Sun, Nov 06, 2005 at 09:46:28AM -0800, Sam Leffler wrote: > > Sam, > > >>Try turning off wep. The stats seemed to indicate frames are being >>dropped 'cuz of cipher issues but it's hard to tell. > > > Hmm, why didn't I try that before :( > > Turning off wep works. Any idea what the problem could be and how we fix it? > Check your ap config to make sure the keys are setup identically. Past that you can enable diagnostic msgs about crypto failures with 80211debug crypto and/or 80211debug crypto+input 80211debug is found in tools/tools/ath. Sam