Hi All,
What is cause of following error message which generated after installing IMSAMP on some network card?
EX: Pageable code called at IRQL 2
I’m getting this error message afther ignoring to this
*** Assertion failed: MINIPORT_LOCK_ACQUIRED(Miniport)
*** Source File: w:\nt\private\ntos\ndis\ndis40\mp..\efilter.c, line 2113
Break, Ignore, Terminate Process or Terminate Thread (bipt)?
Thanks,
– Sumit
----- Original Message -----
From: Norbert Kawulski
Subject: [ntdev] Re: cont… NDIS Intermediate driver hangs the machine on some cards
I guess you have a serialized miniport and call into this miniport from the outside ( means ndis-wrapper does not know about activation).
Maybe it helps to build a deserialized miniport.
HTH
----- Original Message -----
From: Sumit Pandya
> Hi,
> I found the reason for “DPC messages” i’s using too many call of DbgPrint. After avoiding extra print the only following assertion messages occurs repetetively:
> Assertion failed: MINIPORT_LOCK_ACQUIRED(Miniport)
> Source File: w:\nt\private\ntos\ndis\ndis40\mp..\efilter.c, line 2113
> Break, Ignore, Terminate Process or Terminate Thread (bipt)?
> By Ignoring(i mean ‘i’ option to question) I can go ahead and login to system then after, i can work in the system. I need to ignore whenever this message appears, otherwise it again hangs the
> system?
> What assertion is required in efilter.c? Does anybody have idea. I think this code must be MS Propritory and not a published one, now how to find out more about the ASSERTION.
> Looking for any kind of help.
> Thanks
> – Sumit
____________________________________________________________
eLitecore Technologies Pvt. Ltd.
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com