On Sun, Nov 26, 2006 at 04:12:43PM -0800, Ross Patterson wrote: > Thanks so much for uswsusp! I couldn't get "acpitool -s" to work > because the mouse/pointer cursor would be invisible after suspend to > RAM, but "s2ram -f -a3" as suggested under the Intel chipsets hint > works great. > > Also, I've been wanting something like s2both forever! Thanks so > much. > > Here's the output of "s2ram -i" for your machine lists: > > This machine can be identified by: > sys_vendor = "AVERATEC" > sys_product = "1000 Series" > sys_version = "To Be Filled By O.E.M." > bios_version = "080011 " > > Is there a way I can either edit the whielist on my local installation > to get the "s2ram -f -a3" workaround to work by just calling "s2ram"? > More importantly, how can I get s2both to use this workaround?
just apply this patch to your whitelist.c file and recompile: Index: whitelist.c =================================================================== RCS file: /cvsroot/suspend/suspend/whitelist.c,v retrieving revision 1.71 diff -u -p -r1.71 whitelist.c --- whitelist.c 15 Nov 2006 16:27:16 -0000 1.71 +++ whitelist.c 27 Nov 2006 07:21:17 -0000 @@ -59,6 +59,8 @@ struct machine_entry whitelist[] = { { "", "", "", "ASUS A7V600 ACPI BIOS Revision *", S3_BIOS|S3_MODE }, /* Mark Stillwell */ { "AVERATEC", "3700 Series", "", "", S3_BIOS|S3_MODE }, + /* Ross Patterson <[EMAIL PROTECTED]> */ + { "AVERATEC", "1000 Series", "", "", S3_BIOS|S3_MODE }, /* Andreas Schmitz */ { "BenQ ", "Joybook R22", "", "", S3_BIOS|S3_MODE }, { "Compaq", "Armada E500 *", "", "", 0 }, or just wait some hours until the anonymous CVS has the update :-) Thanks for reporting. -- Stefan Seyfried QA / R&D Team Mobile Devices | "Any ideas, John?" SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out." ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Suspend-devel mailing list Suspend-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/suspend-devel