From owner-freebsd-current@FreeBSD.ORG Fri Oct 1 18:48:25 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D98A106564A for ; Fri, 1 Oct 2010 18:48:25 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id AE7908FC24 for ; Fri, 1 Oct 2010 18:48:24 +0000 (UTC) Received: by yxn35 with SMTP id 35so1573880yxn.13 for ; Fri, 01 Oct 2010 11:48:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=fHgyXu3lAPjKSXqtwxpCgZRI9o/2Z/UEQ5oKFH2HLmU=; b=B3b1ONqCRAx0yqY6QVU4iTJ/6dvjMmL/0+ro9YckjpKlnsI7wrK4NqMXZXhkkc8b+P olsGGsqL59xS0RpjrtNiVksvkV8tDzjLAlOSupdJWEg6jPaoPlMiMYwGL1GP63wcbbq1 z+Hn2Ghd9XF+KuGnohtFx+dwlD+dcwsaY+aiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CJ0MwvjZN1S3m0HzijLBXTQA6EqHscqoFluZuujIJhChIopOLi8moYOk8ScSCNk8Ru 3hLtazOVUeyq6thVqj7PO/BnqDtwHQMY0mt5OLez47tKrSCIkpgKdFFt0OcKpUCNTVcM ydsFaB+NoTTpwSHWkL6adRMSmwVJ2YrnNB+GQ= MIME-Version: 1.0 Received: by 10.220.157.143 with SMTP id b15mr1460433vcx.120.1285958516165; Fri, 01 Oct 2010 11:41:56 -0700 (PDT) Received: by 10.220.200.1 with HTTP; Fri, 1 Oct 2010 11:41:56 -0700 (PDT) In-Reply-To: <20101001144505.C62022@sola.nimnet.asn.au> References: <4C732522.1010400@gmail.com> <4CA556EB.902@gmail.com> <20101001144505.C62022@sola.nimnet.asn.au> Date: Fri, 1 Oct 2010 18:41:56 +0000 Message-ID: From: Paul B Mahol To: Ian Smith Content-Type: text/plain; charset=ISO-8859-1 Cc: Matt , freebsd-acpi@freebsd.org, freebsd-current@freebsd.org Subject: Re: Sleep/Lenovo SL410 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 01 Oct 2010 18:48:25 -0000 On 10/1/10, Ian Smith wrote: > On Thu, 30 Sep 2010, Matt wrote: > > Success! > > > > After setting every possible suspend/resume sysctl, > > "sysctl hw.pci.do_power_resume=0" > > allowed suspend and resume. Still beeps 1-3 times before suspend, with > rapid > > sleep light flashing until suspend complete. > > Interesting; $someone may document do_power_resume a bit more $someday? It is already documented. > > > Kernel conf is attached. > > World built from last Friday's CVS, -CURRENT > > > > acpiconf -s3 works perfectly from console > > previously opened windows are garbled until refresh in X > > Some thinkpads have responded positively in this regard to setting > hw.syscons.sc_no_suspend_vtswitch=1 > > > acpiconf -s4 causes shutdown, does not resume on power on. > > Suspend To Disk is not expected to work; your laptop (like most) has no > BIOS support for S4, as per your hw.acpi.s4bios: 0 Suspend to disk does not work because FreeBSD does not support it. (s4bios is irrelevant here)