https://bugzilla.novell.com/show_bug.cgi?id=398270 User a_romanescu@yahoo.co.uk added comment https://bugzilla.novell.com/show_bug.cgi?id=398270#c16 --- Comment #16 from Alexandru Romanescu <a_romanescu@yahoo.co.uk> 2008-11-23 03:38:22 MST --- 1. After my motherboard crashed and was changed, my laptop identifier changed from TECRA M4 to 000000. So suspend didn't work. I wasn't the only one (I found another guy with a Toshiba TECRA M4 that had the same problem and couldn't suspend) to have 000000, and some one else had “Portable PC” in the ID string. So the following must be added: { .ident = "000000", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), DMI_MATCH(DMI_PRODUCT_NAME, "000000"), }, }, { .ident = "Portable PC", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), DMI_MATCH(DMI_PRODUCT_NAME, "Portable PC"), }, }, I've recompiled “ata_piix”, adding the workaround for those 2 (strings for toshiba laptops that need the workaround after quiting the service) and it works. I'll attach the patch (for the latest beta5.2). 2. For my Toshiba TECRA M4, suspend doesn't always resume. Sometimes it does, sometimes (random?) I get only a blinking cursor (like “_”) in the upper left corner. The argument that worked best (always resumed well) with 11.1beta5.2 was “-f -s”. (Interesting that with 11.0 this usualy doesn't work). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.