Hi everyone,
I write a NDIS driver and use "Local area network property" to install
driver, and it 100% success. If I used "snetcfg.exe" for programatical
install my NDIS driver at the computer logon then I get blue screen randomly,
I think about 70% success.
For cases that success, Device Manger->Network adapter showed:
-Network adapters
--Intel(R) PRO/100 S Dual Port Server Adapter
--Intel(R) PRO/100 S Dual Port Server Adapter - My Sample Virtual adapter
--Intel(R) PRO/100 S Dual Port Server Adapter #2
--Intel(R) PRO/100 S Dual Port Server Adapter #2 - My Sample Virtual adapter
Everytime the installation failed it give me a Blue Screen and automaticly
reboot the node. Then it kicked off the snetcfg.exe to install again. I
checked in the Device Manager->Network Adapters showed:
-Network adapters
--My Sample Virtual adapter (extra stand alone,I think this is causing blue
screen)
--Intel(R) PRO/100 S Dual Port Server Adapter
--Intel(R) PRO/100 S Dual Port Server Adapter - My Sample Virtual adapter
--Intel(R) PRO/100 S Dual Port Server Adapter #2
--Intel(R) PRO/100 S Dual Port Server Adapter #2 - My Sample Virtual adapter
My guess is timing, when snetcfg.exe start install and the network adapters
are there but not fully functioning/binding yet. and when snetcfg install it
couldn't find the adapter to bind and it just install the Ndis driver as a
stand alone network adapter. Please correct me if I'm wrong...
My question is: how do I check if network support is ready/fully functioning
inorder for me to install 100% sucess. OR is there any other hints/method
for me to avoid the blue screen and also the driver work properly by using
snetcfg.exe to install.
Many many thanks for any help!
ttan