From owner-freebsd-acpi@FreeBSD.ORG Wed Jan 17 21:00:45 2007 Return-Path: X-Original-To: freebsd-acpi@hub.freebsd.org Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6766216A4C2 for ; Wed, 17 Jan 2007 21:00:45 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 579AB13C4CE for ; Wed, 17 Jan 2007 21:00:45 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0HL0iox039158 for ; Wed, 17 Jan 2007 21:00:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0HL0irD039157; Wed, 17 Jan 2007 21:00:44 GMT (envelope-from gnats) Date: Wed, 17 Jan 2007 21:00:44 GMT Message-Id: <200701172100.l0HL0irD039157@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: Bruno Ducrot Cc: Subject: Re: kern/108017: [acpi]: Acer Aspire 5600 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruno Ducrot List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 21:00:45 -0000 The following reply was made to PR kern/108017; it has been noted by GNATS. From: Bruno Ducrot To: bug-followup@freebsd.org, device-x@mail.ru Cc: Subject: Re: kern/108017: [acpi]: Acer Aspire 5600 Date: Wed, 17 Jan 2007 21:40:33 +0100 Should be fixed with next import from ACPI-CA. Currently one way to correct this in the meantime is to: acpidump -d -t > acer_aspire_5600.asl recompile via iasl: edit acer_aspire_5600.asl, and search the string Z004. You should have something like that: Name (PBST, Package (0x04) { 0x00, Z004, Z004, 0x2710 }) Replace the Z004 by Ones so such you will have that instead: Name (PBST, Package (0x04) { 0x00, Ones, Ones, 0x2710 }) Note that there are two such Name (PBST, Package (0x04). Don't forget to modify the two. Follow instruction on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html especially 11.16.5.3 Overriding the Default AML for the rest of the procedure. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.