public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] ACPI in gentoo
@ 2003-02-26 12:15 Gertjan
  2003-02-26 13:23 ` Marc Giger
  2003-02-26 14:36 ` Tom Prado
  0 siblings, 2 replies; 5+ messages in thread
From: Gertjan @ 2003-02-26 12:15 UTC (permalink / raw
  To: gentoo-dev

Hi,

I use the gentoo-sources kernel on my ASUS L3400D laptop. I would like to
get suspend to RAM working... When I execute "echo 3 > /proc/acpi/sleep"
nothing happens. Sleep states 1 and 5 work perfectly. I would like to know
if somebody can help me with this. Also, I would like to know what version
of the ACPI4Linux patch is included with gentoo-sources, or at least where
I can find that version.

Actually, I don't even know if suspend is already supported in the
kernel... Maybe this is the wrong place to ask these questions, but I
first want to know what version of the ACPI patch is in the Gentoo kernel,
before I inquire at the ACPI mailing lists. Hopefully there are people on
this list that can answer my other questions too.

Gertjan

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] ACPI in gentoo
  2003-02-26 12:15 [gentoo-dev] ACPI in gentoo Gertjan
@ 2003-02-26 13:23 ` Marc Giger
  2003-02-26 13:37   ` Gertjan
  2003-02-26 14:36 ` Tom Prado
  1 sibling, 1 reply; 5+ messages in thread
From: Marc Giger @ 2003-02-26 13:23 UTC (permalink / raw
  To: gentoo-dev

On Wed, 26 Feb 2003 13:15:12 +0100
Gertjan <g.zwartjes@student.tue.nl> wrote:

> Hi,
> 
> I use the gentoo-sources kernel on my ASUS L3400D laptop. I would like to
> get suspend to RAM working... When I execute "echo 3 > /proc/acpi/sleep"
> nothing happens. Sleep states 1 and 5 work perfectly. I would like to know

No surprise:-) In 2.4 kernels S States aren't officially supported. Wait until the 2.6 kernels..
Perhaps there are some backports..

> if somebody can help me with this. Also, I would like to know what version
> of the ACPI4Linux patch is included with gentoo-sources, or at least where
> I can find that version.

http://acpi.sourceforge.net/
and
http://sourceforge.net/project/showfiles.php?group_id=36832

> 
> Actually, I don't even know if suspend is already supported in the
> kernel... Maybe this is the wrong place to ask these questions, but I

Yep, I think it is...

> first want to know what version of the ACPI patch is in the Gentoo kernel,
> before I inquire at the ACPI mailing lists. Hopefully there are people on


See @ acpi-mail-archive on sf. A lot people asked already the same questions...

> this list that can answer my other questions too.
> 
> Gertjan
> 
> --
> gentoo-dev@gentoo.org mailing list
> 

greets

Marc

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] ACPI in gentoo
  2003-02-26 13:23 ` Marc Giger
@ 2003-02-26 13:37   ` Gertjan
  2003-02-26 14:03     ` Martin Schipany
  0 siblings, 1 reply; 5+ messages in thread
From: Gertjan @ 2003-02-26 13:37 UTC (permalink / raw
  To: gentoo-dev

> > I use the gentoo-sources kernel on my ASUS L3400D laptop. I would like
> > to get suspend to RAM working... When I execute "echo 3 >
> > /proc/acpi/sleep" nothing happens. Sleep states 1 and 5 work
> > perfectly. I would like to know
> 
> No surprise:-) In 2.4 kernels S States aren't officially supported. Wait
> until the 2.6 kernels.. Perhaps there are some backports..

Do you know if ACPI S states are already supported in the 2.5 kernels? I
had a laptop with APM support and I loved the suspend feature. So I really
am looking forward using it again.

> > if somebody can help me with this. Also, I would like to know what
> > version of the ACPI4Linux patch is included with gentoo-sources, or at
> > least where I can find that version.
> 
> http://acpi.sourceforge.net/
> and
> http://sourceforge.net/project/showfiles.php?group_id=36832

