From owner-freebsd-current@FreeBSD.ORG Mon Jul 14 13:08:08 2003 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 4F4ED37B401 for ; Mon, 14 Jul 2003 13:08:08 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01C943F75 for ; Mon, 14 Jul 2003 13:08:07 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id BCE8472FE3; Mon, 14 Jul 2003 13:08:07 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id B9DBD72FDC; Mon, 14 Jul 2003 13:08:07 -0700 (PDT) Date: Mon, 14 Jul 2003 13:08:07 -0700 (PDT) From: Doug White To: David Hill In-Reply-To: <20030714153538.36c2e6fa.david@wmol.com> Message-ID: <20030714130427.A59167@carver.gumbysoft.com> References: <20030714153538.36c2e6fa.david@wmol.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: acpi not working 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: Mon, 14 Jul 2003 20:08:08 -0000 On Mon, 14 Jul 2003, David Hill wrote: > Hello - > My machine is a Dell Inspiron 2650 notebook. > > wind# kldstat > Id Refs Address Size Name > 1 8 0xc0100000 3c4414 kernel > 2 1 0xc04c5000 4b440 acpi.ko > 3 2 0xc28f9000 18000 linux.ko > 4 1 0xc2914000 186000 nvidia.ko > wind# acpiconf -e > wind# acpiconf -d > wind# acpiconf -e I think at this point, you're on your own. I'm not sure ACPI can be repeatedly disabled and enabled: > acpi0: attempt to register more than one interrupt handler > ACPI-0210: *** Error: Unable to install System Control Interrupt Handler, AE_ALREADY_EXISTS -d isn't removing the interrupt handler, which isn't suprising. Your system started up OK with ACPI so the answer to this will be: Don't do that. AE_REGION_LIMIT errors are almost always bugs in the DSDT. You can probably fix it yourself. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org