public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6 won't poweroff
@ 2004-05-25  4:45 Emma Jane Hogbin
       [not found] ` <20040525044514.GC2217-Kz9ENIl45+A@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Emma Jane Hogbin @ 2004-05-25  4:45 UTC (permalink / raw)
  To: acpi

I have two big irritants for the 2.6.5/2.6.6 (patched for ACPI) kernels 
with ACPI. 

	1. My computer no longer powers off. acpi_power_off is called, but the
	computer doesn't actually turn itself off. In fact when I use
	"poweroff" directly I get a message flashing across my screen saying:
		syntax error on 658 of stdin

	2. Random freezes. It's not just the touch pad or the keyboard, but
	rather the entire monitor seems to freeze from time to time and for no
	apparent reason. Gaim and xmms are usually (always?) open when it
	happens, but I can't believe that either of them would cause my system
	to freeze.

I have an AcerTM 634 that did not have either of these two problems with
2.4.22. As requested on acpi.sf.net I have also made available:

www.xtrinsic.com/geek/config/2.6.6/dmidecode.txt 
www.xtrinsic.com/geek/config/2.6.6/interrupts.txt 
www.xtrinsic.com/geek/config/2.6.6/lscpi.txt 
www.xtrinsic.com/geek/config/2.6.6/dmesg.txt

(and 2.6.5 by changing the kernel number) I installed the PMTools Debian
package, but it doesn't seem to include acpidmp. Is there a Debian package
for it?

Any suggestions would be much appreciated.

thanks,
emma

-- 
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click

^ permalink raw reply	[flat|nested] 22+ messages in thread
* Re: 2.6 won't poweroff
@ 2004-05-27 23:55 mizu
       [not found] ` <Pine.LNX.4.60.0405281036050.1313@frog.athome>
       [not found] ` <20040527235535.GA21670-VaXaUECoPuY@public.gmane.org>
  0 siblings, 2 replies; 22+ messages in thread
From: mizu @ 2004-05-27 23:55 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 2740 bytes --]

Hi (already posted, but only for Emma)

I have the same laptop and the same problem.

and what about this patch ??? : (from bugzilla)

--- linux/drivers/acpi/hardware/hwsleep.c.orig	2004-03-04 23:10:41.000000000 +0100
+++ linux/drivers/acpi/hardware/hwsleep.c	2004-03-04 23:11:58.000000000 +0100
@@ -249,6 +249,11 @@
 		if (ACPI_FAILURE (status)) {
 			return_ACPI_STATUS (status);
 		}
+	} else {
+		status = acpi_hw_clear_acpi_status (ACPI_MTX_DO_NOT_LOCK);
+		if (ACPI_FAILURE (status)) {
+			return_ACPI_STATUS (status);
+		}
 	}
 
 	status = acpi_hw_disable_non_wakeup_gpes ();





           mizu






On Tue, May 25, 2004 at 12:45:14AM -0400, Emma Jane Hogbin wrote:
> I have two big irritants for the 2.6.5/2.6.6 (patched for ACPI) kernels 
> with ACPI. 
> 
> 	1. My computer no longer powers off. acpi_power_off is called, but the
> 	computer doesn't actually turn itself off. In fact when I use
> 	"poweroff" directly I get a message flashing across my screen saying:
> 		syntax error on 658 of stdin
> 
> 	2. Random freezes. It's not just the touch pad or the keyboard, but
> 	rather the entire monitor seems to freeze from time to time and for no
> 	apparent reason. Gaim and xmms are usually (always?) open when it
> 	happens, but I can't believe that either of them would cause my system
> 	to freeze.
> 
> I have an AcerTM 634 that did not have either of these two problems with
> 2.4.22. As requested on acpi.sf.net I have also made available:
> 
> www.xtrinsic.com/geek/config/2.6.6/dmidecode.txt 
> www.xtrinsic.com/geek/config/2.6.6/interrupts.txt 
> www.xtrinsic.com/geek/config/2.6.6/lscpi.txt 
> www.xtrinsic.com/geek/config/2.6.6/dmesg.txt
> 
> (and 2.6.5 by changing the kernel number) I installed the PMTools Debian
> package, but it doesn't seem to include acpidmp. Is there a Debian package
> for it?
> 
> Any suggestions would be much appreciated.
> 
> thanks,
> emma
> 
> -- 
> Emma Jane Hogbin
> [[ 416 417 2868 ][ www.xtrinsic.com ]]
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g. 
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel

-- 
              mizu
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[-> E-mail:michal_AT_zimen_DOT_sk    
[-> ICQ:97165392
[-> WWW: http://michal.zimen.sk
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-05-31  9:39 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-25  4:45 2.6 won't poweroff Emma Jane Hogbin
     [not found] ` <20040525044514.GC2217-Kz9ENIl45+A@public.gmane.org>
