DRIVER_POWER_STATE_FAILURE ntoskrnl.exe problem?


  1. Posts : 2
    Windows 7
       #1

    DRIVER_POWER_STATE_FAILURE ntoskrnl.exe problem?


    My laptop has been experiencing blue screen of death shutdowns frequently when I leave it by itself for a while, I checked my drivers and they are all up to date, I also scanned it using antivirus and there was no virus found. What could be the problem?

    I've attached the dump file can you please help me?
      My Computer


  2. Posts : 2,393
    Microsoft Windows 7 Ultimate: x64 (SP1)
       #2

    Hello rediet and welcome to Sevenforums.

    * When did you start experiencing these problems?
    * Are you overclocking, and in that regard - what's the temperatures just before a crash?


    Updating System Specs will give us a better sight of
    how your system is put together. It's simply done.

    § Download Speccy
    § |User CP (top of the page)| |Edit System Spec|
    § COPY & PASTE section to section
    § Include Laptop, Desktop information
    § End with |Save Changes|

    BSOD ANALYSE

    Problem Devices

    Problem devices can be found in your Device Manager. Search Device Manager in Start, and look for . Note that if the warning sign isn't there, select View on the top of the window, and end with Show hidden devices.

    Code:
    RapportEI64	ROOT\LEGACY_RAPPORTEI64\0000	This device is not present, is not working properly, or does not have all its drivers installed.
    Not sure which device this is, but maybe you have more knowledge about it. It's important to either get rid of it, or update its driver.

    Blocked IRP / IO Request

    Blocked IRP may indicate that a device wanted to be plugged out. IRP is a part of the whole management regarding the safely plugin and plugout system. Let's have a look.

    Code:
    !irp fffffa8001fca860 1
    Irp is active with 4 stacks 2 is current (= 0xfffffa8001fca978)
     No Mdl: No System Buffer: Thread 00000000:  Irp stack trace.  
    Flags = 00000000
    ThreadListEntry.Flink = fffffa8001fca880
    ThreadListEntry.Blink = fffffa8001fca880
    IoStatus.Status = c00000bb
    IoStatus.Information = 00000000
    RequestorMode = 00000000
    Cancel = 00
    CancelIrql = 0
    ApcEnvironment = 00
    UserIosb = 00000000
    UserEvent = 00000000
    Overlay.AsynchronousParameters.UserApcRoutine = 00000000
    Overlay.AsynchronousParameters.UserApcContext = 00000000
    Overlay.AllocationSize = 00000000 - 00000000
    CancelRoutine = 00000000   
    UserBuffer = 00000000
    &Tail.Overlay.DeviceQueueEntry = fffffa8001fca8d8
    Tail.Overlay.Thread = 00000000
    Tail.Overlay.AuxiliaryBuffer = 00000000
    Tail.Overlay.ListEntry.Flink = fffff80002c81b00
    Tail.Overlay.ListEntry.Blink = fffff80002c81b00
    Tail.Overlay.CurrentStackLocation = fffffa8001fca978
    Tail.Overlay.OriginalFileObject = 00000000
    Tail.Apc = 00000000
    Tail.CompletionKey = 00000000
         cmd  flg cl Device   File     Completion-Context
     [  0, 0]   0  0 00000000 00000000 00000000-00000000    
    
    			Args: 00000000 00000000 00000000 00000000
    [color="#00B050"]>[ 16, 2]   0  0 fffffa80032c1050 00000000 00000000-00000000    
    	      Unable to load image \SystemRoot\system32\DRIVERS\rtl8192Ce.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for rtl8192Ce.sys
    *** ERROR: Module load completed but symbols could not be loaded for rtl8192Ce.sys
     \Driver\RTL8192Ce[/QUOTE]
    			Args: 00014400 00000000 00000004 00000002
     [ 16, 2]   0 e1 fffffa80027089c0 00000000 fffff80002d1e200-fffffa80047ff280 Success Error Cancel pending
    	       \Driver\vwifibus	nt!PopSystemIrpCompletion
    			Args: 00014400 00000000 00000004 00000002
     [  0, 0]   0  0 00000000 00000000 00000000-fffffa80047ff280    
    
    			Args: 00000000 00000000 00000000 00000000
    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
    ¨!error c00000bb
    Error code: (NTSTATUS) 0xc00000bb (3221225659) - The request is not supported.
    ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
    0: kd> !devobj fffffa80032c1050
    Device object (fffffa80032c1050) is for:
     InfoMask field not found for _OBJECT_HEADER at fffffa80032c1020
     \Driver\RTL8192Ce DriverObject fffffa8002a54e00
    Current Irp 00000000 RefCount 0 Type 00000017 Flags 00002050
    DevExt fffffa80032c11a0 DevObjExt fffffa80032c28b0 
    ExtensionFlags (0x00000800)  DOE_DEFAULT_SD_PRESENT
    Characteristics (0x00000100)  FILE_DEVICE_SECURE_OPEN
    AttachedDevice (Upper) fffffa80027089c0 \Driver\vwifibus
    AttachedTo (Lower) fffffa80013e7a10 \Driver\pci
    Device queue is not busy.
    Uninstall Realtek RTL8192CE Wireless LAN PCI-E NIC at the moment, it has connections to pci.sys and vwifibus. You can uninstall the driver in Device Manager, just before that you don't uninstall the device, but the driver. :)

    Best Regards,
    Frederik.
      My Computer


  3. Posts : 2
    Windows 7
    Thread Starter
       #3

    Thanks, it worked!

    I uninstalled realtek and I haven't seen the blue screen of death until now
      My Computer


  4. Posts : 2,393
    Microsoft Windows 7 Ultimate: x64 (SP1)
       #4

    Sounds great!

    Best Regards,
    Frederik.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 01:39.
Find Us