From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 22 20:26:22 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75E0716A400 for ; Fri, 22 Jun 2007 20:26:22 +0000 (UTC) (envelope-from excelblue@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 3A84313C448 for ; Fri, 22 Jun 2007 20:26:22 +0000 (UTC) (envelope-from excelblue@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so238638anc for ; Fri, 22 Jun 2007 13:26:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=khrKzTlwJw0KfA0I5AdhZXEp5QttwgR+fPV0BbQdpPpoNaY1Z8U01FErdf3x4quPbb8Wr2pgVKnliWJxKY5tmC9T3sKOOxzF5H7ChTcqU7TInGtc7976ZYpwgOZEtIIRpzfGRJ7V12xXlhZv7ogcsSOKeV4+oTIPCLKo/MRUWk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T3Qk/OhbhoXRkwy+Si5wze1ZdWOKrX/QxsVdhpsMo9GZ8niKChqSm+nPioIi4R5r5QwISxgFO6KkiX8TUf3wbbtBNnReRbWrxH/DNrfltyyVRL/nC1IkXLM4FeJYUzn8xK0MvKfVvvywARn5WaGQjJgq91r/fC8X+uRK5bbYvRQ= Received: by 10.100.110.16 with SMTP id i16mr1879733anc.1182542237525; Fri, 22 Jun 2007 12:57:17 -0700 (PDT) Received: by 10.100.141.17 with HTTP; Fri, 22 Jun 2007 12:57:17 -0700 (PDT) Message-ID: <73387c420706221257r15890d99j5af24593e956c49c@mail.gmail.com> Date: Fri, 22 Jun 2007 12:57:17 -0700 From: "Mark Lu" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mailman-Approved-At: Fri, 22 Jun 2007 22:50:29 +0000 Subject: Need Help Fixing DSDT For Toshiba Satellite L35-S2366 Laptop (Z00G Object Not Found) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2007 20:26:22 -0000 I have a Toshiba Satellite L35-S2366 laptop, and the ACPI battery power information does not work because of a faulty ACPI DSDT. I tried online guides for hints on how to fix the DSDT, but after some general fixes, there were two errors that I simply could not work out - Z00G Object Not Found. I tried Ubuntu Linux and the default DSDT worked fine. Here is the original DSDT: http://www.excelex.net/toshiba-l35-s2366-original.asl Here is the one with as many errors as I could fix: http://www.excelex.net/toshiba-l35-s2366-somefixes.asl Is there anyone who can fix this completely for me? Thanks, Mark Lu