From: Mark Stocker <mark-pX1FbxK42pU@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: DSDT problems
Date: Fri, 16 May 2003 06:21:25 -0400 [thread overview]
Message-ID: <200305160621.25645.mark@ale8.org> (raw)
Hi! i've been working for a while now on getting acpi functioning completly
on my toshiba satellite 1625CDT. I was having problems with the fan and
thermal zone, both of which i've fixed in the DSDT by removing these if
statements from the fan control methods and _TMP method in the TZ.
If (LAnd (\_SB.PCI0.ISA.ECOK (), LEqual (ECDY, 0x00))) {}
i dont know what these statements are for, the best i can guess is ECOK
meaning if the EC is ready to be accessed?
the ECOK method is:
Method (ECOK, 0, NotSerialized)
{
If (LAnd (And (\_SB.PCI0.ISA.EC0.OPRG, 0x08), And (MFLG,
0x01)))
{
Return (0x01)
}
Else
{
Return (0x00)
}
}
It seems anything that checks ECOK will not work properly. is it dangerous to
remove the if statements like i have done? I've tried editing the ECOK
method but nothing seems to help.
The only problem im still having is battery info. Battery shows as present no
matter what. Removing the ECOK statements from the BAT0 device compiles DSDT
with no errors but i get this at boot:
Executing all Device _STA and_INI methods:...evregion-0251 [23]
ev_address_space
_dispa: no handler for region(cbfce7c8) [EmbeddedControl]
exfldio-0235 [22] ex_access_region : Region EmbeddedControl(3) has no
hand
ler
psparse-1121: *** Error: Method execution failed [\_SB_.BAT0._STA] (Node
cbfe39
68), AE_NOT_EXIST
uteval-0098: *** Error: Method execution failed [\_SB_.BAT0._STA] (Node
cbfe39
68), AE_NOT_EXIST
battery info no longer shows up under /proc/acpi when i get the errors above.
i cant think of anything else to try for now, any help or suggestions would be
greatly appreciated!
oringal DSDT.dsl:
http://www.cykotix.com/~mark/toshiba_satellite_162CDT_dsdt_original.dsl
my modified version:
http://www.cykotix.com/~mark/toshiba_satellite_1625CDT_custom.dsl
Thanks!
-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com
next reply other threads:[~2003-05-16 10:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-16 10:21 Mark Stocker [this message]
[not found] ` <200305160621.25645.mark-pX1FbxK42pU@public.gmane.org>
2003-05-16 11:10 ` DSDT problems Ducrot Bruno
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=200305160621.25645.mark@ale8.org \
--to=mark-px1fbxk42pu@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox