Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 30 Jun 2002 13:52:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 30 Jun 2002 13:52:58 -0400 Received: from RAVEL.CODA.CS.CMU.EDU ([128.2.222.215]:19174 "EHLO ravel.coda.cs.cmu.edu") by vger.kernel.org with ESMTP id ; Sun, 30 Jun 2002 13:52:57 -0400 Date: Sun, 30 Jun 2002 13:55:22 -0400 To: Sanjoy Mahajan Cc: linux-kernel@vger.kernel.org Subject: Re: Thinkpad 560 suspend/hibernate requires floppy Message-ID: <20020630175522.GA26454@ravel.coda.cs.cmu.edu> Mail-Followup-To: Sanjoy Mahajan , linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i From: Jan Harkes Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1466 Lines: 38 On Sat, Jun 29, 2002 at 03:55:24PM +0100, Sanjoy Mahajan wrote: > I almost always run into trouble suspending or hibernating my Thinkpad > 560. On some boots, it works once only. On others it works many > times and then stops (it always stops working if I put in a Zoom modem > card). I've tried many different kernels, all with the same problem. I have a 560X, and successful suspending depends on a few things. If you are on the battery it typically works, but if you are on wall-power, the BIOS refuses to suspend whenever a communication related pccard is inserted (i.e. any modem/serial/network card). I typically need to reload the cs4236 sound driver to avoid DMA timeouts when the machine comes back. > CONFIG_APM_DO_ENABLE=y This one doesn't seem to be needed, APM is already active. > CONFIG_APM_CPU_IDLE=y This one seems to _reduce_ my battery life with some kernels (the ones where kapmd is simply calling apm_idle in a loop without halting the CPU). Disable this and I can often run for more than 3 hours on a battery, enabled it is typically less than 2 hours. > # CONFIG_APM_ALLOW_INTS is not set Enable this, the bios seems to want interrupts enabled, especially when suspending to disk. Jan - 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/