Hello,

tried the 2.6.17-rc4-mm2, still kernel panic, like the last three mm-patches. One screen-shot and sys-infos are here http://as68.homeip.net/2.6.17-rc4-mm2/ I think it's acpi-related, because there is something about acpi-namespace or so.

And another issue: I'm still using this ugly two-liner in order to be able to resume from S3. Is there a clean solution for it?

####################
/usr/src/linux/drivers/ide/ide.c - line 1483
.
.
-       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);
.
.
####################

Resume from S3 using WOL (magic packet) doesn't work reliably ( in combination with USB(in BIOS) doesn't work at all).

Regards,

Andreas

-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to