It was the BIOS Settings After All… I would like to thank everybody for
your help…
Best regards,
Rikki Tamayo
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Eschmann, Michael K
Sent: Saturday, January 29, 2005 10:17 AM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] “ACPI S3 Stress test” Help
Check to make sure you have S3 enabled in the system BIOS ACPI settings.
Also, you might have a device reporting that it can’t do S3. A
IRP_MN_QUERY_CAPABILITIES handler might be returning a
PDEVICE_CAPABILITIES structure that doesn’t have the right values for S3
or S4, for example:
deviceCapabilities->DeviceState[PowerSystemSleeping3] =
PowerDeviceD3;
deviceCapabilities->DeviceState[PowerSystemHibernate] =
PowerDeviceD3;
I hope this helps. MKE.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of softdev
Sent: Friday, January 28, 2005 6:00 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] “ACPI S3 Stress test” Help
Hello Everybody,
Currently I am trying to execute WHQL testing on a device driver I have
made… I keep on encountering the following error during the beginning
of
the “ACPI S3 Stress test”
=== Initialize all tests === (D:28 H:10 M:58 S:46)
Test Devnodes (DEVNODES_0_Devnodes.log)
ERROR: PMTE_CheckForMustSupportedSleepStates(): System doesn’t
support
sleep state S3
ERROR: Work item completed with Error Code: -1073721810
ERROR: The system does not support the S3 and the S4 system
power
states required.
ERROR: PMTE_CheckForMustSupportedSleepStates(): System doesn’t
support sleep state S3
I tried looking for more information on this error from the internet but
I
cannot find any information about this. aside from this sleep &
hibernate
functions execute without any problems. Am I forgetting to set anything?
Your inputs would be greatly appreciated.
Best Regards,
Rikki Tamayo
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com