From owner-freebsd-mobile Tue Sep 30 18:36:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07375 for mobile-outgoing; Tue, 30 Sep 1997 18:36:40 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-23.ix.netcom.com [204.32.168.55]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07354 for ; Tue, 30 Sep 1997 18:36:33 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id SAA14435; Tue, 30 Sep 1997 18:36:12 -0700 (PDT) Date: Tue, 30 Sep 1997 18:36:12 -0700 (PDT) Message-Id: <199710010136.SAA14435@silvia.HIP.Berkeley.EDU> To: hosokawa@ntc.keio.ac.jp CC: mobile@freebsd.org, hosokawa@ntc.keio.ac.jp In-reply-to: <199709300509.OAA09902@afs.ntc.mita.keio.ac.jp> (hosokawa@ntc.keio.ac.jp) Subject: Re: resume and TP560E From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I heard that IBM's APM BIOS does not suspend entire system when the * network card (or modem card) is plugged into the system. Ok, I read the manual. (It's mostly about Windoze95 and OS/2 Crap, of course.) Here's what I gathered: The ThinkPad 560E has three different types of suspend modes: "standby", "suspend" and "hibernation". "Standby" (Fn-F3) just turns off the hard drive and LCD; "suspend" (Fn-F4) suspends all tasks and keeps them in memory; "hibernation" (Fn-F12) saves the memory image to disk and completely turns the power off. The "hibernation" actually uses a disk file instead of some empty space at the end of the drive. You can create a "hibernation file" in Win95. It is just a regular (hidden) file. (Which is good, because it uses space in the Windoze partition. :) Anyway, all three work with no errors if I don't have the Ethernet card plugged in. Fn-F12 even gives me this cute "progress meter" as it writes to and reads from the disk. With the Ethernet card, "Standby" and "suspend" still works without errors. "Hibernation" is just entirely disabled. As for "zzz", it appears to work almost like the "suspend" function (Fn-F4), except it gives me this "errcode=96". The system wakes up fine (well most of the time anyway), and it is not rattling the disks in the process, so I'm not going to worry about it too much. Satoshi