From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 10:33:35 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 D5C9137B401 for ; Fri, 18 Jul 2003 10:33:35 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 44EAC43F3F for ; Fri, 18 Jul 2003 10:33:35 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 26246 invoked by uid 1000); 18 Jul 2003 17:33:35 -0000 Date: Fri, 18 Jul 2003 10:33:35 -0700 (PDT) From: Nate Lawson To: Danny Braniss In-Reply-To: Message-ID: <20030718103025.L26244@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ACPI problem? 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: Fri, 18 Jul 2003 17:33:36 -0000 On Fri, 18 Jul 2003, Danny Braniss wrote: > > On Thu, 17 Jul 2003, Danny Braniss wrote: > > > > Your asl seems bogus since there are a lot of unexpected values (i.e. for > > > > TZ and EC port values). Since it worked in 4.8R, follow the instructions > > > > for disabling ACPI. > > > > > > > > -Nate > > > > > > thanks, that did it, but now, is there anyway i can help fix this so > > > acpi will work? i have several of this boxes and booting them diskless > > > will be a problem. > > > > Try man acpi: > > sorry, i guess i was not clear, i did 'unset acpi_load', and got the system > up, i was offering to help in fixing the acpi (actually debugging, since > my head hurts from reading the acpi stuff :-) Unfortunately your ASL appears to be the problem, not ACPI. The best thing you can do is try a BIOS update for your motherboard. If that doesn't help, use acpidump to get your DSDT and then start working on things according to: http://www.cpqlinux.com/acpi-howto.html This is not for the faint of heart so that's why I just suggested disabling acpi on your box. -Nate