From owner-freebsd-acpi@FreeBSD.ORG Fri Feb 17 04:48:07 2006 Return-Path: X-Original-To: freebsd-acpi@freebsd.org 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 B1BAA16A420 for ; Fri, 17 Feb 2006 04:48:07 +0000 (GMT) (envelope-from huangxiangkui@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id E72EE43D49 for ; Fri, 17 Feb 2006 04:48:06 +0000 (GMT) (envelope-from huangxiangkui@gmail.com) Received: by nproxy.gmail.com with SMTP id i2so216359nfe for ; Thu, 16 Feb 2006 20:48:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LEs+9xtcX+MraxIFtSTDy41zW//JcF+53bQWmd4dORmUwAFvXW3UFuTU12tN2pa1y9vcKE2Gw52WS2izJarIQcWI6I3aH1ql/APpraJPzdZMHlUq2dHr86VEg2E/ohNl2O0W6ay62M4CXsjf2KwlhSjuS7XAIxx6uobQdD5awls= Received: by 10.48.214.20 with SMTP id m20mr356479nfg; Thu, 16 Feb 2006 20:48:05 -0800 (PST) Received: by 10.48.203.20 with HTTP; Thu, 16 Feb 2006 20:48:05 -0800 (PST) Message-ID: Date: Fri, 17 Feb 2006 12:48:05 +0800 From: To: huangxiangkui@gmail.com, freebsd-acpi@freebsd.org In-Reply-To: <20060216202807.GF25913@gargantuan.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060216202807.GF25913@gargantuan.com> Cc: Subject: Re: How can I fix these problems of the asl of my computer? X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 04:48:07 -0000 I am sorry.That is my problem. I don't write the text in the file rc.conf.It is loader.conf. It is my mistake that I write the error file name in the mail.sorry. The error hadn't been fixed. Help me! 2006/2/17, Michael W. Oliver : > On 2006-02-16T23:28:12+0800, huangxiangkui@gmail.com wrote: > > My problem has been send on > > http://lists.freebsd.org/pipermail/freebsd-acpi/2006-February/002542.ht= ml > > > > I fellow the way by Moore, Robert. on > > http://lists.freebsd.org/pipermail/freebsd-acpi/2006-February/002571.ht= ml > > > > I use the commond "iasl acpi.asl" to compile the fixed code of > > ACPI.and get below. > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Intel ACPI Component Architecture > > ASL Optimizing Compiler / AML Disassembler version 20041119 [Feb 12 200= 6] > > Copyright (C) 2000 - 2004 Intel Corporation > > Supports ACPI Specification Revision 2.0c > > > > ASL Input: acpi.asl - 5056 lines, 181043 bytes, 2399 keywords > > AML Output: DSDT.aml - 23214 bytes 561 named objects 1838 executable op= codes > > > > Compilation complete. 0 Errors, 0 Warnings, 0 Remarks, 822 Optimization= s > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > > And I use commond "cp DSDT.aml /boot/DSDT.aml".to copy the DSDT.aml to = boot. > > And add the next text to the /boot/rc.conf. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > acpi_dsdt_load=3D"YES" > > acpi_dsdt_name=3D"/boot/DSDT.aml" > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > Add those lines to /boot/loader.conf , not /boot/rc.conf , and you > should be OK. > > -- > Mike Oliver > [see complete headers for contact information] > > >