From owner-freebsd-current@FreeBSD.ORG Thu Jun 14 06:15:24 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 8730C16A46B for ; Thu, 14 Jun 2007 06:15:24 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 6B41613C489 for ; Thu, 14 Jun 2007 06:15:24 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l5E6Dmpd096241; Wed, 13 Jun 2007 23:13:48 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l5E6DeH4096240; Wed, 13 Jun 2007 23:13:40 -0700 (PDT) (envelope-from sgk) Date: Wed, 13 Jun 2007 23:13:39 -0700 From: Steve Kargl To: Sam Leffler Message-ID: <20070614061339.GA96199@troutmask.apl.washington.edu> References: <20070614043216.GA90909@troutmask.apl.washington.edu> <4670C6F1.9060301@errno.com> <20070614044805.GA91084@troutmask.apl.washington.edu> <4670CCA4.3040200@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4670CCA4.3040200@errno.com> User-Agent: Mutt/1.4.2.2i 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 06:15:24 -0000 On Wed, Jun 13, 2007 at 10:05:40PM -0700, Sam Leffler wrote: > Steve Kargl wrote: > > > >I can't find anything relevent at the moment. The 20070610 entry > >states: > > Users must also, for the moment, kldload the wlan_scan_sta and/or > > wlan_scan_ap modules if they use modules for wireless support. > > > >I don't use modules nor compile them. Perhaps, a sentence is > >missing that should direct people that don't use module to update > >their kernel config file? > > Thanks, I'll add more explanation. Short answer is the scanning support > is now broken out into separate modules that you must either load or > specify in your kernel config file. wlan_scan_sta for sta mode > operation. wlan_sta_ap for ap mode operation. This is comparable to > how ciphers are split out into modules. OK. I've added all the wlan_* devices to my config and the kernel boots and my script now runs. Thanks for responding so quickly. PS: I seem to get a periodic "ath0: device timeout" message on the console. I doesn't seem to cause any problems (e.g., long pauses). -- Steve