Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966874AbWKTWSj (ORCPT ); Mon, 20 Nov 2006 17:18:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966869AbWKTWSj (ORCPT ); Mon, 20 Nov 2006 17:18:39 -0500 Received: from thunk.org ([69.25.196.29]:5343 "EHLO thunker.thunk.org") by vger.kernel.org with ESMTP id S966874AbWKTWSc (ORCPT ); Mon, 20 Nov 2006 17:18:32 -0500 Date: Mon, 20 Nov 2006 17:17:56 -0500 From: Theodore Tso To: Linus Torvalds Cc: "Rafael J. Wysocki" , Chuck Ebbert <76306.1226@compuserve.com>, linux-kernel , Andrew Morton Subject: Re: [patch] PM: suspend/resume debugging should depend on SOFTWARE_SUSPEND Message-ID: <20061120221756.GA8708@thunk.org> Mail-Followup-To: Theodore Tso , Linus Torvalds , "Rafael J. Wysocki" , Chuck Ebbert <76306.1226@compuserve.com>, linux-kernel , Andrew Morton References: <200611190320_MC3-1-D21B-111C@compuserve.com> <200611191844.14354.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.12-2006-07-14 X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on thunker.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1745 Lines: 31 One reason why I've generally avoided using suspend-to-ram is that after my laptop (IBM Thinkpad T60p) comes out of suspend-to-ram, it is consuming 30W of power --- as opposed to before I hibernated, when my laptop was consuming only 17W or 18W of power. (And even without doing things like unloading all of my USB modules, normally my laptop will consume about 24W after a fresh reboot --- which makes the 30W power consumption after a suspend-to-ram especially troubling,) If I unload all of my USB modules, and shutdown the parallel port, the wired ethernet port, etc., I get power savinges down to 17W --- and once I was able to push it all the way down to 15W, although in practice it's much more common that I can get the power consumption down to 17W or 18W. Unfortunately, after the laptop wakss up from a suspend-to-ram, the laptop is apparently powering up all of the devices in high power mode while I can get some of the power savings back by manually loading and then unlodaing a whole bunch of device drivers, in practice that only gets me from 30W to 24W or so. This is probably much more of a hardware bug than an OS bug, but because of this fact, if I'm going to be running the laptop for any amount of time after resume, I'm better off using suspend-to-disk. If someone has a suggestion for how I can save the power state of all of the various components in my laptop so that the laptop cna be brought back to the 18W state after a suspend-to-ram, I'm all ears.... - Ted - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/