All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Saur <saur@acmelabs.de>
To: linux-acpi@vger.kernel.org
Subject: 2.6.17-rc5 - S3 & WOL working
Date: Mon, 29 May 2006 20:24:58 +0000	[thread overview]
Message-ID: <447B589A.2030004@acmelabs.de> (raw)

Hi All,

first of all a big thanks to all. I had a big problem to wake my system 
from S3 via WOL (magig packet). I've installed kernel-2.6.17-rc5 and it 
seems(*) all problems are gone.
I confirm a working S3 in combination with wake on lan (WOL).
My system is an Abit NF7 with an nVidia 5200. Driver is 
'NVIDIA-Linux-x86-1.0-8762-pkg1.run'. NvAGP is set to "1" in xorg.conf, 
Agpgart is turned on in kernel though. Don't know whether one still need 
"CONFIG_X86_UP_IOAPIC=y" in kernel config, but if anybody has problems 
with WOL and S3, this setting seems to help at least one person, as far 
as I know. Btw. I've never managed to get a Radeon to work with S3 and 
KDE. Once I saw a very weird method to wake up a Radeon, I decided to 
buy an nNvidia.

Well, since I don't know the reason why it's working now, my thanks goes 
to Mr. Unknown.

Thanks again. Regards,

Andreas

--------
P.S. * have still to use this, else system is dead on resume from S3

####ide-acpi-udma6 patch for kernel 2.6.17-rc5####

--- drivers/ide/ide.c.orig      2006-05-29 20:12:37.000000000 +0000
+++ drivers/ide/ide.c   2006-05-29 20:14:04.000000000 +0000
@@ -1248,7 +1248,8 @@
        rqpm.pm_step = ide_pm_state_start_resume;
        rqpm.pm_state = PM_EVENT_ON;

-       return ide_do_drive_cmd(drive, &rq, ide_head_wait);
+       (void) ide_do_drive_cmd(drive, &rq, ide_head_wait);
+       return set_xfer_rate(drive, XFER_UDMA_6);

 }

#################################

                 reply	other threads:[~2006-05-29 20:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=447B589A.2030004@acmelabs.de \
    --to=saur@acmelabs.de \
    --cc=linux-acpi@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 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.