DRIVER_POWER_STATE_FAILURE + ntoskrnl.exe Blue Screen of Death.

Discussion in 'Software' started by TechWizard86, Jan 31, 2011.

  1. TechWizard86

    TechWizard86 Private E-2

    Here is the problem that even I can't resolve: I set my computer into hibernation, the hard drive light was on for a while then went off, then after a while with the screen going black I get the bsod that shuts the comp down. I have no viruses on my computer. I'll upload the Windows Debugger text file with the crash dump file if it helps any. I'm running an eMachines e525 laptop with Windows 7 Ultimate x64 bit Service Pack 1 RC1. I did not know where to put this so feel free to move this to the correct section if this isn't the place for it. I've tried everything to fix this issue and it never seems to go away. I can't even use hibernate anymore. I can only shut down or restart. That's it. I tried to get assistance with this on several other forums but never got a response back.
     

    Attached Files:

  2. satrow

    satrow Major Geek Extraordinaire

    Looks like your RealTek rtl8192 network adapter needs updating :)
    Code:
    Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\RoLY\Desktop\012511-27471-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    DbsSplayTreeRangeMap::Add: ignoring zero-sized range at ?fffff800`00b9c510?
    Symbol search path is: SRV*c:\symbols*[url]http://msdl.microsoft.com/download/symbols[/url]
    Executable search path is: 
    Windows 7 Kernel Version 7601 (Service Pack 1.721) UP Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7601.17105.amd64fre.win7sp1_rc.100929-1730
    Machine Name:
    Kernel base = 0xfffff800`02815000 PsLoadedModuleList = 0xfffff800`02a58e90
    Debug session time: Tue Jan 25 20:01:10.219 2011 (UTC + 0:00)
    System Uptime: 0 days 2:13:40.920
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ..........................................
    Loading User Symbols
    Loading unloaded module list
    .....
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 9F, {3, fffffa800219ea10, fffff80000b9c528, fffffa80023b8590}
    
    Probably caused by : pci.sys
    
    Followup: MachineOwner
    ---------
    
    kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    DRIVER_POWER_STATE_FAILURE (9f)
    A driver is causing an inconsistent power state.
    Arguments:
    Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time
    Arg2: fffffa800219ea10, Physical Device Object of the stack
    Arg3: fffff80000b9c528, Functional Device Object of the stack
    Arg4: fffffa80023b8590, The blocked IRP
    
    Debugging Details:
    ------------------
    
    
    DRVPOWERSTATE_SUBCODE:  3
    
    IMAGE_NAME:  pci.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4ca43921
    
    MODULE_NAME: pci
    
    FAULTING_MODULE: fffff88000fcd000 pci
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    BUGCHECK_STR:  0x9F
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  2
    
    STACK_TEXT:  
    fffff800`00b9c4d8 fffff800`02904579 : 00000000`0000009f 00000000`00000003 fffffa80`0219ea10 fffff800`00b9c528 : nt!KeBugCheckEx
    fffff800`00b9c4e0 fffff800`0288de95 : fffff800`00b9c5c0 fffff800`00b9c5c0 fffff800`02a08080 00000000`00000000 : nt! ?? ::FNODOBFM::`string'+0x35110
    fffff800`00b9c580 fffff800`028a2d1e : 00000012`acd758aa fffff800`00b9cc18 00000000`0007d86e fffff800`02a09048 : nt!KiProcessExpiredTimerList+0x105
    fffff800`00b9cbf0 fffff800`028a0f47 : 00000004`00a5a1c1 00000004`0007d86e 00000004`00a5a13a 00000000`0000006e : nt!KiTimerExpiration+0x1be
    fffff800`00b9cc90 fffff800`0288ea2a : fffff800`02a05e80 fffff800`02a13cc0 00000000`00000001 fffff880`00000000 : nt!KiRetireDpcList+0x277
    fffff800`00b9cd40 00000000`00000000 : fffff800`00b9d000 fffff800`00b97000 fffff800`00b9cd00 00000000`00000000 : nt!KiIdleLoop+0x5a
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_NAME:  MachineOwner
    
    [COLOR="Blue"]FAILURE_BUCKET_ID:  X64_0x9F_3_rtl8192se_IMAGE_pci.sys
    
    BUCKET_ID:  X64_0x9F_3_rtl8192se_IMAGE_pci.sys[/COLOR]
    
    Followup: MachineOwner
    ---------
    
    
    Do a search for "RTL8192SE" on the Realtek site to locate the latest drivers, currently version 2019.1.1203.2010.
     
  3. TechWizard86

    TechWizard86 Private E-2

    Really? I honestly thought my Display drivers were the culprit. Well I'll try that out and report back to let you know how it went.
     
    Last edited: Jan 31, 2011
  4. TechWizard86

    TechWizard86 Private E-2

    Update: The procedure was successful. My outdated Realtek wireless LAN drivers were the culprit. Although I haven't tested sleep mode yet as that too has given me a Blue Screen upon awakening. But it really isn't anything to worry about as I never use sleep. Just hibernate. This thread can be closed. I appreciate the help very much. Now hibernate works perfectly.
     
  5. satrow

    satrow Major Geek Extraordinaire

    I'm glad that it seems to have fixed it for you :) ; luckily the dump held enough info for a quick debug to pick out the likely problem, that doesn't happen too often.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds