Greetings again!

I wasn't aware of anything as handy as netconsole until Jason
mentioned it.  With that, it is obvious that for the Dell X200 it does
come alive after resume from RAM, but not for long.  Rather,

.
.
.
netconsole: network logging started
Freezing cpus ...
Stopping tasks: =====================================|

*** pressing power button here ***

PM: Writing back config space on device 0000:02:07.0 at offset f (was 34001ff, 
writing 5c001ff)
PM: Writing back config space on device 0000:02:07.0 at offset e (was 0, 
writing 10fc)
PM: Writing back config space on device 0000:02:07.0 at offset d (was 0, 
writing 1000)
PM: Writing back config space on device 0000:02:07.0 at offset c (was 0, 
writing acfc)
PM: Writing back config space on device 0000:02:07.0 at offset b (was 0, 
writing ac00)
PM: Writing back config space on device 0000:02:07.0 at offset a (was 0, 
writing 39fff000)
PM: Writing back config space on device 0000:02:07.0 at offset 9 (was 0, 
writing 38000000)
PM: Writing back config space on device 0000:02:07.0 at offset 8 (was 0, 
writing 33fff000)
PM: Writing back config space on device 0000:02:07.0 at offset 7 (was 0, 
writing 32000000)
PM: Writing back config space on device 0000:02:07.0 at offset 6 (was 0, 
writing b0070402)
PM: Writing back config space on device 0000:02:07.0 at offset 4 (was 0, 
writing e0202000)
PM: Writing back config space on device 0000:02:07.0 at offset 3 (was 20000, 
writing 2a808)
PM: Writing back config space on device 0000:02:07.0 at offset 1 (was 2100000, 
writing 2100007)
ACPI: PCI Interrupt 0000:02:07.0[A] -> Link [LNKE] -> GSI 10 (level, low) -> 
IRQ 10
pnp: Device 00:07 does not support activation.
pnp: Device 00:08 does not support activation.
Restarting tasks... done
Thawing cpus ...

***and then it hangs***

I have not retried all combinations with logging, but there seems to
be no dependence on whether I suspend from X, use various boot
parameters, etc.  Certainly, no difference between a full system and
an "init=/bin/bash" minimal one.

Any suggestions?  (Even if only how to figure out what pnp device
00:07 and 00:08 are?)

Thanks,

Marten

p.s.  I also checked the DSDT and it actually has some problems (see
below); I felt likely they were not related, but am happy to be told
otherwise (even though it seems to imply compiling the kernel, which I
haven't done in quite a while).

iasl -tc dsdt.dsl

Intel ACPI Component Architecture
ASL Optimizing Compiler version 20060421 [Apr 29 2006]
Copyright (C) 2000 - 2006 Intel Corporation
Supports ACPI Specification Revision 3.0a

dsdt.dsl   194:     Method (_WAK, 1, NotSerialized)
Warning  1079 -                ^ Reserved method must return a value (_WAK)

dsdt.dsl  4093:                     Field (ECR, AnyAcc, Lock, Preserve)
Error    4074 -                              ^ Host Operation Region requires 
ByteAcc access

ASL Input:  dsdt.dsl - 6577 lines, 270635 bytes, 2341 keywords
Compilation complete. 1 Errors, 1 Warnings, 0 Remarks, 676 Optimizations

For context on the error, it is in a set
4049                Device (H_EC)
                    {
                        Name (_HID, EisaId ("PNP0C09"))
.
.
.
4090                    Name (_GPE, 0x18)
                        Event (EJT0)
                        Event (EJT1)
                        OperationRegion (ECR, EmbeddedControl, 0x00, 0xFF)
                        Field (ECR, AnyAcc, Lock, Preserve)

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to