* ACPI Suspend support
@ 2003-03-06 11:05 Gertjan
[not found] ` <20030306120556.17cd0ef1.g.zwartjes-oe7qfRrRQfdlL9U78CI+FQ@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Gertjan @ 2003-03-06 11:05 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi all,
I was wondering if suspend support for ACPI is already implemented. Which
kernel must I use if I want my laptop to support suspending. My laptop is
an ASUS L3400D with a SiS chip set in it. It has no support for APM so I
really would like to have support for suspend-to-RAM. Can somebody tell me
what versions to use, or if it is still unsupported.
Please correct me if I am asking this question in the wrong mailing-list.
The reason I am posting it here is that I am inquiring the stage of
development...
Regards,
Gertjan
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <20030306120556.17cd0ef1.g.zwartjes-oe7qfRrRQfdlL9U78CI+FQ@public.gmane.org>]
* Re: ACPI Suspend support [not found] ` <20030306120556.17cd0ef1.g.zwartjes-oe7qfRrRQfdlL9U78CI+FQ@public.gmane.org> @ 2003-03-06 11:31 ` Sebastian Henschel 2003-03-06 15:29 ` David Fox 0 siblings, 1 reply; 4+ messages in thread From: Sebastian Henschel @ 2003-03-06 11:31 UTC (permalink / raw) To: Gertjan; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1: Type: text/plain, Size: 1269 bytes --] heyho... Received at 2003-03-06 / 12:19 by Gertjan: > > I was wondering if suspend support for ACPI is already implemented. Which > kernel must I use if I want my laptop to support suspending. My laptop is > an ASUS L3400D with a SiS chip set in it. It has no support for APM so I > really would like to have support for suspend-to-RAM. Can somebody tell me > what versions to use, or if it is still unsupported. take one of the recent 2.5.x kernels if you really need it. but i cannot say if it will work for your laptop. :) with kernel 2.4.x you maybe can have standby (S1) with the acpi-patch and suspend-to-disk (S4) with the swsusp-patch (http://fchabaud.free.fr/English/default.php3?COUNT=3&FILE0=Tricks&FILE1=Laptop&FILE2=Swsusp). but no suspend-to-ram (S3) as far as i know. > Please correct me if I am asking this question in the wrong mailing-list. > The reason I am posting it here is that I am inquiring the stage of > development... that is okay, acpi4linux is still under heavy development, so the border between devel and user is very thin (though i would have posted it in acpi-support). cheers, sebastian -- ::: sebastian henschel ::: kodeaffe ::: lynx -source http://www.kodeaffe.de/shensche.pub | gpg --import [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ACPI Suspend support 2003-03-06 11:31 ` Sebastian Henschel @ 2003-03-06 15:29 ` David Fox [not found] ` <3E676950.6050209-77kvfFC2TplBDgjK7y7TUQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: David Fox @ 2003-03-06 15:29 UTC (permalink / raw) To: Sebastian Henschel; +Cc: Gertjan, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1: Type: text/plain, Size: 1478 bytes --] I'm thinking of going to the 2.5 kernels to get the ACPI S3 support, but I'm having trouble with devfs, which seems to be not quite working in the 2.5 series from my reading of kernel-devel. Has this been resolved? Anyone out there using devfs in a 2.5 kernel? Sebastian Henschel wrote: >heyho... > >Received at 2003-03-06 / 12:19 by Gertjan: > > >>I was wondering if suspend support for ACPI is already implemented. Which >>kernel must I use if I want my laptop to support suspending. My laptop is >>an ASUS L3400D with a SiS chip set in it. It has no support for APM so I >>really would like to have support for suspend-to-RAM. Can somebody tell me >>what versions to use, or if it is still unsupported. >> >> > >take one of the recent 2.5.x kernels if you really need it. but i cannot >say if it will work for your laptop. :) > >with kernel 2.4.x you maybe can have standby (S1) with the acpi-patch >and suspend-to-disk (S4) with the swsusp-patch >(http://fchabaud.free.fr/English/default.php3?COUNT=3&FILE0=Tricks&FILE1=Laptop&FILE2=Swsusp). but no suspend-to-ram (S3) as far as i know. > > > >>Please correct me if I am asking this question in the wrong mailing-list. >>The reason I am posting it here is that I am inquiring the stage of >>development... >> >> > >that is okay, acpi4linux is still under heavy development, so the border >between devel and user is very thin (though i would have posted it in >acpi-support). > >cheers, > sebastian > > [-- Attachment #2: Type: text/html, Size: 2044 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <3E676950.6050209-77kvfFC2TplBDgjK7y7TUQ@public.gmane.org>]
* Re: ACPI Suspend support [not found] ` <3E676950.6050209-77kvfFC2TplBDgjK7y7TUQ@public.gmane.org> @ 2003-03-06 16:30 ` Karol Kozimor 0 siblings, 0 replies; 4+ messages in thread From: Karol Kozimor @ 2003-03-06 16:30 UTC (permalink / raw) To: David Fox; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Thus wrote David Fox: > I'm thinking of going to the 2.5 kernels to get the ACPI S3 support, but > I'm having trouble with devfs, which seems to be not quite working in > the 2.5 series from my reading of kernel-devel. Has this been resolved? > Anyone out there using devfs in a 2.5 kernel? I do. No particular problems with devfs, but unfortunately, lots of other. Best regards, -- Karol 'sziwan' Kozimor sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-03-06 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-06 11:05 ACPI Suspend support Gertjan
[not found] ` <20030306120556.17cd0ef1.g.zwartjes-oe7qfRrRQfdlL9U78CI+FQ@public.gmane.org>
2003-03-06 11:31 ` Sebastian Henschel
2003-03-06 15:29 ` David Fox
[not found] ` <3E676950.6050209-77kvfFC2TplBDgjK7y7TUQ@public.gmane.org>
2003-03-06 16:30 ` Karol Kozimor
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox