From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751949AbXITTs2 (ORCPT ); Thu, 20 Sep 2007 15:48:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750857AbXITTsS (ORCPT ); Thu, 20 Sep 2007 15:48:18 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:39851 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750778AbXITTsR (ORCPT ); Thu, 20 Sep 2007 15:48:17 -0400 From: "Rafael J. Wysocki" To: Alexey Starikovskiy Subject: Re: 2.6.23-rc6: S4 and S5 no longer listed as supported on Toshiba Satellite A40 Date: Thu, 20 Sep 2007 22:01:15 +0200 User-Agent: KMail/1.9.5 Cc: Maciek Rutecki , Frans Pop , Pavel Machek , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org References: <200709192014.08443.elendil@planet.nl> <46F29965.8030603@gmail.com> <46F2A122.8020909@gmail.com> In-Reply-To: <46F2A122.8020909@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709202201.16487.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, 20 September 2007 18:34, Alexey Starikovskiy wrote: > Maciek Rutecki wrote: > > Frans Pop pisze: > >> On Thursday 20 September 2007, you wrote: > >>>> When compared with 2.6.22-4, dmesg no longer lists S4 and S5 as > >>>> supported for my Toshiba Satellite A40 laptop (Mobile Intel Pentium 4, > >>>> 2.8GHz). > >>>> > >>>> -Linux version 2.6.22-2-686 (Debian 2.6.22-4) (waldi@debian.org) ... > >>>> +Linux version 2.6.23-rc6 (root@faramir) ... > >>>> [...] > >>>> -ACPI: (supports S0 S3 S4 S5) > >>>> +ACPI: (supports S0 S3) > >>> Unexpected, and potentially pretty serious. Something went wrong with > >>> ACPI. Can you try to narrow down when it started happening? > >> rc1 still had all 4 levels. I'll run a bisect between rc1 and rc6. > > > > I have the same on HP/Compaq nx6310: > > ACPI: (supports S0 S3) > This is due to Rafael' split of suspend from hibernation. > namely 296699de6bdc717189a331ab6bbe90e05c94db06. > Detection of S4 lacks printk(), so even if S4 is supported, it will not be reported. > Adding Rafael to the discussion :) Thanks, I've already spotted the fix patch. Greetings, Rafael