From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 14:34:27 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 2609F16A4CE for ; Tue, 2 Dec 2003 14:34:27 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 758C543FE0 for ; Tue, 2 Dec 2003 14:34:26 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 18135 invoked by uid 1000); 2 Dec 2003 22:34:27 -0000 Date: Tue, 2 Dec 2003 14:34:27 -0800 (PST) From: Nate Lawson To: Francisco Solsona Message-ID: <20031202143252.Y18107@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ACPI problem, my VAIO won't come back from suspension 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, 02 Dec 2003 22:34:27 -0000 Try other states (acpiconf -s 1, 2, 4). If one works, use it. If not, try disabling acpi and using apm(4) to suspend and resume. Suspend/resume is far down my list of things to troubleshoot and most of the problems are very hw-specific. -Nate