public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Suspend2RAM Asus V6V
@ 2007-05-04 23:36 Johannes Engel
  2007-05-06 22:58 ` Norbert Preining
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Engel @ 2007-05-04 23:36 UTC (permalink / raw)
  To: linux-acpi

Hello everyone listening!

Since my laptop does not wake up from suspend2RAM under Linux I want to
get rid of that problem. I hope someone can help me here.

My system:
Asus V6V (Pentium M 740, intel ICH6)
openSuSE 10.2
Kernel 2.6.21.1 vanilla (also tested with suspend2 patch), same symptoms
using original openSuSE kernel
suspend-0.50-6

Symptoms:
I tried the various options and combinations of s2ram also from init
level 1. The symptoms remain as follows:
The laptop goes down to suspend2ram, if it is suspended the power led
starts blinking as it is supposed to do.
Switching the laptop on again hitting the power button (other buttons do
not show any effect) the cdrom drive gets initialised, the harddisk led
gets switched on but the screen remains black and the laptop hangs
completely (no keystroke accepted, even not Magic SysRq keys).

Do you have any hint where I can start digging (DSDT, BIOS, drivers)?

Thank you in advance,

Johannes

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

* Re: Suspend2RAM Asus V6V
  2007-05-04 23:36 Suspend2RAM Asus V6V Johannes Engel
@ 2007-05-06 22:58 ` Norbert Preining
  2007-05-14 22:40   ` Johannes Engel
  0 siblings, 1 reply; 4+ messages in thread
From: Norbert Preining @ 2007-05-06 22:58 UTC (permalink / raw)
  To: Johannes Engel; +Cc: linux-acpi

Hi Johannes,

On Sam, 05 Mai 2007, Johannes Engel wrote:
> Switching the laptop on again hitting the power button (other buttons do
> not show any effect) the cdrom drive gets initialised, the harddisk led
> gets switched on but the screen remains black and the laptop hangs
> completely (no keystroke accepted, even not Magic SysRq keys).

I have the same problem, and tried to debug it with net console, with
minimal kernel configs, with init=/bin/bash, with all the combinations,
to no avail. I did submit a bug report to the resepctive bug tracker but
it looks like nobody is caring for this kind of stuff.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
DUDOO (n.)
The most deformed potato in any given collection of potatoes.
			--- Douglas Adams, The Meaning of Liff
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Suspend2RAM Asus V6V
  2007-05-06 22:58 ` Norbert Preining
@ 2007-05-14 22:40   ` Johannes Engel
  2007-05-15  6:17     ` Norbert Preining
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Engel @ 2007-05-14 22:40 UTC (permalink / raw)
  To: Norbert Preining; +Cc: linux-acpi

On Mon, 7 May 2007 00:58:24 +0200
Norbert Preining <preining@logic.at> wrote:

> Hi Johannes,
> 
> On Sam, 05 Mai 2007, Johannes Engel wrote:
> > Switching the laptop on again hitting the power button (other buttons do
> > not show any effect) the cdrom drive gets initialised, the harddisk led
> > gets switched on but the screen remains black and the laptop hangs
> > completely (no keystroke accepted, even not Magic SysRq keys).
> 
> I have the same problem, and tried to debug it with net console, with
> minimal kernel configs, with init=/bin/bash, with all the combinations,
> to no avail. I did submit a bug report to the resepctive bug tracker but
> it looks like nobody is caring for this kind of stuff.
OK, I investigated further with the following result:
Bios 0401 works quite well.
BIOS >=1001 seems to introduce a bug: s2ram does not work any more.
Since I do not have a BIOS between 04 and 10 (especially 0602 or 0801a) I cannot test the versions inbetween. If someone can provide me one of these versions I will try to hunt down the error which possibly resides in the DSDT.

Greetings, Johannes
-- 
Johannes Engel <j-engel@gmx.de>

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

* Re: Suspend2RAM Asus V6V
  2007-05-14 22:40   ` Johannes Engel
@ 2007-05-15  6:17     ` Norbert Preining
  0 siblings, 0 replies; 4+ messages in thread
From: Norbert Preining @ 2007-05-15  6:17 UTC (permalink / raw)
  To: Johannes Engel; +Cc: linux-acpi

On Die, 15 Mai 2007, Johannes Engel wrote:
> Bios 0401 works quite well.
> BIOS >=1001 seems to introduce a bug: s2ram does not work any more.

Well I have an Acer TM 3012, but with more or less the same hardware, so
I guess this won't help you. Could you dump and disassemble the two
DSDTs and compare them, maybe the difference between those also may be
found in the DSDT of the Acer.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
MELCOMBE REGIS (n.)
The name of the style of decoration used in cocktail lounges in mock
Tudor hotels in Surrey.
			--- Douglas Adams, The Meaning of Liff
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2007-05-15  6:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-04 23:36 Suspend2RAM Asus V6V Johannes Engel
2007-05-06 22:58 ` Norbert Preining
2007-05-14 22:40   ` Johannes Engel
2007-05-15  6:17     ` Norbert Preining

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