Hi! > > > On kohjinsha, wakeup code does not seem to be reached at all. I tried > > > looking around FACS, but it seems very empty: > > > > > > ... > > > > The same on my laptop: > > > > FACS @ 0x2fefafc0 signature length hwsignature waking_vector > > 0000: 46 41 43 53 40 00 00 00 62 12 00 00 00 00 00 00 FACS@...b....... > > 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ > > > > > > I've never been able to resume from STR with Linux (works with Windows Vista). > > STD works, although I have to press the power button in order to > > resume. Hmm, that is strange. firmware_waking_vector seems to be all zeros. How can that work? struct acpi_table_facs { char signature[4]; /* ASCII table signature */ u32 length; /* Length of structure, in bytes */ u32 hardware_signature; /* Hardware configuration signature */ u32 firmware_waking_vector; /* 32-bit physical address of the Firmware Waking Vector */ ...aha, firmware_waking_vector is to be filled by Linux, so I guess this was false alarm. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html