"Sherwin Lim" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Hi,
>
> Since I dont know where the following questions should go, I am
> cross-posting this message on:
> microsoft.public.development.device.drivers
> microsoft.public.windowsxp.winlogo
>
> I ran Driver Verifier on a USB TV capture card device driver, and
> encountered blue screen.
>
are you using an intel usb controller?
> Also, what is the best way to start debugging blue screens? I've looked
> through Oney's Programming the MS WDM, but only found how to throw
> bugchecks, but not how to decipher a blue screen.
>
> Any help would be great.
>
you really need to get into windbg (it's free) - this will enable you to
catch the blue screen & hopefully get some meaningful info back from the OS.
http://www.microsoft.com/whdc/ddk/de...g/default.mspx
jolyon