2004-05-25  8:14   ` Fred Labrosse
     [not found]     ` <16563.119.414292.134855-4CLdheC3Iye1Qrn1Bg8BZw@public.gmane.org>
2004-05-25  8:59       ` Nico Sabbi
2004-05-26  4:32       ` Emma Jane Hogbin
     [not found]         ` <20040526043252.GF2576-Kz9ENIl45+A@public.gmane.org>
2004-05-27  1:40           ` Sérgio Monteiro Basto
     [not found]             ` <1085622000.3503.10.camel-4/PLUo9XfK8@public.gmane.org>
2004-05-27  1:57               ` Emma Jane Hogbin
2004-05-27  8:12               ` Fred Labrosse
     [not found]                 ` <16565.41690.262681.183380-4CLdheC3Iye1Qrn1Bg8BZw@public.gmane.org>
2004-05-27 12:33                   ` Sérgio M. Basto
2004-05-25  9:17   ` liste-9nAOAgdJVo4b1SvskN2V4Q
     [not found]     ` <Pine.LNX.4.60.0405251112580.1337-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2004-05-25 17:31       ` Federico Di Gregorio
     [not found]         ` <1085506261.3440.9.camel-bi+AKbBUZKZeoWH0uzbU5w@public.gmane.org>
2004-05-27  6:19           ` Len Brown
2004-05-27  6:18       ` Len Brown
     [not found]         ` <1085638695.17686.64.camel-D2Zvc0uNKG8@public.gmane.org>
2004-05-27 15:22           ` liste-9nAOAgdJVo4b1SvskN2V4Q
     [not found]             ` <Pine.LNX.4.60.0405271714330.4143-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2004-05-27 16:04               ` Emma Jane Hogbin
     [not found]                 ` <20040527160436.GE2810-Kz9ENIl45+A@public.gmane.org>
2004-05-27 17:07                   ` liste-9nAOAgdJVo4b1SvskN2V4Q
     [not found]                     ` <Pine.LNX.4.60.0405271903070.4655-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2004-05-31  9:39                       ` Fred Labrosse
2004-05-27 16:13               ` Fred Labrosse
     [not found]                 ` <16566.5030.741797.194627-4CLdheC3Iye1Qrn1Bg8BZw@public.gmane.org>
2004-05-27 17:07                   ` Emma Jane Hogbin
  -- strict thread matches above, loose matches on Subject: below --
2004-05-27 23:55 mizu
     [not found] ` <Pine.LNX.4.60.0405281036050.1313@frog.athome>
     [not found]   ` <Pine.LNX.4.60.0405281036050.1313-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2004-05-28  9:30     ` mizu
     [not found]       ` <20040528093010.GA3070-VaXaUECoPuY@public.gmane.org>
2004-05-28 22:38         ` Sérgio Monteiro Basto
     [not found] ` <20040527235535.GA21670-VaXaUECoPuY@public.gmane.org>
2004-05-28 20:25   ` liste-9nAOAgdJVo4b1SvskN2V4Q

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