[Bug 151241] Re: standby does not work any more

2007-10-13 Thread aldeby
the issue was caused by conflict with package 'hibernate'
[code]sudo apt-get remove hibernate[/code]
solves the problem.

however please notice that package [B]hibernate [/B]is required by [B
]laptop-mode-tools[/B] for the auto shutdown at low battery levels
feature.

** Changed in: linux-meta (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: linux-source-2.6.22 (Ubuntu)
   Status: New = Invalid

-- 
standby does not work any more
https://bugs.launchpad.net/bugs/151241
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151241] Re: standby does not work any more

2007-10-11 Thread Peter Frühberger
Suspend to Ram is also broken for me (Thinkpad X61S).
It was working fine with the -13 kernel version.

As additional hint: Suspend with 2.6.22-14 works the first time, but
after this, it is crashing.

-- 
standby does not work any more
https://bugs.launchpad.net/bugs/151241
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151241] Re: standby does not work any more

2007-10-10 Thread Jos Dehaes
** Also affects: linux-source-2.6.22 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
standby does not work any more
https://bugs.launchpad.net/bugs/151241
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151241] Re: standby does not work any more

2007-10-10 Thread aldeby
follows output from syslog right after invoking suspend to ram:

Oct 10 16:00:48 ubuntu NetworkManager: debug [1192024848.862283] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/computer_logicaldev_input_3'). 
Oct 10 16:00:48 ubuntu NetworkManager: debug [1192024848.864140] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/computer_logicaldev_input_2'). 
Oct 10 16:00:48 ubuntu NetworkManager: debug [1192024848.865602] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/computer_logicaldev_input_1'). 
Oct 10 16:00:48 ubuntu NetworkManager: debug [1192024848.867097] 
nm_hal_device_removed(): Device removed (hal udi is 
'/org/freedesktop/Hal/devices/computer_logicaldev_input_0'). 
Oct 10 16:00:48 ubuntu kernel: [  438.20] input: Power Button (FF) as 
/class/input/input7
Oct 10 16:00:48 ubuntu kernel: [  438.20] ACPI: Power Button (FF) [PWRF]
Oct 10 16:00:48 ubuntu kernel: [  438.20] input: Power Button (CM) as 
/class/input/input8
Oct 10 16:00:48 ubuntu kernel: [  438.20] ACPI: Power Button (CM) [PWRB]
Oct 10 16:00:48 ubuntu kernel: [  438.20] input: Sleep Button (CM) as 
/class/input/input9
Oct 10 16:00:48 ubuntu kernel: [  438.204000] ACPI: Sleep Button (CM) [SLPB]
Oct 10 16:00:48 ubuntu kernel: [  438.204000] input: Lid Switch as 
/class/input/input10
Oct 10 16:00:48 ubuntu kernel: [  438.204000] ACPI: Lid Switch [LID]
Oct 10 16:00:48 ubuntu NetworkManager: debug [1192024848.953322] 
nm_hal_device_added(): New device added (hal udi is 
'/org/freedesktop/Hal/devices/computer_logicaldev_input_0'). 
Oct 10 16:00:48 ubuntu NetworkManager: debug [1192024848.966425] 
nm_hal_device_added(): New device added (hal udi is 
'/org/freedesktop/Hal/devices/computer_logicaldev_input_1'). 
Oct 10 16:00:48 ubuntu NetworkManager: debug [1192024848.987104] 
nm_hal_device_added(): New device added (hal udi is 
'/org/freedesktop/Hal/devices/computer_logicaldev_input_2'). 
Oct 10 16:00:49 ubuntu NetworkManager: debug [1192024849.003836] 
nm_hal_device_added(): New device added (hal udi is 
'/org/freedesktop/Hal/devices/computer_logicaldev_input_3'). 
Oct 10 16:00:51 ubuntu gnome-power-manager: (aldeby) Resuming computer
Oct 10 16:00:51 ubuntu gnome-power-manager: (aldeby) suspend failed

-- 
standby does not work any more
https://bugs.launchpad.net/bugs/151241
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151241] Re: standby does not work any more

2007-10-10 Thread aldeby
I found that issuing via shell command

sync; echo 1  /sys/power/pm_trace; /etc/acpi/sleep.sh force

the system correctly enters standby and correctly resumes!
However it remains that using the Gnome applet it does not work as I described!
Do someone have any idea about what is going on?

-- 
standby does not work any more
https://bugs.launchpad.net/bugs/151241
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151241] Re: standby does not work any more

2007-10-10 Thread aldeby
** Changed in: linux-meta (Ubuntu)
   Status: New = Incomplete

-- 
standby does not work any more
https://bugs.launchpad.net/bugs/151241
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151241] Re: standby does not work any more

2007-10-10 Thread aldeby
executing
Code:

sync; echo 1  /sys/power/pm_trace; /etc/acpi/sleep.sh

does simply nothing...
no outputs either in syslog and in dmesg

how can I further debug this issue?

here attached is my sleep.sh file, can somebody compare with his? maybe
via diff or xxdiff...

** Attachment added: /etc/acpi/sleep.sh file
   http://launchpadlibrarian.net/9941784/sleep.txt

-- 
standby does not work any more
https://bugs.launchpad.net/bugs/151241
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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