[Bug 458537] Re: hibernate does not work

2010-01-15 Thread Bryan Wu
Paul,

Could you please grab my testing kernel to do the quick hibernate testing?
http://people.canonical.com/~roc/kernel/lucid_fsl-bsp-2010-01-07/

And my kernel tree is URL:
http://kernel.ubuntu.com/git?p=roc/ubuntu-lucid.git;a=shortlog;h=refs/heads/fsl-imx51

Thanks,
-Bryan

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

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


[Bug 458537] Re: hibernate does not work

2010-01-15 Thread Paul Larson
Hibernate still appears to not be supported in this kernel.

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

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


[Bug 458537] Re: hibernate does not work

2010-01-15 Thread Bryan Wu
Freescale said hibernate is not available on fsl-imx51, so we might need
to remove this bug.

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

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


[Bug 458537] Re: hibernate does not work

2010-01-13 Thread Steve Langasek
** Changed in: linux-fsl-imx51 (Ubuntu Lucid)
Milestone: lucid-alpha-2 = lucid-alpha-3

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

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


[Bug 458537] Re: hibernate does not work

2010-01-05 Thread Daan de Wit
I have this problem on my desktop machine.
Output from devkit-power --dump: 
Device: /org/freedesktop/DeviceKit/Power/devices/mouse_2_2
  native-path:  /sys/devices/pci:00/:00:02.0/usb2/2-2
  vendor:   Logitech, Inc.
  model:Mouse Receiver
  power supply: no
  updated:  Tue Jan  5 17:38:59 2010 (20 seconds ago)
  has history:  yes
  has statistics:   no
  mouse
present: yes
rechargeable:yes
state:   discharging
percentage:  100%

Daemon:
  daemon-version:  011
  can-suspend: yes
  can-hibernateyes
  on-battery:  no
  on-low-battery:  no
  lid-is-closed:   no
  lid-is-present:   no

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

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


[Bug 458537] Re: hibernate does not work

2010-01-03 Thread guigui14100
** Description changed:

  Problem might not lie in the kernel, not sure yet.  When I try to
  hibernate the system from gnome, I see the screen go blank but it never
  seems to power down.  I can move my mouse or hit a key and end up right
  back at a prompt to unlock the desktop.  I also tried using pm-hibernate
  too and it just returned 1 and exited immediately.
  
  ProblemType: Bug
  Architecture: armel
  Date: Thu Oct 22 15:37:50 2009
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate armel+imx51 
(20091021.1)
  Package: linux-image-2.6.31-105-imx51 2.6.31-105.14
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-105.14-imx51
  SourcePackage: linux-fsl-imx51
  Uname: Linux 2.6.31-105-imx51 armv7l
  XsessionErrors:
-  (gnome-settings-daemon:1391): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
-  (gnome-settings-daemon:1391): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
-  (polkit-gnome-authentication-agent-1:1461): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
-  (nautilus:1446): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
+  (gnome-settings-daemon:1391): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
+  (gnome-settings-daemon:1391): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
+  (polkit-gnome-authentication-agent-1:1461): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
+  (nautilus:1446): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

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

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

[Bug 458537] Re: hibernate does not work

2010-01-03 Thread Chris Coulson
The UI elements have nothing to do with gnome-power-manager, and g-p-m
doesn't export any information which says if hibernate is available or
not anyway. Such checking should go further down the stack (eg, in dk-
power, which already exports such information for g-p-m, gnome-session
and indicator-session etc to use already)

** Package changed: gnome-power-manager (Ubuntu Karmic) = devicekit-
power (Ubuntu Karmic)

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

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


[Bug 458537] Re: hibernate does not work

2010-01-03 Thread Chris Coulson
In fact, devicekit-power already checks /sys/power/state for the
presence of disk. The can-hibernate property on it's D-Bus interface
should read False if /sys/power/state does not have disk. Could someone
with this issue please post the output of devkit-power --dump?

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

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


[Bug 458537] Re: hibernate does not work

2009-12-26 Thread George Hein
To get hibernate to work on my Lenovo Ideapad Y530 I had to: echo
shutdown  /sys/power/disk to avoid default platform.

I added this to my /etc/init.d/local which also includes my iptables
commands and which is executed via pointer (/etc/rcS.d/S99local).

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

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


[Bug 458537] Re: hibernate does not work

2009-12-18 Thread Paul Larson
After further discussion, it sounds as if disabling hibernate on armel
may be intentional, since standby produces a low enough power state that
hibernate is not necessary.  However, it seems that the option to
hibernate is still supported, even though hibernate is not.  The UI
should check to see if hibernate is supported before presenting an
option to hibernate.

** Also affects: gnome-power-manager (Ubuntu)
   Importance: Undecided
   Status: New

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

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


[Bug 458537] Re: hibernate does not work

2009-12-04 Thread Paul Larson
** Changed in: linux-fsl-imx51 (Ubuntu)
   Status: New = Triaged

** Changed in: linux-fsl-imx51 (Ubuntu)
 Assignee: (unassigned) = Bryan Wu (cooloney)

** Also affects: linux-fsl-imx51 (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Also affects: linux-fsl-imx51 (Ubuntu Lucid)
   Importance: High
 Assignee: Bryan Wu (cooloney)
   Status: Triaged

** Changed in: linux-fsl-imx51 (Ubuntu Karmic)
   Importance: Undecided = High

** Changed in: linux-fsl-imx51 (Ubuntu Karmic)
   Status: New = Triaged

** Changed in: linux-fsl-imx51 (Ubuntu Karmic)
 Assignee: (unassigned) = Bryan Wu (cooloney)

** Changed in: linux-fsl-imx51 (Ubuntu Karmic)
Milestone: None = karmic-updates

** Changed in: linux-fsl-imx51 (Ubuntu Lucid)
Milestone: None = lucid-alpha-2

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

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


[Bug 458537] Re: hibernate does not work

2009-11-24 Thread Paul Larson
** Changed in: linux-fsl-imx51 (Ubuntu)
   Importance: Undecided = High

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

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


[Bug 458537] Re: hibernate does not work

2009-10-23 Thread Paul Larson
$ cat /sys/power/state
standby mem


Looks like hibernate is not supported, possibly a config problem?

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

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


[Bug 458537] Re: hibernate does not work

2009-10-22 Thread Paul Larson

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34173319/Dependencies.txt

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

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