From owner-freebsd-mobile@FreeBSD.ORG Mon Sep 26 13:01:25 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 436BD16A41F for ; Mon, 26 Sep 2005 13:01:25 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B1843D48 for ; Mon, 26 Sep 2005 13:01:24 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1EJsbR-0004B1-00; Mon, 26 Sep 2005 15:01:05 +0200 Date: Mon, 26 Sep 2005 15:01:04 +0200 To: AT Matik Message-ID: <20050926130104.GG21906@poupinou.org> References: <20050925080324.27714.qmail@web32809.mail.mud.yahoo.com> <200509251708.12267.asstec@matik.com.br> <20050926082605.GF21906@poupinou.org> <200509260848.50040.asstec@matik.com.br> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline In-Reply-To: <200509260848.50040.asstec@matik.com.br> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-mobile@freebsd.org Subject: Re: NB Acer [3|5]0x and ACPI X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 13:01:25 -0000 --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 26, 2005 at 08:48:49AM -0300, AT Matik wrote: > On Monday 26 September 2005 05:26, you wrote: > > Could you please send to me, or better point to a web link, > > the output from 'acpidmp -dt'? > > > > sure, here it comes > > http://suporte.matik.com.br/anb.acpi.dump.txt Apply attached patch to your anb.acpi.dump.txt, read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html especially "11.16.5.3 Overriding the Default AML" and this should be OK. > btw, when I set > > economy_cx_lowest="LOW" > > the NB is unusable slow, it takes almost 15 minutes to get kdm up Strange. Could you please provide sysctl hw.acpi please? -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care. --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=t --- anb.acpi.dump.txt 2005/09/26 12:54:10 1.1 +++ anb.acpi.dump.txt 2005/09/26 12:54:40 @@ -3061,8 +3061,8 @@ Name (PBST, Package (0x04) { 0x00, - Z007, - Z007, + Ones, + Ones, 0x2710 }) Name (ERRC, 0x00) --zYM0uCDKw75PZbzx--