Yeah, I already browsed there, but I was wondering if the latest patches
are applied to the gentoo kernels too? That's why I turned to this mailing
list.

> > 
> > Actually, I don't even know if suspend is already supported in the
> > kernel... Maybe this is the wrong place to ask these questions, but I
> 
> Yep, I think it is...

I'm sorry, I'll check the ACPI mailing lists.

> 
> > first want to know what version of the ACPI patch is in the Gentoo
> > kernel, before I inquire at the ACPI mailing lists. Hopefully there
> > are people on
> 
> 
> See @ acpi-mail-archive on sf. A lot people asked already the same
> questions...

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] ACPI in gentoo
  2003-02-26 13:37   ` Gertjan
@ 2003-02-26 14:03     ` Martin Schipany
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Schipany @ 2003-02-26 14:03 UTC (permalink / raw
  To: gentoo-dev

Am Mit, 2003-02-26 um 14.37 schrieb Gertjan:
> > > I use the gentoo-sources kernel on my ASUS L3400D laptop. I would like
> > > to get suspend to RAM working... When I execute "echo 3 >
> > > /proc/acpi/sleep" nothing happens. Sleep states 1 and 5 work
> > > perfectly. I would like to know

be careful! ACPI is typically not fully implemented in the available
hardware. so trying a sleep-state may cause your system to crash both
because of kernel or hardware problems! and it's _very_ difficult to
find out who's to blame! with my sony-vaio S3 causes the system to
freeze to death immediately .. to, the kernel seems to support the
function, since something happens ;)

anyway, acpi will most likely be "fully" implemented in the 2.6 kernel -
then you will have a real chance to find out, what your hardware is
capable of :)

	M.




--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] ACPI in gentoo
  2003-02-26 12:15 [gentoo-dev] ACPI in gentoo Gertjan
  2003-02-26 13:23 ` Marc Giger
@ 2003-02-26 14:36 ` Tom Prado
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Prado @ 2003-02-26 14:36 UTC (permalink / raw
  To: Gertjan; +Cc: gentoo-dev


cat /proc/acpi/info should tell you what version it's using.

There's also the acpi-sources ebuild that has newer acpi patches.  It's 
a little behind at the moment, I think it has a December release.  I had 
  to modify it to pull in the latest acpi patch.  lolo-sources usually 
has newer acpi too.  It might work for you.

Brandon, if you're listening, acpi-sources needs to be version bumped.
I changed these variables:
ACPI_PATCH="acpi-20030218-2.4.21-pre4.diff.gz"
KERN_PATCH="patch-2.4.21-pre4.bz2"

and uncommented the KERN_PATCH bits later in the ebuild.


Tom


Gertjan wrote:
> Hi,
> 
> I use the gentoo-sources kernel on my ASUS L3400D laptop. I would like to
> get suspend to RAM working... When I execute "echo 3 > /proc/acpi/sleep"
> nothing happens. Sleep states 1 and 5 work perfectly. I would like to know
> if somebody can help me with this. Also, I would like to know what version
> of the ACPI4Linux patch is included with gentoo-sources, or at least where
> I can find that version.
> 
> Actually, I don't even know if suspend is already supported in the
> kernel... Maybe this is the wrong place to ask these questions, but I
> first want to know what version of the ACPI patch is in the Gentoo kernel,
> before I inquire at the ACPI mailing lists. Hopefully there are people on
> this list that can answer my other questions too.
> 
> Gertjan
> 
> --
> gentoo-dev@gentoo.org mailing list
> 



--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-26 14:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-26 12:15 [gentoo-dev] ACPI in gentoo Gertjan
2003-02-26 13:23 ` Marc Giger
2003-02-26 13:37   ` Gertjan
2003-02-26 14:03     ` Martin Schipany
2003-02-26 14:36 ` Tom Prado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox