From owner-freebsd-current@FreeBSD.ORG Tue Sep 29 03:29:56 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08413106566B; Tue, 29 Sep 2009 03:29:56 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id D65D68FC16; Tue, 29 Sep 2009 03:29:55 +0000 (UTC) Received: from Macintosh-4.local ([10.0.0.198]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n8T3Tt7l005093 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Sep 2009 20:29:55 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4AC17F33.80800@freebsd.org> Date: Mon, 28 Sep 2009 20:29:55 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Alex Dupre References: <4AC0BB4A.40201@FreeBSD.org> In-Reply-To: <4AC0BB4A.40201@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC-x.dcc-servers-Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: Atheros 9280 issue 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: Tue, 29 Sep 2009 03:29:56 -0000 Alex Dupre wrote: > I have a Zotac ION board with an Atheros 9280 in the mini-pci slot. I > did a few tests in sta and hostap mode with 8.0-BETA4 and all seemed to > work correctly. Today I switched off my old access point and replaced it > with this new system and FreeBSD 8.0-RC1, but suddenly I got plenty (one > every few seconds) of the following error messages: > > ath0: stuck beacon; resetting (bmiss count 4) > > Clients can connect to the AP, but obviously packets are dropped every > time the card is reset. How do you know packets are dropped? Nothing should be lost. > > Is there anything I can do to help debugging the issue? > > > dmesg: > > ath0: mem 0xfebf0000-0xfebfffff irq 16 at device 0.0 on pci4 > ath0: [ITHREAD] > ath0: AR9280 mac 128.2 RF5133 phy 13.0 > > > pciconf: > > ath0@pci0:4:0:0: class=0x028000 card=0x10671a3b chip=0x002a168c > rev=0x01 hdr=0x00 > vendor = 'Atheros Communications Inc.' > device = 'Atheros AR5B91 Wireless Network Adapter (0001)' > class = network > "every few seconds" is not helpful. Look for something else in the system that coincides w/ your msgs. It's possible that periodic calibration done by the driver has a bad effect; you can turn it off by setting a sysctl (look at sysctl -a and/or the driver code). Sam