From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 13:22:36 2003 Return-Path: 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 B9B3516A4B3 for ; Tue, 16 Sep 2003 13:22:36 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C52243F85 for ; Tue, 16 Sep 2003 13:22:36 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange.errno.com (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h8GKMP17020451 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 16 Sep 2003 13:22:30 -0700 (PDT) (envelope-from sam@errno.com) Date: Tue, 16 Sep 2003 13:22:24 -0700 From: Sam Leffler To: Lukas Ertl , current@freebsd.org Message-ID: <337476956.1063718543@melange.errno.com> In-Reply-To: <20030916214454.A568@korben.in.tern> References: <20030916214454.A568@korben.in.tern> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: ath(4) stopped working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Sep 2003 20:22:36 -0000 > I just built a kernel with latest sources, unfortunately, my ath(4) card > stopped working. The device is there, devd sets ip address, route etc., > just as it did before the upgrade - the problem is that the link is dead, > there's _nothing_ going over the link. It also seems to re-associate with > the AP quite often. > > A kernel from Fri Sep 12 works correctly, with the same configuration. I > guess the ath/ieee80211 commits from yesterday/today broke something. I need more help than this. Try supplying some information like the card type (e.g. 5212) and your setup (station, adhoc, hostap, 11a, 11b, 11g). Also try sysctl debug.ieee80211=1 and/or ifconfig ath0 debug and look at the debug messages. Obviously stuff worked for me before I committed (and I tested all types of cards). Sam