From owner-freebsd-current@FreeBSD.ORG Thu Jan 22 03:40:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C622C16A4CE for ; Thu, 22 Jan 2004 03:40:23 -0800 (PST) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id A233143D46 for ; Thu, 22 Jan 2004 03:40:21 -0800 (PST) (envelope-from lists-freebsd-current@biaix.org) Received: (qmail 10260 invoked by uid 1000); 22 Jan 2004 11:34:00 -0000 Date: Thu, 22 Jan 2004 12:34:00 +0100 From: Joan Picanyol To: freebsd-current@freebsd.org Message-ID: <20040122113400.GA9950@grummit.biaix.org> Mail-Followup-To: freebsd-current@freebsd.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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040122004541.GA7751@grummit.biaix.org> User-Agent: Mutt/1.4.1i Subject: Re: help needed fixing DSDT on Tyan S-2466 (was: Re: ACPI soft off...) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 11:40:23 -0000 * Joan Picanyol [20040122 01:46]: > * Peter Schultz [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