All of lore.kernel.org
 help / color / mirror / Atom feed
From: marek czardybon <max-MEOeS5c08o1g9hUCZPvPmw@public.gmane.org>
To: foo_bar_baz_boo-acpi-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: acer travelmate 2313 battery problem.
Date: Fri, 21 Oct 2005 14:56:16 +0200	[thread overview]
Message-ID: <4358E570.6000302@inbox.eu.org> (raw)
In-Reply-To: <20051020173040.51826.qmail-AjlHvM9Xp4mA/QwVtaZbd3CJp6faPEW9@public.gmane.org>

Dnia 2005-10-20 19:30, foo_bar_baz_boo-acpi-/E1597aS9LQAvxtiuMwx3w@public.gmane.org napisał:
> That's a little bit weird but similar to the problem I had with my
> Acer. You will need to build the IASL DSDT compiler and fix your DSDT,
> because there is not a fixed one in the ACPI4Linux database yet. But
> first, before you try that, try upgrading your BIOS and seeing if that
> solves the problem.
> 
> Please look here http://forums.gentoo.org/viewtopic.php?t=122145 for
> ideas. They apply to more than just Gentoo machines.
> 
[cut]

I've downloaded tools from this link and here is my output:

maxik:/usr/src/battery/iasl-linux-20030918# ./iasl -tc dsdt.dsl

Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20030918 [Sep 18 2003]
Copyright (C) 2000 - 2003 Intel Corporation
Supports ACPI Specification Revision 2.0b

dsdt.dsl  1577:                     Method (_CRS, 0, Serialized)
Warning  2019 -                                ^ Not all control paths return a 
value (_CRS)

dsdt.dsl  1577:                     Method (_CRS, 0, Serialized)
Warning  2026 -                                ^ Reserved method must return a 
value (_CRS)

dsdt.dsl  2673:                 Z004,
Error    1022 -                    ^ Object does not exist (Z004)

dsdt.dsl  2674:                 Z004,
Error    1022 -                    ^ Object does not exist (Z004)

dsdt.dsl  3049:     Method (_WAK, 1, NotSerialized)
Warning  2026 -                ^ Reserved method must return a value (_WAK)

ASL Input:  dsdt.dsl - 3169 lines, 107438 bytes, 1506 keywords
Compilation complete. 2 Errors, 3 Warnings, 0 Remarks, 510 Optimizations


I've corected this 2 error after read this 
http://acpi.sourceforge.net/dsdt/view.php?id=405

and one warning using 
http://users.pandora.be/PrittyFlemishPages/linux/aspire1800_3.html


and now i've somethink like this:

maxik:/usr/src/battery/iasl-linux-20030918# ./iasl -tc dsdt.dsl

Intel ACPI Component Architecture
ASL Optimizing Compiler / AML Disassembler version 20030918 [Sep 18 2003]
Copyright (C) 2000 - 2003 Intel Corporation
Supports ACPI Specification Revision 2.0b

dsdt.dsl  1577:                     Method (_CRS, 0, Serialized)
Warning  2019 -                                ^ Not all control paths return a 
value (_CRS)

dsdt.dsl  1577:                     Method (_CRS, 0, Serialized)
Warning  2026 -                                ^ Reserved method must return a 
value (_CRS)

ASL Input:  dsdt.dsl - 3171 lines, 107474 bytes, 1507 keywords
AML Output: DSDT.aml - 12898 bytes 371 named objects 1136 executable opcodes

Compilation complete. 0 Errors, 2 Warnings, 0 Remarks, 512 Optimizations

Now i've to compile DSDT into my kernel and test it.
after weekend i'll send report from tests.

-- 
marek czardybon / maxilee   +48 0697 724 404       http://inbox.eu.org
GG:3299479 JAB:maxilee-veJsmC5npURmR6Xm/wNWPw@public.gmane.org                  http://outbox.eu.org
ARP: 00:90:CC:43:D8:0D         GCC d? s:- a- C+++ UL++ P++ L++ E--- W+
N+ o K w--- O M- V- PS+ PE+ Y PGP t 5 X+R+ !tv b+ DI- D++ G e h r++ y?


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl

  parent reply	other threads:[~2005-10-21 12:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-20  9:35 acer travelmate 2313 battery problem marek czardybon
     [not found] ` <435764CD.1090700-MEOeS5c08o1g9hUCZPvPmw@public.gmane.org>
2005-10-20 17:30   ` foo_bar_baz_boo-acpi-/E1597aS9LQAvxtiuMwx3w
     [not found]     ` <20051020173040.51826.qmail-AjlHvM9Xp4mA/QwVtaZbd3CJp6faPEW9@public.gmane.org>
2005-10-21 12:56       ` marek czardybon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-10-20 15:12 Yu, Luming
2005-10-21  7:26 ` marek czardybon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4358E570.6000302@inbox.eu.org \
    --to=max-meoes5c08o1g9huczpvpmw@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=foo_bar_baz_boo-acpi-/E1597aS9LQAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.