From mboxrd@z Thu Jan 1 00:00:00 1970 From: 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 20:34:42 +0400 Message-ID: <46F2A122.8020909@gmail.com> References: <200709192014.08443.elendil@planet.nl> <20070920105312.GC12157@atrey.karlin.mff.cuni.cz> <200709201437.56431.elendil@planet.nl> <46F29965.8030603@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from ug-out-1314.google.com ([66.249.92.169]:50849 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755689AbXITQel (ORCPT ); Thu, 20 Sep 2007 12:34:41 -0400 Received: by ug-out-1314.google.com with SMTP id z38so410977ugc for ; Thu, 20 Sep 2007 09:34:40 -0700 (PDT) In-Reply-To: <46F29965.8030603@gmail.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Maciek Rutecki , "Rafael J. Wysocki" Cc: Frans Pop , Pavel Machek , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org 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 :) Regards, Alex.