Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2004 12:34:00 +0100
From:      Joan Picanyol <lists-freebsd-current@biaix.org>
To:        freebsd-current@freebsd.org
Subject:   Re: help needed fixing DSDT on Tyan S-2466 (was: Re: ACPI soft off...)
Message-ID:  <20040122113400.GA9950@grummit.biaix.org>
In-Reply-To: <20040122004541.GA7751@grummit.biaix.org>
References:  <20040121163221.GA3865@grummit.biaix.org> <200401211238.38023.jhb@FreeBSD.org> <20040121194614.GA5532@grummit.biaix.org> <400EDAB1.3050007@bis.midco.net> <20040122004541.GA7751@grummit.biaix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Joan Picanyol <lists-freebsd-current@biaix.org> [20040122 01:46]:
> * Peter Schultz <pmes@bis.midco.net> [20040121 20:56]:
> > Joan Picanyol wrote:
> > >What else should I try to get this to work?
> > By fixing the iasl compilation errors you may get soft off to work. 
> I've modified my asl a bit, I've:
> 
> 1. replaced all instances of Microsoft* with FreeBSD
> 2. commented out the "Store (Local0, Local0)" lines
> 3. added a "Return(Package(0x02){0x00,0x00})" to "Method (\_WAK,...)"
> 
> You can find the new version at
> http://grummit.biaix.org:8888/joan/debug/FreeBSD/ACPI/my.asl 
> 
> Howerver, it still does not compile cleanly:
[...]
> On a side issue, I'd like to know
> how to make sure FreeBSD is using my new DSDT.
Ok, so I now see this in my dmesg (full version at the same place):

ACPI: DSDT was overridden.
   tbget-0375: *** Info: Table [DSDT] replaced by host OS

However, soft off still does not work :( Do these two lines give any
clue about wether I can get it to work or not?

acpi0: Power Button (fixed)
 evxface-0196 [04] AcpiInstallFixedEventH: Enabled fixed event 3, Handler=0xc07c3880

I've tried with devd also, adding the following to devd.conf

notify 10 {
        match "system"          "ACPI";
        match "subsystem"       "Button";
        action                  "/usr/sbin/acpiconf -s 5";
};

and running 'devd -Dd'. However I don't see anything either.

Anything else I can try?

tks
-- 
pica



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040122113400.GA9950>