From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: Linux 2.6.16-rc3 Date: Mon, 13 Feb 2006 20:33:24 +0100 Message-ID: <200602132033.26881.rjw@sisk.pl> References: <200602131409.54300.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from ogre.sisk.pl ([217.79.144.158]:65152 "EHLO ogre.sisk.pl") by vger.kernel.org with ESMTP id S932376AbWBMTcl (ORCPT ); Mon, 13 Feb 2006 14:32:41 -0500 In-Reply-To: Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Takashi Iwai Cc: Andrew Morton , Linus Torvalds , linux-kernel@vger.kernel.org, Jens Axboe , James Bottomley , "Brown, Len" , "David S. Miller" , Greg KH , linux-acpi@vger.kernel.org, linux-usb-devel@lists.sourceforge.net, "Yu, Luming" , Ben Castricum , sanjoy@mrao.cam.ac.uk, Helge Hafting , "Carlo E. Prelz" , Gerrit =?iso-8859-1?q?Bruchh=E4user?= , Nicolas.Mailhot@laposte.net, Jaroslav Kysela , Patrizio Bassi , =?iso-8859-1?q?Bj=F6rn_Nilsson?= , Andrey Borzenkov , "P. Christeas" , ghrt , jinhong hu Andrew On Monday 13 February 2006 14:51, Takashi Iwai wrote: > At Mon, 13 Feb 2006 14:09:51 +0100, > Rafael J. Wysocki wrote: > > > > On Monday 13 February 2006 13:02, Takashi Iwai wrote: > > > At Sun, 12 Feb 2006 19:05:20 -0800, > > > Andrew Morton wrote: > > > > > > > > - Patrizio Bassi has an alsa suspend > > > > regression ("alsa suspend/resume continues to fail for ens1370") > > > > > > It's not a "regression". PM didn't work with ens1370 at all in the > > > eralier version. > > > > > > About the problem there, I have no idea now what's wrong. The > > > suspend-to-disk works fine if the driver is built as module but not as > > > built-in kernel. > > > > That may be related to the fact that modular drivers are not present in > > memory during resume (just a thought). > > I think the modular drivers are on memory but the order of > re-initialization is different. No, they are not (this is the part I'm sure of). software_resume() is called before any modules have a chance to be loaded unless you boot with noresume, load them from an initrd and start the resume manually. Greetings, Rafael