All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.17-rc5 - S3 & WOL working
@ 2006-05-29 20:24 Andreas Saur
  0 siblings, 0 replies; only message in thread
From: Andreas Saur @ 2006-05-29 20:24 UTC (permalink / raw)
  To: linux-acpi

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);

 }

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-29 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29 20:24 2.6.17-rc5 - S3 & WOL working Andreas Saur

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.