From owner-freebsd-current Tue Aug 21 11: 1:44 2001 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 4624A37B40C for ; Tue, 21 Aug 2001 11:01:33 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.11.3+3.4W/8.11.3/tasogare) with ESMTP/inet id f7LI1HI21688; Wed, 22 Aug 2001 03:01:17 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: acpi-jp@jp.freebsd.org, yoichi@eken.phys.nagoya-u.ac.jp Cc: iwasaki@jp.freebsd.org, current@freebsd.org Subject: Re: [acpi-jp 1221] Re: question about acpi sleep. In-Reply-To: References: <8666bw5s4w.wl@e-ppp4.eken.phys.nagoya-u.ac.jp> <20010810233856M.iwasaki@jp.FreeBSD.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010822030114N.iwasaki@jp.FreeBSD.org> Date: Wed, 22 Aug 2001 03:01:14 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 36 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > >>> IWASAKI-san wrote: > > I think your NotePC doesn't have _S1_ object in ACPI data block. > > Plese check `acpidump | grep _S1' to see if _S1_ object is there. > > No, there isn't _S1_ object. Yup, it has only S0, S3, S4 and S5. No S1 on your NotePC. > > Maybe yours has other _Sx_ object (such as _S3_ for Sleep State 3, > > meaning suspend in APM term). > > And could you send us acpidump output from PCG-C1VSX/K? > > I attach those. > Now acpiconf -s 3 doesn't work well. After resume, > LCD doesn't recover, but Ctrl-Alt-Delete does shutdown. > (Doesn't reboot, so I had to press power button after that.) > I also attach related log. Thanks. Hmmm, _WAK method checks OS type (in CKOS method) and skips calling PHS(0xe1). I suspect that this is needed to be done after wakeup. i.e. the OS which have `FreeBSD' as ACPI_OS_NAME might have problems on your NotePC's ACPI. Try running `amldb PCG-C1VSXK.dsdt' to see what happen on Windows NT... # Yes, amldb has string "Microsoft Windows NT" in _OS_ object for this # purpose :-) Thanks P.S. I've found another problem; RTC interrupts are disabled after wakeup on some machines. And statclock() never be called after that. I hope I can fix this soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message