From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Fv2S9-0005EA-0N for garchives@archives.gentoo.org; Tue, 27 Jun 2006 01:33:21 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k5R1Vpc3020223; Tue, 27 Jun 2006 01:31:51 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k5R1Q34h015579 for ; Tue, 27 Jun 2006 01:26:03 GMT Received: by ug-out-1314.google.com with SMTP id j40so249320ugd for ; Mon, 26 Jun 2006 18:26:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=hOZmyS3f81CpPS45NOxQM5P4PAvvv/fQk2fFhdE+6QCplUxn/2GOknArk4auUSyZwbqeyfReRJBdM9BBfwIHxtVAGysnm8dd+dBB5ATwdsSLXbtG/74Hj8CJWDxzra1YkLVxbZs78+IREUN+nmQ0NLyS533DUHCTHfiCfOo6y7s= Received: by 10.78.159.7 with SMTP id h7mr2333021hue; Mon, 26 Jun 2006 18:26:03 -0700 (PDT) Received: by 10.78.20.11 with HTTP; Mon, 26 Jun 2006 18:26:03 -0700 (PDT) Message-ID: <7573e9640606261826s75abf8ahd1ce9d438f6fedfe@mail.gmail.com> Date: Mon, 26 Jun 2006 18:26:03 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] suspend/resume In-Reply-To: <49bf44f10606261744web10bc0qbb7a1b37fcdbee41@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10606261744web10bc0qbb7a1b37fcdbee41@mail.gmail.com> X-Google-Sender-Auth: fd2592c21ccb5208 X-Archives-Salt: 5b902779-f402-4c45-8958-19fef596d576 X-Archives-Hash: c262703b92168ed70844dc8b33294716 On 6/26/06, Grant wrote: > Is there a way to shut the power of my laptop down and then power it > back on and have it resume right where it was when it was powered > down? I think this is called suspend/resume. I see there is a kernel > called suspend2-sources. This uses suspend2, which is an externally maintained patch to the kernel [1]. Suspend2 may work better than the in-kernel suspend implementation for some cases. I know nothing about the hardened kernel, but you should be able to enable the 'normal' suspend to disk and suspend to ram options. Look under "Power management options..." and turn on "Software Suspend" for suspend-to-disk support. You can also add "ACPI...->Sleep States" for suspend-to-ram. I highly recommend merging and using hibernate-script. This is an advanced script that can handle most suspend/standby tasks. Just edit the config file[s] in /etc/hibernate/, and run "hibernate -F ". I also recommend getting the ~arch version of hibernate-script, so that you can start off using the new config file layout. -Richard [1] http://www.suspend2.net/ -- gentoo-user@gentoo.org mailing list