All of lore.kernel.org
 help / color / mirror / Atom feed
* Failed resuming IDE from S3 on Abit NF7 (nForce2)
@ 2006-04-13  5:28 Andreas Saur
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Saur @ 2006-04-13  5:28 UTC (permalink / raw)
  To: linux-acpi

Topic: Failed resuming IDE from S3 on Abit NF7 (nForce2)

Hello all,
as already reported on bugzilla 
(http://bugzilla.kernel.org/show_bug.cgi?id=6326) and on this mailing 
list (http://marc.theaimsgroup.com/?l=linux-acpi&m=114461011901806&w=2), 
I've finally made it to get some more or less usefull logs about this 
bug. After a accidentally building a kernel with an initrd(*), I was 
able to resume from S3, but only until the system didn't perform a disk 
access on IDE. But that was enough to make a dmesg with an interesting 
entry:

"pnp: Failed to activate device 00:09.", where 00:09 is IDE!

With the first access to IDE the system was instantly frozen.

The only workaround I've found was here:
    http://lkml.org/lkml/2006/2/21/280
I've applied the mentioned kernel-patch:
    
http://www.xenotime.net/linux/SATA/2.6.16-rc3/libata-rollup-2616-rc3.patch
, but it didn't work for me. In the mail was also said, that there is a 
trivial "4-hooks" patch, that also has to be applied, but reading all 
the mails I couldn't find this patch.

Doest anybody know something about libata concerning ACPI problems? Btw. 
I've got an "sata_nv" mnodule loaded in the single-user-mode, but my 
sata is switched off in BIOS.

Help appreciated! Thanks.

----dmesg---Linux version 2.6.17-rc1-mm2a (root@vulcan) (gcc version 
4.0.3 20060304 ------
PM: Preparing system for mem sleep
Stopping tasks: =========|
[ACPI Debug]  String: [0x15] "==== SST Working ===="
Suspending device 1.0
Suspending device ide1
Suspending device eisa.0
Suspending device serio1
Suspending device serio0
Suspending device i8042
Suspending device serial8250
Suspending device pnp1
Suspending device pcspkr
Suspending device 00:09
Suspending device 00:08
Suspending device 00:07
Suspending device 00:06
Suspending device 00:05
Suspending device 00:04
Suspending device 00:03
Suspending device 00:02
Suspending device 00:01
Suspending device 00:00
Suspending device pnp0
Suspending device 0000:02:00.1
Suspending device 0000:02:00.0
Suspending device 0000:00:1e.0
Suspending device 0000:00:09.0
Suspending device 0000:00:08.0
Suspending device 0000:00:04.0
Suspending device 0000:00:01.1
Suspending device 0000:00:01.0
Suspending device 0000:00:00.5
Suspending device 0000:00:00.4
Suspending device 0000:00:00.3
Suspending device 0000:00:00.2
Suspending device 0000:00:00.1
Suspending device 0000:00:00.0
Suspending device pci0000:00
Suspending device platform
PM: Entering mem sleep
 hwsleep-0285 [11] enter_sleep_state     : Entering sleep state [S3]
Back to C!
PM: Finishing wakeup.
ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [LMAC] -> GSI 11 (level,
low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:04.0 to 64
PCI: Setting latency timer of device 0000:00:08.0 to 64
pnp: Failed to activate device 00:09.
Restarting tasks... done
[ACPI Debug]  String: [0x15] "==== SST Working ===="
ACPI Error (evevent-0314): No installed handler for fixed event
[00000002] [20060310]
[ACPI Debug]  String: [0x15] "==== SST Working ===="

(*) don't know if initrd is the reason, but I've tried so much, that I 
don't correctly remember anymore.

^ permalink raw reply	[flat|nested] 3+ messages in thread
* RE: Failed resuming IDE from S3 on Abit NF7 (nForce2)
@ 2006-04-13  6:18 Yu, Luming
  0 siblings, 0 replies; 3+ messages in thread
From: Yu, Luming @ 2006-04-13  6:18 UTC (permalink / raw)
  To: Andreas Saur, linux-acpi

I'm wondering if http://bugzilla.kernel.org/show_bug.cgi?id=5604  is related
to your problem. But it would be worthy to try.
http://bugzilla.kernel.org/show_bug.cgi?id=5604#c19

--Luming

>-----Original Message-----
>From: linux-acpi-owner@vger.kernel.org 
>[mailto:linux-acpi-owner@vger.kernel.org] On Behalf Of Andreas Saur
>Sent: 2006年4月13日 13:28
>To: linux-acpi@vger.kernel.org
>Subject: Failed resuming IDE from S3 on Abit NF7 (nForce2)
>
>Topic: Failed resuming IDE from S3 on Abit NF7 (nForce2)
>
>Hello all,
>as already reported on bugzilla 
>(http://bugzilla.kernel.org/show_bug.cgi?id=6326) and on this mailing 
>list 
>(http://marc.theaimsgroup.com/?l=linux-acpi&m=114461011901806&w=2), 
>I've finally made it to get some more or less usefull logs about this 
>bug. After a accidentally building a kernel with an initrd(*), I was 
>able to resume from S3, but only until the system didn't 
>perform a disk 
>access on IDE. But that was enough to make a dmesg with an interesting 
>entry:
>
>"pnp: Failed to activate device 00:09.", where 00:09 is IDE!
>
>With the first access to IDE the system was instantly frozen.
>
>The only workaround I've found was here:
>    http://lkml.org/lkml/2006/2/21/280
>I've applied the mentioned kernel-patch:
>    
>http://www.xenotime.net/linux/SATA/2.6.16-rc3/libata-rollup-261
>6-rc3.patch
>, but it didn't work for me. In the mail was also said, that 
>there is a 
>trivial "4-hooks" patch, that also has to be applied, but reading all 
>the mails I couldn't find this patch.
>
>Doest anybody know something about libata concerning ACPI 
>problems? Btw. 
>I've got an "sata_nv" mnodule loaded in the single-user-mode, but my 
>sata is switched off in BIOS.
>
>Help appreciated! Thanks.
>
>----dmesg---Linux version 2.6.17-rc1-mm2a (root@vulcan) (gcc version 
>4.0.3 20060304 ------
>PM: Preparing system for mem sleep
>Stopping tasks: =========|
>[ACPI Debug]  String: [0x15] "==== SST Working ===="
>Suspending device 1.0
>Suspending device ide1
>Suspending device eisa.0
>Suspending device serio1
>Suspending device serio0
>Suspending device i8042
>Suspending device serial8250
>Suspending device pnp1
>Suspending device pcspkr
>Suspending device 00:09
>Suspending device 00:08
>Suspending device 00:07
>Suspending device 00:06
>Suspending device 00:05
>Suspending device 00:04
>Suspending device 00:03
>Suspending device 00:02
>Suspending device 00:01
>Suspending device 00:00
>Suspending device pnp0
>Suspending device 0000:02:00.1
>Suspending device 0000:02:00.0
>Suspending device 0000:00:1e.0
>Suspending device 0000:00:09.0
>Suspending device 0000:00:08.0
>Suspending device 0000:00:04.0
>Suspending device 0000:00:01.1
>Suspending device 0000:00:01.0
>Suspending device 0000:00:00.5
>Suspending device 0000:00:00.4
>Suspending device 0000:00:00.3
>Suspending device 0000:00:00.2
>Suspending device 0000:00:00.1
>Suspending device 0000:00:00.0
>Suspending device pci0000:00
>Suspending device platform
>PM: Entering mem sleep
> hwsleep-0285 [11] enter_sleep_state     : Entering sleep state [S3]
>Back to C!
>PM: Finishing wakeup.
>ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [LMAC] -> GSI 11 (level,
>low) -> IRQ 11
>PCI: Setting latency timer of device 0000:00:04.0 to 64
>PCI: Setting latency timer of device 0000:00:08.0 to 64
>pnp: Failed to activate device 00:09.
>Restarting tasks... done
>[ACPI Debug]  String: [0x15] "==== SST Working ===="
>ACPI Error (evevent-0314): No installed handler for fixed event
>[00000002] [20060310]
>[ACPI Debug]  String: [0x15] "==== SST Working ===="
>
>(*) don't know if initrd is the reason, but I've tried so much, that I 
>don't correctly remember anymore.
>-
>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
>
-
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: RE: Failed resuming IDE from S3 on Abit NF7 (nForce2)
@ 2006-04-13 13:37 Yu, Luming
  2006-04-15  2:57 ` acme
  0 siblings, 1 reply; 3+ messages in thread
From: Yu, Luming @ 2006-04-13 13:37 UTC (permalink / raw)
  To: Andreas Saur, linux-acpi

>the bug you are refering to, seems pretty much the same bug like I do 
>have here. But I've got two questions. Could you please help me? And I 
>do asume, that this patch isn't in the resent kernel yet, isn't it?

I didn't check it, Probably Not.

>
>1) If I want to adopt your patch, I should use the values from my 
>acpidump, but I can't find anything reasonable. What should my values 
>look like? (see here: 
>http://bugzilla.kernel.org/attachment.cgi?id=7762&action=view )
>
\\_SB.PCI0.IDE0.PRI0  (It's zero)
\\_SB.PCI0.IDE0.SEC0 (It's zero)


>2) How do I ensure, that this native IDE driver is really used? Do I 
>have to uncheck all non-native IDE drivers in the kernel 
>config? (In my 
>case it's the amd71xx, I guess)
>

You can try only CONFIG_IDE_GENERIC.


>Please excuse the silly questions, but I am pretty new to game 
>of kernel 
>configuration and compilation, but steady learning :-)

happy hacking. :-)

--Luming

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

end of thread, other threads:[~2006-04-15  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13  5:28 Failed resuming IDE from S3 on Abit NF7 (nForce2) Andreas Saur
  -- strict thread matches above, loose matches on Subject: below --
2006-04-13  6:18 Yu, Luming
2006-04-13 13:37 Yu, Luming
2006-04-15  2:57 ` acme

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.