From owner-freebsd-acpi@FreeBSD.ORG Thu Aug 26 20:04:34 2004 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1863916A4CE for ; Thu, 26 Aug 2004 20:04:33 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8072B43D60 for ; Thu, 26 Aug 2004 20:04:33 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-127-84-57.dsl.snfc21.pacbell.net [67.127.84.57]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i7QK4W8U032194; Thu, 26 Aug 2004 13:04:32 -0700 Message-ID: <412E424F.4030306@root.org> Date: Thu, 26 Aug 2004 13:04:31 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Bogorodskiy References: <20040825074709.GA652@lame.novel.ru> In-Reply-To: <20040825074709.GA652@lame.novel.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: acpi@freebsd.org Subject: Re: ACPI and sound troubles X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 20:04:34 -0000 Roman Bogorodskiy wrote: > Hi, > > I'm using FreeBSD 5.3-BETA1 i386 cvsup'ed today and I have some troubles > with ACPI. > > First, when I boot, I see message "ACPI autoload failed - no such file > or directory", but this file really exists: > > $> file /boot/kernel/acpi.ko > /boot/kernel/acpi.ko: ELF 32-bit LSB shared object, Intel 80386, version > 1 (FreeBSD), not stripped > $> > > When I do "load /boot/kernel/acpi.ko" in loader promt it works. > Probably, it's some kldload(2) problem, not ACPI's. As pointed out by roam@, you need to read /usr/src/UPDATING, namely the entry on updating your loader.rc. That will fix the load problem. -- Nate