From owner-freebsd-current@FreeBSD.ORG Mon Jun 23 20:42:54 2003 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 B3C2737B401 for ; Mon, 23 Jun 2003 20:42:54 -0700 (PDT) Received: from roc-smtp2-sun.choiceone.net (roc-smtp2-sun.choiceone.net [64.65.208.3]) by mx1.FreeBSD.org (Postfix) with SMTP id C54F043F85 for ; Mon, 23 Jun 2003 20:42:53 -0700 (PDT) (envelope-from iwaldron@wpi.edu) Received: (qmail 258 invoked from network); 24 Jun 2003 03:42:51 -0000 Received: from unknown (HELO 192.168.0.38) (216.153.149.107) by smtp.choiceone.net with SMTP; 24 Jun 2003 03:42:51 -0000 From: Isaac Waldron To: current@freebsd.org Date: Mon, 23 Jun 2003 23:42:37 -0400 User-Agent: KMail/1.5.2 References: <20030623114844.Y67869@root.org> <16119.42141.859293.416734@canoe.velocet.net> In-Reply-To: <16119.42141.859293.416734@canoe.velocet.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306232342.37977.iwaldron@wpi.edu> Subject: Re: [current] Re: ACPI Patch/DSDT .asl for Dell Inspiron 5000 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: Tue, 24 Jun 2003 03:42:55 -0000 The .asl file that I created is only for the Inspiron 5000. However, the S3 suspend itself on my machine works... however on resume I have a problem where the keyboard driver cannot reset the keyboard: "atkbd: cannot set the command byte." I have heard that this affects some people only when they are running X Windows, however on my machine it happens on a straight text shell as well. I'm going to spend some time looking into this. Is anyone else having this problem? Isaac On Monday 23 June 2003 09:08 pm, David Gilbert wrote: > >>>>> "Nate" == Nate Lawson writes: > > Nate> Thanks for your patch submission. I looked into it and found a > Nate> few problems. Attached is a patch based on yours that should be > Nate> equivalent but fixes a few problems: > > Is this working for your laptop's S3 suspend? I'm trying to figure > out what is required to make the S3 suspend work on my Dell D800 . > > Dave.