From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 18:55:17 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 AFB0216A4E2 for ; Tue, 10 Aug 2004 18:55:17 +0000 (GMT) Received: from huva.hittite.isp.9tel.net (huva.hittite.isp.9tel.net [62.62.156.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B81B43D45 for ; Tue, 10 Aug 2004 18:55:17 +0000 (GMT) (envelope-from martin.mato@wanadoo.fr) Received: from [192.168.0.2] (unknown [84.98.32.235]) by huva.hittite.isp.9tel.net (Postfix) with ESMTP id 44DFC14B5A8 for ; Tue, 10 Aug 2004 21:04:54 +0200 (CEST) Message-ID: <41191A10.7000104@wanadoo.fr> Date: Tue, 10 Aug 2004 20:55:12 +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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: [Fwd: 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 18:55:17 -0000 -------- Message original -------- From: - Tue Aug 10 20:48:55 2004 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00800000 Message-ID: <41191895.7040401@wanadoo.fr> Date: Tue, 10 Aug 2004 20:48:53 +0200 From: Martin MATO Reply-To: martin.mato@wanadoo.fr User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: fr, en MIME-Version: 1.0 To: Roland Dittel Subject: Re: ACPI autoload failed: no such file or directory References: <41183662.4010802@wanadoo.fr> <20040810050907.GL991@funkthat.com> <41185F7F.8070906@wanadoo.fr> <4118D144.2030401@wanadoo.fr> <4118E438.5050606@wanadoo.fr> <364F6440-EAF6-11D8-8115-0003937B7386@web.de> In-Reply-To: <364F6440-EAF6-11D8-8115-0003937B7386@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Roland Dittel a écrit : > Hi > >> well, i tried now some kload "modules.ko" NONE worked (no such >> files or directory) kldload doesn't seems to find them >> i checked the modules path; and i added - again- >> module_path="/boot/kernel /boot/modules" in /boot/loader.conf > > > I've got the same message since yesterday. You have to set the > module_path to "/boot/kernel;/boot/modules" not "/boot/kernel > /boot/modules" > >> >> after reboot and the same ACPI autoload error message, >> kldload doesn't find again none of the modules i tried to load (i >> tried a lot of them)! >> the module path in the sysctl variable is effectively set to >> "/boot/kernel /boot/modules" >> >> with a >> cp /boot/kernel/*.ko /boot/modules kldload find finally the modules >> files; EXCEPT acpi.ko. i repeat I KNOW that acpi.ko can't be loaded >> from userland, i 'm only seeing if kldload find the file(s) specified. >> >> well i think i have a big problem here... :°( >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" > > > Ok, it 's work finally... all this things for a ";" :°( one question (maybe stupid) why do not include the default path in /boot/defaults/loader.conf ? that would avoid surprises one day, in a morning compilation ;) thanks for all , everyone .