DRIVER_POWER_STATE_FAILURE
0x0000009F (0x00000003, 0x84686700, 0x86171030, 0x87AA8C98) or...
" " " " 0x853E3700, 0x8617A3D0, 0x87313328) and so on...
I did a WinDbg on the crash dump memory file and got this...
Microsoft ® Windows Debugger Version 6.8.0004.0 X86
Copyright © Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Summary Dump File: Only kernel address space is available
Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows Vista Kernel Version 6000 MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 6000.16386.x86fre.vista_rtm.061101-2205
Kernel base = 0x81c00000 PsLoadedModuleList = 0x81d11db0
Debug session time: Sat Jun 16 11:41:17.446 2007 (GMT-6)
System Uptime: 0 days 3:16:08.380
Loading Kernel Symbols
................................................................................
................................................................................
...............
Loading User Symbols
Loading unloaded module list
....
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 9F, {3, 8437ab98, 862f7030, 855dd270}
*** ERROR: Module load completed but symbols could not be loaded for bcmwl6.sys
Probably caused by : bcmwl6.sys
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_POWER_STATE_FAILURE (9f)
A driver is causing an inconsistent power state.
Arguments:
Arg1: 00000003, A device object has been blocking an Irp for too long a time
Arg2: 8437ab98, Physical Device Object of the stack
Arg3: 862f7030, Functional Device Object of the stack
Arg4: 855dd270, The blocked IRP
Debugging Details:
------------------
DRVPOWERSTATE_SUBCODE: 3
DEVICE_OBJECT: 862f7030
DRIVER_OBJECT: 86299730
IMAGE_NAME: bcmwl6.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 458843cb
MODULE_NAME: bcmwl6
FAULTING_MODULE: 88e31000 bcmwl6
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x9F
PROCESS_NAME: Idle
CURRENT_IRQL: 2
LAST_CONTROL_TRANSFER: from 81c4ada0 to 81cd85c9
STACK_TEXT:
81cf1b54 81c4ada0 0000009f 00000003 8437ab98 nt!KeBugCheckEx+0x1e
81cf1bb0 81c50441 81cf1cbc 81cf1c88 00000001 nt!PopCheckIrpWatchdog+0x165
81cf1bf0 81ca99d1 81d09fc0 00000000 8af9b9a1 nt!PopCheckForIdleness+0x33f
81cf1ce8 81ca9321 00000000 00000000 000b82c9 nt!KiTimerExpiration+0x498
81cf1d50 81c912ae 00000000 0000000e 00000000 nt!KiRetireDpcList+0xba
81cf1d54 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0x46
STACK_COMMAND: kb
FOLLOWUP_NAME: MachineOwner
FAILURE_BUCKET_ID: 0x9F_IMAGE_bcmwl6.sys
BUCKET_ID: 0x9F_IMAGE_bcmwl6.sys
Followup: MachineOwner
---------
Does anyone know how I can fix this? I have seen things like this when I search the internet for this but never for bcmwl6.sys. I have also tried about 2 or 3 updates from microsoft.com but none of them fixed the problem