From owner-freebsd-acpi@FreeBSD.ORG Thu Apr 29 17:16:03 2010 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15978106564A for ; Thu, 29 Apr 2010 17:16:03 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id DA9538FC12 for ; Thu, 29 Apr 2010 17:16:02 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 60CAE46B09; Thu, 29 Apr 2010 13:16:02 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 9E8DA8A021; Thu, 29 Apr 2010 13:16:01 -0400 (EDT) From: John Baldwin To: freebsd-acpi@freebsd.org Date: Thu, 29 Apr 2010 10:29:15 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <201004291029.15314.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Thu, 29 Apr 2010 13:16:01 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00, SUBJECT_FUZZY_TION autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Subject: Re: Power OFF button on very old motherboard with FreeBSD 7.2 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2010 17:16:03 -0000 On Thursday 29 April 2010 10:05:20 am newuse@qip.ru wrote: > Hellow, I have not found my trouble in Current problem reports assigned to freebsd-acpi list, why? > > I'll try to describe my trouble again: > > I have tried to find an answer on different forums but did not succeed, I am using FreeBSD 7 on very old PC but with ATX PSU, but ATX power button does not work correctly :( It terminates power after pressing for 5 seconds whithout system shutdowning or does nothing after short press. > > I have the same problems on two different motherboards: > Asus TX-97E > and > ZIDA BXi98-ATX (CreateBXi-ATX) rev. 1.0 > > > There is only this errors in DMESG: > > > ACPI Error (tbxfroot-0308): A valid RSDP was not found [20070320] > > ACPI: Table initialisation failed: AE_NOT_FOUND > > ACPI: Try disabling either ACPI or apic support. > > > Of course there is no apic and it is disabled. > > I also have found reports of correctly works on FreeBSD 4 with Asus TX-97E MB. > > Guru, could you help me? Please! Can you try booting with 'hint.apic.0.disabled=1' set in loader.conf? Also, if you could obtain a full dmesg that would be helpful. -- John Baldwin