From owner-freebsd-current@FreeBSD.ORG Sun May 22 16:51:49 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C37B16A41C for ; Sun, 22 May 2005 16:51:49 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id B65C343D1F for ; Sun, 22 May 2005 16:51:48 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.90] ([66.127.85.90]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j4MGpems035324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 22 May 2005 09:51:40 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4290B89E.1040107@errno.com> Date: Sun, 22 May 2005 09:51:42 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Emil Mikulic References: <20050522110627.GA48162@dmr.ath.cx> In-Reply-To: <20050522110627.GA48162@dmr.ath.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ath0 goes down periodically X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 16:51:49 -0000 Emil Mikulic wrote: > At home I have a FreeBSD 6-CURRENT machine with an ath card acting as an > access point. Every once in a while, wireless traffic stops and I have > to log in to this machine and manually bounce the interface to get it > going again. > > I noticed that when this sort of outage occurs I can't ping from the > hostap machine on the wifi interface. It looks like the interface queue > is full. (?) When this happens can you see beacons being xmit'd by the ap? Also the output of athstats (src/tools/tools/ath) may be useful. Sam