From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 05:39:38 2004 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 9CE6F16A4CE for ; Tue, 10 Aug 2004 05:39:38 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B72E43D45 for ; Tue, 10 Aug 2004 05:39:38 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so128262rnl for ; Mon, 09 Aug 2004 22:39:34 -0700 (PDT) Received: by 10.38.24.64 with SMTP id 64mr1213804rnx; Mon, 09 Aug 2004 22:39:34 -0700 (PDT) Message-ID: Date: Tue, 10 Aug 2004 13:39:34 +0800 From: Jiawei Ye To: John-Mark Gurney In-Reply-To: <20040810050907.GL991@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41183662.4010802@wanadoo.fr> <20040810050907.GL991@funkthat.com> cc: Martin MATO cc: freebsd-current@freebsd.org Subject: Re: ACPI autoload failed: no such file or directory 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, 10 Aug 2004 05:39:38 -0000 On Mon, 9 Aug 2004 22:09:07 -0700, John-Mark Gurney wrote: > Someone else is seeing this w/ pf... > > Do you have any lines modifing module_path in your loader.conf? Also, > do you have an upto date support.4th? > > -- > John-Mark Gurney Voice: +1 415 225 5579 My /boot/default/loader.conf contains this line: module_path="/boot/modules" # Set the module search path I suppose that's where it's picking up. There is no /boot/kernel entry. Jiawei