OK, let me explain?
Your issue is Driver Power State Failure. Technically it happens only when you put the computer to sleep, or you get it out of sleep. Why it happens? Coz, a
Device object blocks an
IRP for too long time.
In your issue, the IRP is
Code:
Irp is active with 4 stacks 2 is current (= 0xfffffa800e339c58)
No Mdl: No System Buffer: Thread 00000000: Irp stack trace.
cmd flg cl Device File Completion-Context
[ 0, 0] 0 0 00000000 00000000 00000000-00000000
Args: 00000000 00000000 00000000 00000000
>[ 16, 2] 0 0 fffffa800a259050 00000000 00000000-00000000
Unable to load image \SystemRoot\system32\DRIVERS\Netwsw00.sys, Win32 error 0n2
[COLOR=Red]*** WARNING: Unable to verify timestamp for Netwsw00.sys
*** ERROR: Module load completed but symbols could not be loaded for Netwsw00.sys[/COLOR]
\Driver\NETwNs64
It represents to Intel® Wireless WiFi Link Adapter.
And the Device object is:
Code:
Device object (fffffa800a25b7a0) is for:
InfoMask field not found for _OBJECT_HEADER at fffffa800a25b770
\Driver\vwifibus DriverObject fffffa800a1532b0
Current Irp 00000000 RefCount 0 Type 00000017 Flags 00002010
DevExt fffffa800a266b20 DevObjExt fffffa800a25b918
ExtensionFlags (0x00000800) DOE_DEFAULT_SD_PRESENT
Characteristics (0x00000100) FILE_DEVICE_SECURE_OPEN
AttachedTo [COLOR=Red](Lower) fffffa800a259050 \Driver\NETwNs64[/COLOR]
Device queue is not busy.
So it all suspects to the Intel(R) Centrino(R) Wireless-N 1000.
For a laptop, sleep is essential for the battery. We may try updating the driver that is failing. When it is still behaving the same, we have to check for some other things. As in my last post, some factory bloatware are supposing to fail contemporary. Let us remove them first, and see if it is behaving the same or not?
If still it is doing the same, we have to alter the sleep-hibernation settings.
Other programs dont have a bearing on this particular issue that much, specially those which are not being used continuously. So stop the programs to be used continuously. Free up the startup. Windows does not need any other program to auto start with it, but the auto start programs often conflicts and causes various problems including BSODs.
- Click on the Start button
- Type “msconfig (without quotes), click the resulting link. It will open the System Configuration window.
- Select the “Startup” tab.
- Deselect all items other than the antivirus and the touchpad driver, SynTPEnh.
- Apply > OK
- Accept then restart.
Let us take it have a try. Clean up the startup, and use the computer for one more day. See if there are any changes or not. If not, get ready to do a
http://www.sevenforums.com/tutorials/219576-clean-up-factory-bloatware.html.