From owner-freebsd-net@FreeBSD.ORG Fri Dec 16 23:17:22 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9468E16A41F for ; Fri, 16 Dec 2005 23:17:22 +0000 (GMT) (envelope-from nielsen-list@memberwebs.com) Received: from mail.npubs.com (mail.npubs.com [209.66.100.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6467843D5E for ; Fri, 16 Dec 2005 23:17:22 +0000 (GMT) (envelope-from nielsen-list@memberwebs.com) From: Nate Nielsen User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20051216233343.8BECB70DD6F@mail.npubs.com> X-Virus-Scanned: ClamAV using ClamSMTP Date: Fri, 16 Dec 2005 23:33:44 +0000 (GMT) Subject: Atheros Looping: ath0: hardware error; resetting X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nielsen@memberwebs.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2005 23:17:22 -0000 I have Atheros 5213 based 802.11a cards. When switching 'media' (ie: rates or speed) I often get the following error multiple times on my console: > ath0: hardware error; resetting > ath0: hardware error; resetting It's all fine and good when it's just a few times, but in many cases it enters an endless loop, bringing the wireless link to it's knees. The above line is written to the console over and over again, I'm running FreeBSD 6.0 on two boxes sitting next to each other. The wireless NICs are setup real simple (in rc.conf) with: ifconfig_ath0="inet 10.28.2.18/30 ssid tel2 channel 52 \ mediaopt adhoc" To duplicate run the following several times: # ifconfig ath0 media auto # ifconfig ath0 media OFDM/6Mbps A work around is simply to punch the settings into rc.conf and reboot. Cheers, Nate