@mogliii --

I solved the problem for myself; the VirtualBox drivers seem to hang on
suspend.  So I created a file /etc/pm/sleep.d/00_vbox which is:

#!/bin/sh

export PATH=/bin:/sbin:/usr/bin:/usr/sbin
case "$1" in
    hibernate|suspend)
        service vboxdrv stop
    ;;
    thaw|resume)
        service vboxdrv start
    ;;
esac

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814573

Title:
  kernel 2.6.38-10-generic-pae fails to 'suspend to RAM' on Lenove G560

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814573/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to