http://bugzilla.kernel.org/show_bug.cgi?id=6326
------- Additional Comments From [EMAIL PROTECTED] 2006-08-10 12:48 ------- Created an attachment (id=8748) --> (http://bugzilla.kernel.org/attachment.cgi?id=8748&action=view) Got it working. I finally got S3 to work here. Here are my three steps for the Kernel 2.6.17-rc5-mm1: 1) IDE-Patch: ( just for one IDE drive, if CD-ROM is present, it failed again) --- 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); } 2) nVidia graphics card needed + latest nVidia driver ( mine is 8762 ) - Agpgart in Kernel is on - xorg.conf: 'Option "NvAGP" "1"' I gave up to get my Radeon going with S3. Bought an nVidia. 3) Kernel prior 2.6.17-rc5 can't resume on WOL with forcedeth. Comment: It took me more than 3 month of investigation to get this thing working, unbelievable!! Thanks to all, who helped me. Regards, Andreas ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You are on the CC list for the bug, or are watching someone who is. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
