From owner-freebsd-current@FreeBSD.ORG Thu Jun 14 04:36:23 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB8B716A41F for ; Thu, 14 Jun 2007 04:36:23 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 7760813C448 for ; Thu, 14 Jun 2007 04:36:23 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 75E451CC58; Thu, 14 Jun 2007 16:36:21 +1200 (NZST) Date: Thu, 14 Jun 2007 16:36:21 +1200 From: Andrew Thompson To: Steve Kargl Message-ID: <20070614043621.GA13586@heff.fud.org.nz> References: <20070614043216.GA90909@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070614043216.GA90909@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-current@freebsd.org Subject: Re: ath device appears broken 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: Thu, 14 Jun 2007 04:36:23 -0000 On Wed, Jun 13, 2007 at 09:32:16PM -0700, Steve Kargl wrote: > I updated a 23 May 07 kernel and world to today sources, > and ath0 no longer works. The first problem is that I > do not use modules and modules are not built. When I > boot up, the console shows > > ieee80211_load_module: load the wlan_scan_sta module by hand for now. > > Great, I don't have a wlan_scan_sta module. So, I can't get ath0 > to associate. You need to sync your kernel config to GENERIC, wlan_scan_* have been added there along with the wlan modules. Its a common problem when the config is forked off GENERIC, the include funtions help here. cheers, Andrew