Re: problem code 31 when I install NDIS 6
- From: "Calvin Guan" <hguan@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 13 Sep 2006 01:15:31 -0700
I bet he forgot to put the new required keys in the inf's install section.
--
Calvin Guan (DDK MVP)
Sr. Staff Engineer
NetXtreme Vista/Longhorn Server Miniport
Broadcom Corporation
Connecting Everything(r)
"Pavel A." <pavel_a@xxxxxxxxxxxxxxx> wrote in message
news:BC40C8CC-7568-4470-951C-E4282D98BEDC@xxxxxxxxxxxxxxxx
"lukaha" wrote:
I transfer NDIS 5 to NDIS 6 of miniport driver for my company NIC. I met
a
problem when I install NDIS driver in Vista. The message showed in device
manager is "Window was able to sucessfully install device driver
software,
but the driver software encountered a problem when it tried to run. The
problem code is 31"
I dump the message in WinDbg and found NDIS didn't call Driver
InitializeHandlerEx. I checked the status form
NdisMRegisterMiniportDriver
was sucess. I don't know why NDIS didn't call InitializeHandlerEx.
My Vista version is beta #2, Build 5472
Probably you've forgotten to do something else in your DriverEntry
besides of NdisMRegisterMiniportDriver - set some required handlers and so
on.
--PA
.
- Prev by Date: Re: How to dynamically load a filter driver?
- Next by Date: Re: wifi sample driver code
- Previous by thread: Windows Device Driver Developer--Chelsio Communications
- Next by thread: About Chelsio Communications
- Index(es):
Relevant Pages
|