I also tried the commands to see if HAL and UPOWER think my hardware is capable of suspend and hibernate. HAL: cebif@cebif-desktop:~$ dbus-send --session --print-reply --dest="org.freedesktop.PowerManagement" --type=method_call --reply-timeout=6000 /org/freedesktop/PowerManagement org.freedesktop.PowerManagement.CanSuspend Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PowerManagement was not provided by any .service files
UPOWER: cebif@cebif-desktop:~$ dbus-send --system --print-reply --dest="org.freedesktop.UPower" --type=method_call --reply-timeout=6000 /org/freedesktop/UPower org.freedesktop.DBus.Properties.Get string:org.freedesktop.UPower string:CanSuspend method return sender=:1.18 -> dest=:1.70 reply_serial=2 variant boolean true For hibernate: HAL; cebif@cebif-desktop:~$ dbus-send --session --print-reply --dest="org.freedesktop.PowerManagement" --type=method_call --reply-timeout=6000 /org/freedesktop/PowerManagement org.freedesktop.PowerManagement.CanHibernate Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PowerManagement was not provided by any .service files UPOWER: cebif@cebif-desktop:~$ dbus-send --system --print-reply --dest="org.freedesktop.UPower" --type=method_call --reply-timeout=6000 /org/freedesktop/UPower org.freedesktop.DBus.Properties.Get string:org.freedesktop.UPower string:CanHibernate method return sender=:1.18 -> dest=:1.71 reply_serial=2 variant boolean true It looks like it cannot see the name: "org.freedesktop.PowerManagement" with HAL in either suspend or hibernate. As I have reported resuming from suspend is less likely successful than hibernating. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/729342 Title: Ubuntu 10.10 amd64 wont hibernate or resume from suspend -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
