Having followed the link in post 64 I decided to give re-building my current kernel a go.
This should apply to Ubuntu as much as the Mandriva 2011 install I'm using. Without changing anything in the .config for the re-build resulted in a kernel which does suspend/resume again and again. No failures yet WOW! after all this time of trying other solutions!! Everything appears to work as normal. Network etc ... This may work for you. I'm using the latest kernel I can find for Mandriva through MIB http://mib.pianetalinux.org/MIB/2011.0/32/projects/kernels/3.1.6/ You should find an equivalent for Ubuntu and install the kernel source. The build process should be something like: # cd /usr/src/linux-<version> # make mrproper (this cleans out cruft from prior builds including .config) # cp /boot/config-<version> .config (we'll use Mandriva's config as the starting point) # vi Makefile (change the EXTRAVERSION variable to something unique) # make menuconfig (select your desired customizations and save) # make all (this preps and builds the kernel and modules) # make modules_install (you must do this before before make install) # make install (the bootloader will get updated automagically) Again check for the specifics to rebuild for Ubuntu. The compile process can take a couple of hours! Good Luck! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/856711 Title: 11.10 - Suspend fails on Asus 1215B To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/856711/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs