The 0x0000009F error specifically indicates a problem with a device driver
changing power state. The first parameter (00000003 ) indicates a device
object has been blocking an IRP (I/O request packet) for too long a time.
This implies that a device is not properly waking up and responding to
Windows.
http://msdn.microsoft.com/en-us/library/ms795679.aspx
0x0000009F: DRIVER_POWER_STATE_FAILURE
(Click to consult the online Win XP Resource Kit article.)
A driver is in an inconsistent or invalid power state. Typically occurs
during events that involve power state transitions, such as shutting down,
or moving into or out of standby or hibernate mode.
There's one document problem in Vista applicable if you have any firewire
device attached.
http://support.microsoft.com/?kbid=929762&sd=RMVP
Otherwise, it's very difficult to pin down the driver. I suggest you check
HP for any and all newer device drivers and any possible BIOS update. If
that doesn't help, you should try to pursue it with HP.
--
"kh" <> wrote in message
news:83E74E76-A1AA-48F8-95B3-...
> When my computer has been put to sleep, sometimes when I return to it
> after a
> good while (ca. 4 hours to overnight), the OS (Vista SP1) will reboot and
> report that it has recovered from a serious error. I cannot interpret the
> error codes--can someone else?
>
> This has happened sporadically, perhaps once a week, since I got the
> machine
> less than one month ago.
>
> The brand-new machine is:
>
> HP Paviliion dv9000
> Core 2 Duo T8100 processors (2.1 GHz)
> 3 MB RAM, dual 120 GB ATA HDs
> NVidia 8600M GS
> Windows Vista SP1
> All available driver updates have been applied.
> Power options/advanced power options set to defaults.
>
> The BCP codes below are not always the same:
>
> First Instance:
>
> Problem signature:
> Problem Event Name: BlueScreen
> OS Version: 6.0.6001.2.1.0.768.3
> Locale ID: 1033
>
> Additional information about the problem:
> BCCode: 9f
> BCP1: 00000003
> BCP2: 84B7E578
> BCP3: 86D7B380
> BCP4: 84D4B778
> OS Version: 6_0_6001
> Service Pack: 1_0
> Product: 768_1
>
>
> Second Instance:
> Problem signature:
> Problem Event Name: BlueScreen
> OS Version: 6.0.6001.2.1.0.768.3
> Locale ID: 1033
>
> Additional information about the problem:
> BCCode: 9f
> BCP1: 00000003
> BCP2: 84B75578
> BCP3: 86C92380
> BCP4: 9F372A98
> OS Version: 6_0_6001
> Service Pack: 1_0
> Product: 768_1
>
>
> Both error message refer me to dump files, but I have no way of reading
> them.
>
> I assume that the problem is probably driver related, but it would be
> helpful to know which driver(s), so I can look out for updates, or if it's
> another hardware problem so I can further diagnose or contact HP for a
> correction, or if it's a software-related problem related to how Vista
> handles sleep.
>
> Thanks in advance to any help interpreting/pointers.