public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* ASUS M3N and sleep states
@ 2003-12-27 11:52 Luca Capello
       [not found] ` <3FED7289.1070201-wlebWZzHoyE@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Luca Capello @ 2003-12-27 11:52 UTC (permalink / raw)
  To: ML ACPI-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I made some more tests about the sleep states on an ASUS M3N (Centrino
based). Even if I never got a complete resume, here the results:

- - S1
obviously, if I leave the USB module on, the resume process hangs trying
to set the IRQ for the USB controllers. So, I unload the USB modules and
the resume process hangs again. I found that the other problem are the
ALSA modules: if I unload them (and the USB as well), the resume process
goes well, but it automatically enters in INIT 0 (so it reboots). I
don't know how I could get a resume to my previous INIT...

- - S3
without USB and ALSA, the fan turns on suddendly after the 'echo 3 >
/proc/acpi/sleep', as when my OS hangs for other reasons. IMHO this is a
problem with the BIOS (and the DSDT), as once I shut down the PC
pressing 5sec the power-button, I need to press 2 times the power-button
to reach again a boot (the first time I press the power-button, the
laptop powers on and suddenly powers off).

- - S4
without USB and ALSA, I got a clear power-down and for the resume
(passing to the kernel the option 'resume=/dev/hda6' which is my swap
partition), the OS seems to resume correctly, it sees my resume command,
reads the resume partition, but then it reboots and my swap partition is
corrupted (I need a mkswap on my swap partition).

I use a kernel 2.6.0, without any ACPI patch, and I enable all the
'Power Management' options, as in my .config here:
	#
	# Power management options (ACPI, APM)
	#
	CONFIG_PM=y
	CONFIG_SOFTWARE_SUSPEND=y
	CONFIG_PM_DISK=y
	CONFIG_PM_DISK_PARTITION="/dev/hda6"

	#
	# ACPI (Advanced Configuration and Power Interface) Support
	#
	CONFIG_ACPI=y
	CONFIG_ACPI_BOOT=y
	CONFIG_ACPI_INTERPRETER=y
	CONFIG_ACPI_SLEEP=y
	CONFIG_ACPI_SLEEP_PROC_FS=y
	CONFIG_ACPI_AC=m
	CONFIG_ACPI_BATTERY=m
	CONFIG_ACPI_BUTTON=m
	CONFIG_ACPI_FAN=m
	CONFIG_ACPI_PROCESSOR=m
	CONFIG_ACPI_THERMAL=m
	CONFIG_ACPI_ASUS=m
	# CONFIG_ACPI_TOSHIBA is not set
	CONFIG_ACPI_DEBUG=y
	CONFIG_ACPI_BUS=y
	CONFIG_ACPI_EC=y
	CONFIG_ACPI_POWER=y
	CONFIG_ACPI_PCI=y
	CONFIG_ACPI_SYSTEM=y
	CONFIG_ACPI_RELAXED_AML=y

If someone could point me the problems/bugs...

Thx, bye,
Gismo / Luca
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQE/7XKIVAp7Xm10JmkRAuxlAJ9QfenGXhgCBnm2htmoBztQ7yqzawCcCWbP
Hjxd5LkTCuBSUgokIBGqkZs=
=EAkm
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click

^ permalink raw reply	[flat|nested] 13+ messages in thread
* RE: ASUS M3N and sleep states
@ 2003-12-29  1:35 Yu, Luming
       [not found] ` <3ACA40606221794F80A5670F0AF15F8401720C62-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Yu, Luming @ 2003-12-29  1:35 UTC (permalink / raw)
  To: Luca Capello, ML ACPI-devel

>- - S1
>obviously, if I leave the USB module on, the resume process hangs
trying
>to set the IRQ for the USB controllers. So, I unload the USB modules
and
>the resume process hangs again. I found that the other problem are the
>ALSA modules: if I unload them (and the USB as well), the resume
process
>goes well, but it automatically enters in INIT 0 (so it reboots). I
>don't know how I could get a resume to my previous INIT...

I have 2 tracker about S1 issues of ASUS notebook.

http://bugzilla.kernel.org/show_bug.cgi?id=1557 

http://bugzilla.kernel.org/show_bug.cgi?id=1588 



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&op=click

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

end of thread, other threads:[~2004-01-05 19:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-27 11:52 ASUS M3N and sleep states Luca Capello
     [not found] ` <3FED7289.1070201-wlebWZzHoyE@public.gmane.org>
2003-12-27 13:52   ` Jean-Michel POURE
2003-12-27 17:33   ` Pavel Machek
     [not found]     ` <20031227173335.GA1599-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2003-12-30 18:54       ` Luca Capello
2003-12-27 21:51   ` Karol Kozimor
     [not found]     ` <20031227215137.GA28438-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org>
2003-12-30 19:07       ` Luca Capello
     [not found]         ` <3FF1CD0D.6030602-wlebWZzHoyE@public.gmane.org>
2003-12-30 20:56           ` Karol Kozimor
2004-01-05 18:19           ` Tim Hockin
     [not found]             ` <20040105181922.GK11597-xsfywfwIY+M@public.gmane.org>
2004-01-05 18:38               ` Luca Capello
2004-01-05 19:19           ` Luca Capello
2003-12-31 23:18   ` Luca Capello
  -- strict thread matches above, loose matches on Subject: below --
2003-12-29  1:35 Yu, Luming
     [not found] ` <3ACA40606221794F80A5670F0AF15F8401720C62-SRlDPOYGfgogGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2003-12-30 20:30   ` Luca Capello

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