From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 03:16: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 0425C16A4CE for ; Tue, 10 Aug 2004 03:16:38 +0000 (GMT) Received: from hourri.hittite.isp.9tel.net (hourri.hittite.isp.9tel.net [62.62.156.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B23F843D48 for ; Tue, 10 Aug 2004 03:16:37 +0000 (GMT) (envelope-from martin.mato@wanadoo.fr) Received: from [192.168.0.2] (unknown [80.119.126.148]) by hourri.hittite.isp.9tel.net (Postfix) with ESMTP id 9F9C6157579 for ; Tue, 10 Aug 2004 05:26:03 +0200 (CEST) Message-ID: <41183E13.4070107@wanadoo.fr> Date: Tue, 10 Aug 2004 05:16:35 +0200 From: Martin MATO User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: fr, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <200408100255.LAA13722@axe-inc.co.jp> In-Reply-To: <200408100255.LAA13722@axe-inc.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: ACPI autoload failed: no such file or directory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: martin.mato@wanadoo.fr 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 03:16:38 -0000 takawata@jp.freebsd.org a écrit : >In message <41183662.4010802@wanadoo.fr>, Martin MATO wrote: > > >>since several days; i ' got this message before the kernel load (not >>easy to see that, is not include in the logs) >> >>ACPI autoload failed: no such file or directory >> >>after the boot process, i logged in and try this command >> >>#kldload acpi.ko >>kldload: can't load usb.ko: No such file or directory >> >>#kldload /boot/kernel/acpi.ko >>in this case the system try to load the module and, of course, it can't. >> >> > >You cannot load acpi.ko from userland. > > yes, i know, but kldload doesn't found the file if i don't specify the path. It is what I tried to explain. if i specify the path, i got the message in the log: "kernel: The ACPI driver cannot be loaded after boot" instead of: "acpi.ko: no such file or directory" > > >>- the acpi.ko file is present in /boot/kernel >>- i didn't changed anything , except a fresh kernel build >>- kldload works with other modules in this directory. >> >> >>anyone could explain this.. strange thing? >> >> > >Hmm, how about trying to escape to boot loader prompt and >load acpi module manually ? > > > i tried. acpi.ko is loaded only if i specify the path, but at kernel boot, i got the message "ACPI autoload failed...." and i have no acpi inplementation. (the acpi function are not discovered.)