public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adam Belay <ambx1@neo.rr.com>
To: Kyle Rose <krose+linux-kernel@krose.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: ACPI sleep states on Tyan Thunder K8W S2885
Date: Sun, 1 May 2005 18:53:35 -0400	[thread overview]
Message-ID: <20050501225335.GG3951@neo.rr.com> (raw)
In-Reply-To: <42726287.80104@krose.org>

On Fri, Apr 29, 2005 at 12:36:23PM -0400, Kyle Rose wrote:
> I can't seem to get my Tyan board (AMD 81x1 chipset) to go to sleep such
> that wake-on-LAN will wake it back up.  On my other machines, when I
> shutdown -h, it (presumably) puts the machine into S5 state
> automatically, and WOL works like a charm; on this machine, shutdown -h
>   puts the machine into an actual "off" state in which WOL won't wake it
> back up.

The "off" state is always considered S5.  Adding wake devices does not make
the state S5.

> 
> Moreover, if I try to echo 5 > /proc/acpi/sleep with full debugging, I
> get absolutely nothing in dmesg.

-->snip

> Furthermore, if I shut down from Windows, it *does* go into what I
> presume is the S5 state, so this is a software problem, not hardware.
> 
> Any suggestions on debugging?
> 
> Cheers,
> Kyle

S5 wake devices can be a very fuzzy area.  In general, the ACPI spec
recommends that wake capabilities are enabled before halting the system.
Therefore, your network card driver may need to specifically handle this.

For starters, we should probably look at "lspci -vv".  I'm assuming your
network card is PCI.  This will allow us to see if it's capable of waking
from D3-cold, the state it will most likely be in during S5.

I would also check your BIOS configuration and see if it's possible to
specifically enable wake-on-lan.  Let me know if this helps.

Finally, what kernel version are you using?

Thanks,
Adam

  reply	other threads:[~2005-05-01 22:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-29 16:36 ACPI sleep states on Tyan Thunder K8W S2885 Kyle Rose
2005-05-01 22:53 ` Adam Belay [this message]
2005-05-02 14:16   ` Kyle Rose

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=20050501225335.GG3951@neo.rr.com \
    --to=ambx1@neo.rr.com \
    --cc=krose+linux-kernel@krose.org \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox