All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.20 poweroff regression on se7525gp2
@ 2007-02-05  5:12 Len Brown
  2007-02-05  6:00 ` Luming Yu
  2007-02-06  3:26 ` Len Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Len Brown @ 2007-02-05  5:12 UTC (permalink / raw)
  To: linux-acpi

With 2.6.19.2, init 0 works
with 2.6.20, it causes this box to reset when it should poweroff, and thus it reboots.

any suggestions on where to look first?

thanks,
-Len

Success case:

Linux version 2.6.19.2 (lenb@d975xbx2) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #5 SMP Sun Feb
Command line: root=/dev/sda2 console=tty0 console=ttyS0,115200n8 debug                                       
...
# init 0
...
The system will be halted immediately.
Synchronizing SCSI cache for disk sda:
ACPI: PCI interrupt for device 0000:06:03.0 disabled
ACPI: PCI interrupt for device 0000:05:06.1 disabled
ACPI: PCI interrupt for device 0000:05:06.0 disabled
ACPI: PCI interrupt for device 0000:05:04.1 disabled
ACPI: PCI interrupt for device 0000:05:04.0 disabled
Power down.
acpi_power_off called
 hwsleep-0285 [02] enter_sleep_state     : Entering sleep state [S5]

Failure case:

Linux version 2.6.20 (lenb@d975xbx2) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #1 SMP Sun Feb 
Command line: root=/dev/sda2 console=tty0 console=ttyS0,115200n8 debug                                       
...
# init 0
...
The system will be halted immediately.
Synchronizing SCSI cache for disk sda:
ACPI: PCI interrupt for device 0000:06:03.0 disabled
ACPI: PCI interrupt for device 0000:05:06.1 disabled
ACPI: PCI interrupt for device 0000:05:06.0 disabled
ACPI: PCI interrupt for device 0000:05:04.1 disabled
ACPI: PCI interrupt for device 0000:05:04.0 disabled
Power down.
acpi_power_off called
 hwsleep-0285 [02] enter_sleep_state     : Entering sleep state [S5]

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

* Re: 2.6.20 poweroff regression on se7525gp2
  2007-02-05  5:12 2.6.20 poweroff regression on se7525gp2 Len Brown
@ 2007-02-05  6:00 ` Luming Yu
  2007-02-06  3:26 ` Len Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Luming Yu @ 2007-02-05  6:00 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi

Sounds like a regression of patch from linus

ACPI: Allow setting SCI_EN bit in PM1_CONTROL register
Linus Torvalds [Wed, 11 Oct 2006 00:14:44 +0000 (17:14 -0700)]
This is needed by at least the Mac Mini's, which (incorrectly) come back
from suspend with SCI_EN clear.


On 2/5/07, Len Brown <lenb@kernel.org> wrote:
> With 2.6.19.2, init 0 works
> with 2.6.20, it causes this box to reset when it should poweroff, and thus it reboots.
>
> any suggestions on where to look first?
>
> thanks,
> -Len
>
> Success case:
>
> Linux version 2.6.19.2 (lenb@d975xbx2) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #5 SMP Sun Feb
> Command line: root=/dev/sda2 console=tty0 console=ttyS0,115200n8 debug
> ...
> # init 0
> ...
> The system will be halted immediately.
> Synchronizing SCSI cache for disk sda:
> ACPI: PCI interrupt for device 0000:06:03.0 disabled
> ACPI: PCI interrupt for device 0000:05:06.1 disabled
> ACPI: PCI interrupt for device 0000:05:06.0 disabled
> ACPI: PCI interrupt for device 0000:05:04.1 disabled
> ACPI: PCI interrupt for device 0000:05:04.0 disabled
> Power down.
> acpi_power_off called
>  hwsleep-0285 [02] enter_sleep_state     : Entering sleep state [S5]
>
> Failure case:
>
> Linux version 2.6.20 (lenb@d975xbx2) (gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)) #1 SMP Sun Feb
> Command line: root=/dev/sda2 console=tty0 console=ttyS0,115200n8 debug
> ...
> # init 0
> ...
> The system will be halted immediately.
> Synchronizing SCSI cache for disk sda:
> ACPI: PCI interrupt for device 0000:06:03.0 disabled
> ACPI: PCI interrupt for device 0000:05:06.1 disabled
> ACPI: PCI interrupt for device 0000:05:06.0 disabled
> ACPI: PCI interrupt for device 0000:05:04.1 disabled
> ACPI: PCI interrupt for device 0000:05:04.0 disabled
> Power down.
> acpi_power_off called
>  hwsleep-0285 [02] enter_sleep_state     : Entering sleep state [S5]
> -
> 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] 3+ messages in thread

* Re: 2.6.20 poweroff regression on se7525gp2
  2007-02-05  5:12 2.6.20 poweroff regression on se7525gp2 Len Brown
  2007-02-05  6:00 ` Luming Yu
@ 2007-02-06  3:26 ` Len Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Len Brown @ 2007-02-06  3:26 UTC (permalink / raw)
  To: linux-acpi

On Monday 05 February 2007 00:12, Len Brown wrote:
> With 2.6.19.2, init 0 works
> with 2.6.20, it causes this box to reset when it should poweroff, and thus it reboots.

Turns out that USB broke poweroff:
http://bugzilla.kernel.org/show_bug.cgi?id=7945

-Len

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

end of thread, other threads:[~2007-02-06  3:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05  5:12 2.6.20 poweroff regression on se7525gp2 Len Brown
2007-02-05  6:00 ` Luming Yu
2007-02-06  3:26 ` Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.