public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* S1 could work
@ 2004-01-21  1:25 Tod Morrison
       [not found] ` <Pine.LNX.4.58.0401201816420.4869-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Tod Morrison @ 2004-01-21  1:25 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hopefully this is can be done. I have partially functional S1 and S3 
states, in the case of S3 the LCD remains off after resume which I gather 
may be a problem for awhile, but I'm patient. The problem with S1 is just 
frustrating though, I have no way of powering of (i.e. dpms) from the 
console (setterm doesn't work) and S1 doesn't turn off the LCD. This 
wasn't a problem under 2.4 since I would just execute 'xset dpms force 
off' from within X before suspending. Unfortunately, in 2.6 acpi switches 
to a text console to display some messages prior to going into standby 
which breaks my only work around. I'd like to know if there's anyway 
around this, as it essentially makes 2.6 kernels unusable to me.

Tod Morrison <tmorriso-o2OswTf4RFv//ikEAC0814dd74u8MsAO@public.gmane.org>
   http://math.cudenver.edu/~tmorriso

  "Everyone thinks of changing the world,
  but no one thinks of changing himself."
  - Leo Tolstoy


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

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

* Re: S1 could work
       [not found] ` <Pine.LNX.4.58.0401201816420.4869-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
@ 2004-01-22 10:29   ` Pavel Machek
       [not found]     ` <20040122102912.GA355-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2004-01-22 10:29 UTC (permalink / raw)
  To: Tod Morrison; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

HI!

> Hopefully this is can be done. I have partially functional S1 and S3 
> states, in the case of S3 the LCD remains off after resume which I gather 
> may be a problem for awhile, but I'm patient. The problem with S1 is just 
> frustrating though, I have no way of powering of (i.e. dpms) from the 
> console (setterm doesn't work) and S1 doesn't turn off the LCD. This 
> wasn't a problem under 2.4 since I would just execute 'xset dpms force 
> off' from within X before suspending. Unfortunately, in 2.6 acpi switches 
> to a text console to display some messages prior to going into standby 
> which breaks my only work around. I'd like to know if there's anyway 
> around this, as it essentially makes 2.6 kernels unusable to me.

Switching consoles doing S1 is not neccessary on working hardware. You
might want to simply comment it out.
								Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

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

* Re: S1 could work
       [not found]     ` <20040122102912.GA355-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
@ 2004-01-27 19:45       ` Dirk Meul
       [not found]         ` <1075232709.2673.14.camel-OzWA7vJbvfM@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Dirk Meul @ 2004-01-27 19:45 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Am Do, den 22.01.2004 schrieb Pavel Machek um 11:29:
> Switching consoles doing S1 is not neccessary on working hardware. You
> might want to simply comment it out.

Can you give me a pointer where switching is done? I could not find it.

Trying to enter S1 when pdnsd is running aborts standby. But pdnsd is
killed by entering S1 or S3 (didn't know S4 because it didn't work for
me). Entering S3 with a running pdnsd works.

By entering S1 audio from my tv-card will not stopped.

Resuming from S3 will only work if i unload all sound modules. But i'm
not able to reload them successfully:
Starting ALSA (version 1.0.1):AC'97 0 does not respond - RESET
AC'97 0 access is not valid [0xffffffff], removing mixer.
EMU10K1_Audigy: probe of 0000:00:0d.0 failed with error -5
 emu10k1 bt87x.
Restoring ALSA mixer settings ... done.

Without sound module unloading there is:
Kernel panic: Fatal exception in interrupt

Best regards,
-- 
                                  /"\
Dirk Meul                         \ /    ASCII Ribbon Campaign
dirk.meul-vA1bhqPz9FBZXbeN9DUtxg@public.gmane.org           X     Against HTML Mail
                                  / \




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

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

* Re: S1 could work
       [not found]         ` <1075232709.2673.14.camel-OzWA7vJbvfM@public.gmane.org>
@ 2004-01-28 16:57           ` Pavel Machek
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2004-01-28 16:57 UTC (permalink / raw)
  To: Dirk Meul; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hi!

> > Switching consoles doing S1 is not neccessary on working hardware. You
> > might want to simply comment it out.
> 
> Can you give me a pointer where switching is done? I could not find
> it.

kernel/power/console.c

> Trying to enter S1 when pdnsd is running aborts standby. But pdnsd is
> killed by entering S1 or S3 (didn't know S4 because it didn't work for
> me). Entering S3 with a running pdnsd works.
> 
> By entering S1 audio from my tv-card will not stopped.

And do you want it to stop?

If so add suspend/resume support for your tv-card.

> Resuming from S3 will only work if i unload all sound modules. But i'm
> not able to reload them successfully:
> Starting ALSA (version 1.0.1):AC'97 0 does not respond - RESET
> AC'97 0 access is not valid [0xffffffff], removing mixer.
> EMU10K1_Audigy: probe of 0000:00:0d.0 failed with error -5
>  emu10k1 bt87x.
> Restoring ALSA mixer settings ... done.
> 
> Without sound module unloading there is:
> Kernel panic: Fatal exception in interrupt

...suspend/resume support is clearly needed for your sound card.

								Pavel

-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

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

end of thread, other threads:[~2004-01-28 16:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-21  1:25 S1 could work Tod Morrison
     [not found] ` <Pine.LNX.4.58.0401201816420.4869-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2004-01-22 10:29   ` Pavel Machek
     [not found]     ` <20040122102912.GA355-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2004-01-27 19:45       ` Dirk Meul
     [not found]         ` <1075232709.2673.14.camel-OzWA7vJbvfM@public.gmane.org>
2004-01-28 16:57           ` Pavel Machek

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