From owner-freebsd-questions@FreeBSD.ORG Tue May 4 13:02:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 373C216A4CF for ; Tue, 4 May 2004 13:02:18 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B090943D1D for ; Tue, 4 May 2004 13:02:17 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from 250-217.customer.cloud9.net (195-11.customer.cloud9.net [168.100.195.11])i44K2Fur065841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 May 2004 16:02:16 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (mteterin@localhost [127.0.0.1]) i44K2816004062; Tue, 4 May 2004 16:02:09 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Nate Lawson Date: Tue, 4 May 2004 16:02:07 -0400 User-Agent: KMail/1.6.1 References: <200405021457.i42EvdoS040475@corbulon.video-collage.com> <200405040508.49979@aldan> <20040504113612.D28886@root.org> In-Reply-To: <20040504113612.D28886@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405041602.07821@misha-mx.virtual-estates.net> X-Scanned-By: MIMEDefang 2.39 cc: freebsd-questions@FreeBSD.org Subject: Re: waking up from zzz(8) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 20:02:18 -0000 =Use a serial console. Sounds like your system is waking up but not =fully. The screen may be helped by loading acpi_video. I don't think, there is a serial port on this laptop. It has a built-in "soft-modem", but no free serial port. I loaded the acpi_video: hw.acpi.video.crt0.active: 0 hw.acpi.video.tv0.active: 0 hw.acpi.video.out0.active: 0 hw.acpi.video.out1.active: 1 and will try to zzz again tonight. Should I be concerned about any of these values, though: hw.acpi.supported_sleep_state: S3 S4 S5 <-- No S1? hw.acpi.power_button_state: S5 hw.acpi.lid_switch_state: S1 hw.acpi.standby_state: S1 hw.acpi.reset_video: 1 hw.acpi.disable_on_poweroff: 1 Thanks! -mi