Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Aug 2001 03:01:14 +0900
From:      Mitsuru IWASAKI <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.
Message-ID:  <20010822030114N.iwasaki@jp.FreeBSD.org>
In-Reply-To: <wy3d706in4.wl@eken3.eken.phys.nagoya-u.ac.jp>
References:  <8666bw5s4w.wl@e-ppp4.eken.phys.nagoya-u.ac.jp> <20010810233856M.iwasaki@jp.FreeBSD.org> <wy3d706in4.wl@eken3.eken.phys.nagoya-u.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010822030114N.iwasaki>