Help needed on NDIS IM Installation under XP ==> more info

Hi all,

These are windbg outputs when running SNETCFG.EXE app to install my IM
Driver:

NETCFG *ERROR*: HrSetupDiSelectBestCompatDrv [There are no compatible
drivers for this device.] hr=0x800F0228
File:d:\xpclient\net\config\common\ncbase\ncsetup.cpp,1961
NETCFG *ERROR*: HrCiGetDriverInfo [There is no driver selected for the
device information set or element.] hr=0x800F0203
File:d:\xpclient\net\config\netcfg\engine\classinst.cpp,891:
NETCFG *ERROR*: HrCiInstallFilterDevice [There is no driver selected for the
device information set or element.] hr=0x800F0203
File:d:\xpclient\net\config\netcfg\engine\classinst.cpp,3277:
NETCFG *ERROR*: HrSetupDiSelectBestCompatDrv [There are no compatible
drivers for this device.] hr=0x800F0228
File:d:\xpclient\net\config\common\ncbase\ncsetup.cpp,1961
NETCFG *ERROR*: HrCiGetDriverInfo [There is no driver selected for the
device information set or element.] hr=0x800F0203
File:d:\xpclient\net\config\netcfg\engine\classinst.cpp,891:
NETCFG *ERROR*: HrCiInstallFilterDevice [There is no driver selected for the
device information set or element.] hr=0x800F0203
File:d:\xpclient\net\config\netcfg\engine\classinst.cpp,3277:
NETCFG *ERROR*: CImplINetCfg::SendPnpReconfig [The system cannot find the
file specified.] Win32=2,0x00000002 hr=0x80070002
File:d:\xpclient\net\config\netcfg\engine\inetcfg.cpp,1223:

My First E-mail:

Hallo all,

I used the SNETCFG.EXE app from W2K DDK to install my NDIS IM Driver under
W2K. Everything worked fine. Now I am trying to install the same driver
(built with XP DDK build 2600) with SNETCFG.EXE app from XP DDK but it does
not work. I traced into SNETCFG.EXE app and I see that every call succeeds
with S_OK!!

My IM driver is even listed in the network connection properties tab but the
driver is not installed at all!!!

I event built the passthru sample from XP ddk and tried to install it with
SNETCFG.EXE but it didn’t succeed either!!!

When I try to install my IM driver over network connection properies tab, it
gets installed successfully!!!

Any clue what the problem is? Did any body have similar experience?

Thanks for your help in advance

regards

johnny


Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com


You are currently subscribed to ntdev as: xxxxx@yahoo.de
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com


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

Probably either a “digital signature” problem:

“Settings” - “System” - “Hardware” - “Driver Signing…” - set to
“Warn”.

…or a problem in your IM’s INFs.

Stephan

On Wed, 20 Feb 2002 18:31:29 +0100, “Johnny”
wrote:

>
>Hi all,
>
>These are windbg outputs when running SNETCFG.EXE app to install my IM
>Driver:
>
>NETCFG ERROR: HrSetupDiSelectBestCompatDrv [There are no compatible
>drivers for this device.] hr=0x800F0228
>File:d:\xpclient\net\config\common\ncbase\ncsetup.cpp,1961
>NETCFG ERROR: HrCiGetDriverInfo [There is no driver selected for the
>device information set or element.] hr=0x800F0203
>File:d:\xpclient\net\config\netcfg\engine\classinst.cpp,891:
>NETCFG ERROR: HrCiInstallFilterDevice [There is no driver selected for the
>device information set or element.] hr=0x800F0203
>File:d:\xpclient\net\config\netcfg\engine\classinst.cpp,3277:
>NETCFG ERROR: HrSetupDiSelectBestCompatDrv [There are no compatible
>drivers for this device.] hr=0x800F0228
>File:d:\xpclient\net\config\common\ncbase\ncsetup.cpp,1961
>NETCFG ERROR: HrCiGetDriverInfo [There is no driver selected for the
>device information set or element.] hr=0x800F0203
>File:d:\xpclient\net\config\netcfg\engine\classinst.cpp,891:
>NETCFG ERROR: HrCiInstallFilterDevice [There is no driver selected for the
>device information set or element.] hr=0x800F0203
>File:d:\xpclient\net\config\netcfg\engine\classinst.cpp,3277:
>NETCFG ERROR: CImplINetCfg::SendPnpReconfig [The system cannot find the
>file specified.] Win32=2,0x00000002 hr=0x80070002
>File:d:\xpclient\net\config\netcfg\engine\inetcfg.cpp,1223:
>
>
>My First E-mail:
>
>
>Hallo all,
>
>I used the SNETCFG.EXE app from W2K DDK to install my NDIS IM Driver under
>W2K. Everything worked fine. Now I am trying to install the same driver
>(built with XP DDK build 2600) with SNETCFG.EXE app from XP DDK but it does
>not work. I traced into SNETCFG.EXE app and I see that every call succeeds
>with S_OK!!
>
>My IM driver is even listed in the network connection properties tab but the
>driver is not installed at all!!!
>
>I event built the passthru sample from XP ddk and tried to install it with
>SNETCFG.EXE but it didn’t succeed either!!!
>
>When I try to install my IM driver over network connection properies tab, it
>gets installed successfully!!!
>
>Any clue what the problem is? Did any body have similar experience?
>
>Thanks for your help in advance
>
>regards
>
>johnny


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