[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-30 Thread sjs889

** Attachment added: pm-suspend.log
   http://launchpadlibrarian.net/15698349/pm-suspend.log

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-30 Thread sjs889
In Windows Vista sleep takes seconds not minutes. Having looked around
launchpad a bit I think my problem is the same as

https://bugs.launchpad.net/ubuntu/+source/linux-
source-2.6.22/+bug/139045

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-29 Thread sjs889
I can suspend and resume calling s2ram from a terminal in X. I have
downloaded uswsusp with s2ram and can get it to suspend with sudo s2ram
-f -a 3 and s2ram -f -a 2. Takes a looong time to suspend but is quick
to wake up. (It would be faster to shutdown and restart than suspend at
the moment. Output from s2ram -i is

This machine can be identified by:
sys_vendor   = TOSHIBA
sys_product  = Satellite Pro A120
sys_version  = PSAC1E-0J3021EN
bios_version = Version 3.20


Can't get suspend to work with gui.

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-29 Thread sjs889
Hmm. The computer after taking a very long time will suspend from the
gui. It will suspend from the log-off, suspend,restart screen from gnome
desktop and will come back on with a password controlled dialogue box.

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-29 Thread sjs889
After a bit more testing I can confirm that putting the option suspend
into when laptop lid is closed will result in the computer being
suspended.

The problem appears to be that the computer is taking a very long time
to suspend which makes people think that the computer isn't
suspending.

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-27 Thread sjs889
The output of /sys/power/state is


cat /sys/power/state

mem disk

Using boot option nosmp doesn't seem to change behaviour.

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-27 Thread sjs889
I tried

echo 3  /proc/sys/kernel/acpi_video_flags


And did a suspend. The screen goes black and then there is a lot of disk 
activity and the fan goes crazy. After about 5 mins the laptop goes into a 
suspend state. I was then able to wake from suspend. I haven't waited this long 
before so echo 1 or 2 might have got the same behaviour.

Haven't got time to try hibernate or anything else for the next two
days.

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-26 Thread sjs889
Although I am not the original bug reporter here is the required output
you asked for from my Toshiba Satellite Pro A120.

** Attachment added: dmesg
   http://launchpadlibrarian.net/15614265/dmesg

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-26 Thread sjs889

** Attachment added: dmidecode
   http://launchpadlibrarian.net/15614269/dmidecode

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-26 Thread sjs889

** Attachment added: lspci
   http://launchpadlibrarian.net/15614272/lspci

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-26 Thread sjs889
Hi,

Bit new to this linux stuff so be patient. I tried the above and this
was the output I got from the terminal.


[EMAIL PROTECTED]:~$ echo mem  /sys/power/state
bash: /sys/power/state: Permission denied
[EMAIL PROTECTED]:~$ 
[EMAIL PROTECTED]:~$ sudo echo mem  /sys/power/state
bash: /sys/power/state: Permission denied
[EMAIL PROTECTED]:~$ echo 1  /proc/sys/kernel/acpi_video_flags
bash: /proc/sys/kernel/acpi_video_flags: Permission denied
[EMAIL PROTECTED]:~$ echo 2   /proc/sys/kernel/acpi_video_flags
bash: /proc/sys/kernel/acpi_video_flags: Permission denied
[EMAIL PROTECTED]:~$ echo 3   /proc/sys/kernel/acpi_video_flags
bash: /proc/sys/kernel/acpi_video_flags: Permission denied

I will try the nosmp boot option next.

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 164016] Re: laptop does not suspend or hibernate

2008-06-26 Thread sjs889
Hmm not sure how to add nosmp as a boot option from grub screen ...

-- 
laptop does not suspend or hibernate
https://bugs.launchpad.net/bugs/164016
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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