From owner-freebsd-wireless@FreeBSD.ORG Mon Aug 1 22:45:28 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8EDA106566B for ; Mon, 1 Aug 2011 22:45:28 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7ACAC8FC0C for ; Mon, 1 Aug 2011 22:45:28 +0000 (UTC) Received: by iyb11 with SMTP id 11so9747544iyb.13 for ; Mon, 01 Aug 2011 15:45:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=bDIDRjQT6verqU/wOLkMY3QMkUAzqmff6ogFR8DwNxg=; b=Bz927mAO0Q51bYd3K4/u/6WuMSyGl7SBG4y7D8PhtMakZamEmT6GJ6yojbfSX++0MZ RWyNzNntbZAyMm3m3jrfV9B+Yr2HlRoqoqwYvkrS97Y5oPuEXSpl3QBqa5QFh8Y8MasV nWpg1mUOxDEem1OdCr2dDMyc8RcbQlO1+FMq0= Received: by 10.231.112.98 with SMTP id v34mr3485484ibp.85.1312238727756; Mon, 01 Aug 2011 15:45:27 -0700 (PDT) Received: from DataIX.net (adsl-99-181-155-167.dsl.klmzmi.sbcglobal.net [99.181.155.167]) by mx.google.com with ESMTPS id t2sm1041355ibc.46.2011.08.01.15.45.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Aug 2011 15:45:26 -0700 (PDT) Sender: "J. Hellenthal" Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id p71MjNjd051639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 1 Aug 2011 18:45:23 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id p71MjMhn051638; Mon, 1 Aug 2011 18:45:22 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Mon, 1 Aug 2011 18:45:22 -0400 From: Jason Hellenthal To: richo Message-ID: <20110801224522.GC77144@DataIX.net> References: <20110801005639.GB20219@richh-desktop.boxdice.com.au> <20110801030038.GB77144@DataIX.net> <20110801031706.GB31782@richh-desktop.boxdice.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110801031706.GB31782@richh-desktop.boxdice.com.au> Cc: freebsd-wireless@freebsd.org Subject: Re: Ath works as module, not inkernel X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 22:45:28 -0000 On Mon, Aug 01, 2011 at 01:17:06PM +1000, richo wrote: > On 31/07/11 23:00 -0400, Jason Hellenthal wrote: > > > > > >On Mon, Aug 01, 2011 at 10:08:48AM +0800, Adrian Chadd wrote: > >> Well, can you please post boot messages, including the HAL load > >> failure information? > >> > >> This isn't the first time I've heard about strange issues like this; > >> it almost always boils down to something strange in PCI/ACPI handling. > >> > > > >Should be noted .... does this happen with a generic kernel ? The > >default ATH setup works perfectly and I can attest to it working just > >fine built in here. > > First thing I tried was with GENERIC (iirc, freeBSD doesn't support any other > configuration?) and still no dice. > > Adrian, I saw your post and I will have a look at what that function returns > to see if I can track it down. > I read your other posts... Can you please boot a GENERIC kernel and post the output of ( pciconf -lvb ) and a dmesg output from /var/run/dmesg.boot after booting with ( boot -v ) or the verbose option from the menu please. Thanks.