@Felix: Maybe the devices waking your PC are different than me. Put this command in the terminal to see which devices can wake the system:
cat /proc/acpi/wakeup The ones that say "*enabled" are the suspects. Try disabling them individually and test suspend until you found the guilty device. To disable it in the session, without modifying the rc.local file, you must go into a root session by typing this in the terminal: sudo su - Then, disable the device wake up with: echo [device]>/proc/acpi/wakeup Filling [device] with the 4 o 3 character identifier appearing in the cat command. Then you can add this lines to rc.local to make changes permanent. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/936545 Title: Suspend is not working on Nvidia hardware To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/936545/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
