Re: Suspend-to-disk resuming

2005-07-11 Thread Fabian Keil
Ben Jencks [EMAIL PROTECTED] wrote:

 I'm trying to get suspend-to-disk (S4OS) working. (S3 doesn't work, but
 I'll worry about that later). When I run acpiconf -s 4, it appears to
 suspend ok. However, when I boot the computer, it just boots as normal,
 rather than resuming (it does complain about uncleanly unmounted
 disks). How do I tell the kernel to load a suspend-to-disk image rather
 than booting?

What makes you think, that S4OS is supported in FreeBSD?
AFAIK only S4BIOS is working at the moment.

In Message-ID: [EMAIL PROTECTED]
(Subject: Re: is anyone working on software suspend-to-disk and/or -current)
Nate Lawson wrote yesterday:
|As far as I know, no one is working on suspend to disk at this time.

Regarding S3, here is what I had to do to make it work on my ThinkPad R51
running 5.4-STABLE:

In /boot/loader.conf I added: 
acpi_video_load=YES

In /etc/sysctl.conf:
hw.acpi.reset_video=0
hw.syscons.sc_no_suspend_vtswitch=1

Maybe these settings work for your system as well.

Fabian
-- 
http://www.fabiankeil.de/


pgpV6ycvpzr11.pgp
Description: PGP signature


Re: Suspend-to-disk resuming

2005-07-11 Thread Ben Jencks
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Fabian Keil [EMAIL PROTECTED] writes:

 Ben Jencks [EMAIL PROTECTED] wrote:

 I'm trying to get suspend-to-disk (S4OS) working. (S3 doesn't work, but
 I'll worry about that later). When I run acpiconf -s 4, it appears to
 suspend ok. However, when I boot the computer, it just boots as normal,
 rather than resuming (it does complain about uncleanly unmounted
 disks). How do I tell the kernel to load a suspend-to-disk image rather
 than booting?

 What makes you think, that S4OS is supported in FreeBSD?
 AFAIK only S4BIOS is working at the moment.

After reading other mailing lists (-acpi), this has become clear. The
handbook gives no hint that it's not supported, though.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html

 In Message-ID: [EMAIL PROTECTED]
 (Subject: Re: is anyone working on software suspend-to-disk and/or -current)
 Nate Lawson wrote yesterday:
 |As far as I know, no one is working on suspend to disk at this time.

 Regarding S3, here is what I had to do to make it work on my ThinkPad R51
 running 5.4-STABLE:

 In /boot/loader.conf I added: 
 acpi_video_load=YES

 In /etc/sysctl.conf:
 hw.acpi.reset_video=0
 hw.syscons.sc_no_suspend_vtswitch=1

I'll try these, though the mode of failure (massive slowdown, not video
failure) makes it seem unlikely. I'm also going to try without USB, and
with a patch from -acpi.

Thanks,
Ben
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFC0sZIpt3yYclAKVsRAi80AJ9lpMhWVTfGAlQ+qDiVGzq+Yn5XJACfQZ7/
egAdwKre6LkO6TnNFcaiYiI=
=dEDm
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Suspend-to-disk resuming

2005-07-08 Thread Ben Jencks
I'm trying to get suspend-to-disk (S4OS) working. (S3 doesn't work, but
I'll worry about that later). When I run acpiconf -s 4, it appears to
suspend ok. However, when I boot the computer, it just boots as normal,
rather than resuming (it does complain about uncleanly unmounted
disks). How do I tell the kernel to load a suspend-to-disk image rather
than booting?

I'm using the july snapshot of 6-CURRENT on a Thinkpad T43p.

Thanks,
Ben
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]