From owner-freebsd-current Mon Aug 16 11:41:32 1999 Delivered-To: freebsd-current@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id F07BB15497 for ; Mon, 16 Aug 1999 11:41:23 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn33.imasy.or.jp [202.227.24.225]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id DAA21645; Tue, 17 Aug 1999 03:40:16 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <199908161840.DAA21645@tasogare.imasy.or.jp> To: kfarmer@sympatico.ca Cc: iwasaki@jp.freebsd.org, freebsd-current@freebsd.org Subject: Re: apm problems. In-Reply-To: Your message of "Sat, 14 Aug 1999 07:12:07 +0000" <37B516C7.C5F45D04@sympatico.ca> References: <37B516C7.C5F45D04@sympatico.ca> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 17 Aug 1999 03:43:53 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 32 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, My understanding on your problems is: 1. Standby by PM timer in BIOS setting fails with the system activity. 2. No new process can be started after resume. Is it correct? 1. My laptops also fails if the console or window is updating by the output from running commands. But standby on other unused console (ttyv1 or something), monitor blanks. Standby usually never stop disk activities. 2. Do you have `calcru: negative time' messages after resume? One of my laptops has this problem, doesn't restore the countdown register of i8254 on resume. After resume, my laptop is getting very slooooooow, takes 2 mins to shutdown... If your problem is the same as mine, hack in PAO (i8254_restore() in /sys/i386/apm/apm.c and /sys/i386/isa/clock.c) would be helpful for you. Another possibility is apmd configuration. Is it correctly configured? Please try to disable apmd to make it clear whether apmd causes your problem. > Apm does not seem to be behaving correctly on my computer (running > yesterday's CURRENT) Is this first time for you? Have you met the problems before or just recently? > if more info is needed, just let me know what to do. Thanks =). I'd like to have your dmesg output. Are you using desktop PC, right? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message