All of lore.kernel.org
 help / color / mirror / Atom feed
From: Knut Neumann <knut.neumann-4bfl1RV3iZDOEhgYWvzSCYQuADTiUCJX@public.gmane.org>
To: Pavel Machek <pavel-AlSwsSmVLrQ@public.gmane.org>
Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A@public.gmane.org
Subject: Re: s3 on vaio z600
Date: Mon, 31 Mar 2003 01:06:07 +0200	[thread overview]
Message-ID: <1049065566.914.30.camel@localhost> (raw)
In-Reply-To: <20030328205923.GG5147-VNkyu7EogrqGmfs5Z0+9fw@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]

Am Fre, 2003-03-28 um 21.59 schrieb Pavel Machek: 
> > Now, I would really appreciate any hint, how I can gather more
> > information. Is there any chance to find out wether it actually jumps
> > into wakeup.S after resume?
> 
> Few leds on parallel port may do the trick... along with outb() in wakeup.S.

Ole Rohne told me to use lcall $0xffff, $0 in wakeup.S, which I did in
the first place and nothing happened. Since according to him this is
supposed to reboot the computer I concluded that there is either
something wrong with the wakeup-vector or with _WAK (there is no BFS in
my DSDT). Thus I tried to jmp to the wakeup-vector from
acpi_enter_sleep_state wich worked (besides it led to a general
protection fault after a few instructions - I guess thats because I am
not in real mode?!). So it seems it never even gets there when resuming.

So I did - as you suggested - disassebmle the DSDT and had a look at the
WAK method (attached) - but everything seems fine as far as I can
tell...so I am totally stuck now. 

Next thing I wanted to try is to put system in real mode before jumping
to the wakeup-vector just to have a look if that really is the
problem...

Any suggestions?

Thank you for your help anyway. I really appreciate it.

-Knut


--
"Marriage is the alliance of two people,one of whom never remembers
birthdays and the other never forgets them." - Ogden Nash

[-- Attachment #2: z600.wak --]
[-- Type: text/plain, Size: 1331 bytes --]

00002ec0: Method _WAK (\_WAK)
00002ec7:   ArgCount 1; NotSerialized
00002ec8:   Store
00002ec9:     0x00
00002ecb:     \_SB_.PCI0.CRST (0000052f)
00002eda:   If
00002edc:     LEqual
00002edd:       Arg0
00002ede:       0x01
00002ee0:     <NULL>
00002ee4:     0xe0
00002ee6:   If
00002ee9:     LEqual
00002eea:       Arg0
00002eeb:       0x04
00002eed:     <NULL>
00002f04:     \_SB_.PCI0.ISA_.SPIC.SSRC (00001d64)
00002f1b:     If
00002f1d:       LEqual
00002f1e:         <NULL>
00002f22:         \_OS_
00002f27:       "Microsoft Windows NT"
00002f3d:       ZeroOp
00002f3e:       <NULL>
00002f42:       0xe6
00002f44:     Else
00002f46:       If
00002f48:         LNotEqual
00002f4a:           <NULL>
00002f4e:           \_OS_
00002f53:         "Microsoft Windows"
00002f66:         ZeroOp
00002f67:         <NULL>
00002f6b:         0xe6
00002f6d:   If
00002f6f:     LEqual
00002f70:       <NULL>
00002f74:       \_OS_
00002f79:     "Microsoft Windows NT"
00002f8f:     ZeroOp
00002f90:     Noop
00002f91:   Else
00002f93:     If
00002f95:       LNotEqual
00002f97:         <NULL>
00002f9b:         \_OS_
00002fa0:       "Microsoft Windows"
00002fb3:       ZeroOp
00002fb4:       Noop
00002fb5:     Else
00002fb7:       Notify
00002fb8:         \_SB_.PWRB (000004e2)
00002fc2:         0x02
00002fc4:   Return
00002fc5:     ZeroOp

  parent reply	other threads:[~2003-03-30 23:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-26 12:35 s3 on vaio z600 Knut Neumann
     [not found] ` <1048682112.501.11.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
2003-03-28 20:59   ` Pavel Machek
     [not found]     ` <20030328205923.GG5147-VNkyu7EogrqGmfs5Z0+9fw@public.gmane.org>
2003-03-30 23:06       ` Knut Neumann [this message]
     [not found]         ` <1049065566.914.30.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
2003-04-02  8:53           ` Pavel Machek
     [not found]             ` <20030402085312.GA2582-VNkyu7EogrqGmfs5Z0+9fw@public.gmane.org>
2003-04-02 11:33               ` Ducrot Bruno
     [not found]                 ` <20030402113318.GK10287-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-04-02 12:33                   ` Pavel Machek
     [not found]                     ` <20030402123345.GA12860-jyMamyUUXNJG4ohzP4jBZS1Fcj925eT/@public.gmane.org>
2003-04-02 13:16                       ` Ducrot Bruno

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1049065566.914.30.camel@localhost \
    --to=knut.neumann-4bfl1rv3izdoehgywvzscyquadtiucjx@public.gmane.org \
    --cc=acpi-devel-pyega4qmqnRoyOMFzWx49A@public.gmane.org \
    --cc=pavel-AlSwsSmVLrQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.