Issue in setting up the desktop computer for CETK NDIS performance test - Software-Testing
This is a discussion on Issue in setting up the desktop computer for CETK NDIS performance test - Software-Testing ; I am testing Ethernet driver using CETK.
There is a issue I am facing in setting up the NDIS performance test.
I am trying to install the MS_NDP protocol driver on the supporting desktop
computer(windows 2000)
and it is getting ...
-
Issue in setting up the desktop computer for CETK NDIS performance test
I am testing Ethernet driver using CETK.
There is a issue I am facing in setting up the NDIS performance test.
I am trying to install the MS_NDP protocol driver on the supporting desktop
computer(windows 2000)
and it is getting installed successfully too.
after running the command
tux -o -d perf_ndis -c "-ndisd -nounbind \Device\{<GUID>}"
i have noted the bind name of the network interface whose display name
matches the device name displayed in Network Connections
of Control Panel.
Display Name : Broadcom NetXtreme Gigabit Ethernet for hp
Bind Name : \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
now when i run the command
tux -o -d perf_ndis -c
"-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
i get error with code 50 as mentioned below.
ShellProc(SPM_LOAD_DLL, ...) called
Command Line:
"-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".S
hellProc(SPM_REGISTER, ...) called
ShellProc(SPM_START_SCRIPT, ...) called
ShellProc(SPM_BEGIN_GROUP, ...) called
ShellProc(SPM_BEGIN_TEST, ...) called
perf_ndis ERROR: Failed unbind protocols from
adapter -nounbind\Device\{B9AE70C0
-1582-410F-931A-ACC7863A6323} with code 50
perf_ndis ERROR: Failed bind protocols to
adapter -nounbind\Device\{B9AE70C0-158
2-410F-931A-ACC7863A6323} with code 50
ShellProc(SPM_END_TEST, ...) called
ShellProc(SPM_END_GROUP, ...) called
ShellProc(SPM_UNLOAD_DLL, ...) called
Link followed is
http://msdn.microsoft.com/library/de...rmancetest.asp
can you tell me how to resolve this issue.
Thanks in advance,
maiya
-
Re: Issue in setting up the desktop computer for CETK NDIS performance test
Could you try placing a space between -nounbind and \Device\{<GUID>} and see
if that resolves your issue?
Ryan
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"maiya" <vickyec_2000@yahoo.com> wrote in message
news:%23veJcZLnFHA.3380@TK2MSFTNGP12.phx.gbl...
>I am testing Ethernet driver using CETK.
>
> There is a issue I am facing in setting up the NDIS performance test.
>
> I am trying to install the MS_NDP protocol driver on the supporting
> desktop
> computer(windows 2000)
> and it is getting installed successfully too.
>
> after running the command
> tux -o -d perf_ndis -c "-ndisd -nounbind \Device\{<GUID>}"
>
> i have noted the bind name of the network interface whose display name
> matches the device name displayed in Network Connections
> of Control Panel.
>
> Display Name : Broadcom NetXtreme Gigabit Ethernet for hp
> Bind Name : \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
>
> now when i run the command
> tux -o -d perf_ndis -c
> "-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
> i get error with code 50 as mentioned below.
>
> ShellProc(SPM_LOAD_DLL, ...) called
> Command Line:
> "-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".S
> hellProc(SPM_REGISTER, ...) called
> ShellProc(SPM_START_SCRIPT, ...) called
> ShellProc(SPM_BEGIN_GROUP, ...) called
> ShellProc(SPM_BEGIN_TEST, ...) called
> perf_ndis ERROR: Failed unbind protocols from
> adapter -nounbind\Device\{B9AE70C0
> -1582-410F-931A-ACC7863A6323} with code 50
> perf_ndis ERROR: Failed bind protocols to
> adapter -nounbind\Device\{B9AE70C0-158
> 2-410F-931A-ACC7863A6323} with code 50
> ShellProc(SPM_END_TEST, ...) called
> ShellProc(SPM_END_GROUP, ...) called
> ShellProc(SPM_UNLOAD_DLL, ...) called
>
> Link followed is
>
> http://msdn.microsoft.com/library/de...rmancetest.asp
>
>
> can you tell me how to resolve this issue.
>
> Thanks in advance,
> maiya
>
>
-
Re: Issue in setting up the desktop computer for CETK NDIS performance test
Hi Ryan,
I placed a space between -nounbind and \Device\{<GUID>} i face the following
error
perf_ndis ERROR: Failed open adapter
\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
I am using HP machine and the Network adapter (Device Name)used for HP
machine is
Broadcom NetXtreme Gigabit Ethernet for hp
when i run the command
tux -o -d perf_ndis -c "-enum" to get the GUID of the network adapter i
obtain the following GUID
perf_ndis Msg: Adapter # 5
perf_ndis Msg: Display Name : Broadcom NetXtreme Gigabit Ethernet for hp
perf_ndis Msg: Bind Name : \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
perf_ndis Msg: Help Text :
perf_ndis Msg: Id : pci\ven_14e4&dev_1696
final command when run on NDIS performance test on Desktop Computer
(taking care of space between -nounbind and \Device\{<GUID>}
tux -o -d perf_ndis -c "-ndisd -nounbind
\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
following error is obtained
please see below
C:\Documents and Settings\XX\Desktop\NDIS>tux -o -d perf_ndis -c "-ndisd -n
ounbind \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
ShellProc(SPM_LOAD_DLL, ...) called
Command Line: "-ndisd -nounbind
\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".
ShellProc(SPM_REGISTER, ...) called
ShellProc(SPM_START_SCRIPT, ...) called
ShellProc(SPM_BEGIN_GROUP, ...) called
ShellProc(SPM_BEGIN_TEST, ...) called
perf_ndis ERROR: Failed open adapter
\Device\{B9AE70C0-1582-410F-931A-ACC7863A63
23}
ShellProc(SPM_END_TEST, ...) called
ShellProc(SPM_END_GROUP, ...) called
ShellProc(SPM_UNLOAD_DLL, ...) called
C:\Documents and Settings\XX\Desktop\NDIS>
Thanks,
Maiya
"Ryan Ward (MSFT)" <ryanward@online.microsoft.com> wrote in message
news:%23$ePECdnFHA.3316@TK2MSFTNGP14.phx.gbl...
> Could you try placing a space between -nounbind and \Device\{<GUID>} and
see
> if that resolves your issue?
>
> Ryan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
>
> "maiya" <vickyec_2000@yahoo.com> wrote in message
> news:%23veJcZLnFHA.3380@TK2MSFTNGP12.phx.gbl...
> >I am testing Ethernet driver using CETK.
> >
> > There is a issue I am facing in setting up the NDIS performance test.
> >
> > I am trying to install the MS_NDP protocol driver on the supporting
> > desktop
> > computer(windows 2000)
> > and it is getting installed successfully too.
> >
> > after running the command
> > tux -o -d perf_ndis -c "-ndisd -nounbind \Device\{<GUID>}"
> >
> > i have noted the bind name of the network interface whose display name
> > matches the device name displayed in Network Connections
> > of Control Panel.
> >
> > Display Name : Broadcom NetXtreme Gigabit Ethernet for hp
> > Bind Name : \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
> >
> > now when i run the command
> > tux -o -d perf_ndis -c
> > "-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
> > i get error with code 50 as mentioned below.
> >
> > ShellProc(SPM_LOAD_DLL, ...) called
> > Command Line:
> > "-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".S
> > hellProc(SPM_REGISTER, ...) called
> > ShellProc(SPM_START_SCRIPT, ...) called
> > ShellProc(SPM_BEGIN_GROUP, ...) called
> > ShellProc(SPM_BEGIN_TEST, ...) called
> > perf_ndis ERROR: Failed unbind protocols from
> > adapter -nounbind\Device\{B9AE70C0
> > -1582-410F-931A-ACC7863A6323} with code 50
> > perf_ndis ERROR: Failed bind protocols to
> > adapter -nounbind\Device\{B9AE70C0-158
> > 2-410F-931A-ACC7863A6323} with code 50
> > ShellProc(SPM_END_TEST, ...) called
> > ShellProc(SPM_END_GROUP, ...) called
> > ShellProc(SPM_UNLOAD_DLL, ...) called
> >
> > Link followed is
> >
> >
http://msdn.microsoft.com/library/de...rmancetest.asp
> >
> >
> > can you tell me how to resolve this issue.
> >
> > Thanks in advance,
> > maiya
> >
> >
>
>
-
Re: Issue in setting up the desktop computer for CETK NDIS performance test
Hi All,
Does anyone have solution for this problem
'perf_ndis ERROR: Failed open adapter
\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}'
when running the command
tux -o -d perf_ndis -c "-ndisd -nounbind \Device\{B9AE70C0-1582-410F-931A
-ACC7863A6323}"
sequence os messages on command prompt
ShellProc(SPM_LOAD_DLL, ...) called
Command Line: "-ndisd -nounbind
\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".ShellProc(SPM_REGISTER, ...)
called
ShellProc(SPM_START_SCRIPT, ...) called
ShellProc(SPM_BEGIN_GROUP, ...) called
ShellProc(SPM_BEGIN_TEST, ...) called
perf_ndis ERROR: Failed open adapter
\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
ShellProc(SPM_END_TEST, ...) called
ShellProc(SPM_END_GROUP, ...) called
ShellProc(SPM_UNLOAD_DLL, ...) called
Thank's in advance,
Maiya
"maiya" <vickyec_2000@yahoo.com> wrote in message
news:eU3KqWjnFHA.2920@TK2MSFTNGP14.phx.gbl...
> Hi Ryan,
>
> I placed a space between -nounbind and \Device\{<GUID>} i face the
following
> error
> perf_ndis ERROR: Failed open adapter
> \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
>
> I am using HP machine and the Network adapter (Device Name)used for HP
> machine is
> Broadcom NetXtreme Gigabit Ethernet for hp
>
> when i run the command
> tux -o -d perf_ndis -c "-enum" to get the GUID of the network adapter i
> obtain the following GUID
>
> perf_ndis Msg: Adapter # 5
> perf_ndis Msg: Display Name : Broadcom NetXtreme Gigabit Ethernet for hp
> perf_ndis Msg: Bind Name :
\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
> perf_ndis Msg: Help Text :
> perf_ndis Msg: Id : pci\ven_14e4&dev_1696
>
> final command when run on NDIS performance test on Desktop Computer
> (taking care of space between -nounbind and \Device\{<GUID>}
> tux -o -d perf_ndis -c "-ndisd -nounbind
> \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
>
> following error is obtained
> please see below
>
> C:\Documents and Settings\XX\Desktop\NDIS>tux -o -d perf_ndis -c
"-ndisd -n
> ounbind \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
> ShellProc(SPM_LOAD_DLL, ...) called
> Command Line: "-ndisd -nounbind
> \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".
> ShellProc(SPM_REGISTER, ...) called
> ShellProc(SPM_START_SCRIPT, ...) called
> ShellProc(SPM_BEGIN_GROUP, ...) called
> ShellProc(SPM_BEGIN_TEST, ...) called
> perf_ndis ERROR: Failed open adapter
> \Device\{B9AE70C0-1582-410F-931A-ACC7863A63
> 23}
> ShellProc(SPM_END_TEST, ...) called
> ShellProc(SPM_END_GROUP, ...) called
> ShellProc(SPM_UNLOAD_DLL, ...) called
> C:\Documents and Settings\XX\Desktop\NDIS>
>
> Thanks,
> Maiya
>
>
> "Ryan Ward (MSFT)" <ryanward@online.microsoft.com> wrote in message
> news:%23$ePECdnFHA.3316@TK2MSFTNGP14.phx.gbl...
> > Could you try placing a space between -nounbind and \Device\{<GUID>} and
> see
> > if that resolves your issue?
> >
> > Ryan
> >
> > --
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > Use of included script samples are subject to the terms specified at
> > http://www.microsoft.com/info/cpyright.htm
> >
> > "maiya" <vickyec_2000@yahoo.com> wrote in message
> > news:%23veJcZLnFHA.3380@TK2MSFTNGP12.phx.gbl...
> > >I am testing Ethernet driver using CETK.
> > >
> > > There is a issue I am facing in setting up the NDIS performance test.
> > >
> > > I am trying to install the MS_NDP protocol driver on the supporting
> > > desktop
> > > computer(windows 2000)
> > > and it is getting installed successfully too.
> > >
> > > after running the command
> > > tux -o -d perf_ndis -c "-ndisd -nounbind \Device\{<GUID>}"
> > >
> > > i have noted the bind name of the network interface whose display name
> > > matches the device name displayed in Network Connections
> > > of Control Panel.
> > >
> > > Display Name : Broadcom NetXtreme Gigabit Ethernet for hp
> > > Bind Name : \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
> > >
> > > now when i run the command
> > > tux -o -d perf_ndis -c
> > > "-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
> > > i get error with code 50 as mentioned below.
> > >
> > > ShellProc(SPM_LOAD_DLL, ...) called
> > > Command Line:
> > > "-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".S
> > > hellProc(SPM_REGISTER, ...) called
> > > ShellProc(SPM_START_SCRIPT, ...) called
> > > ShellProc(SPM_BEGIN_GROUP, ...) called
> > > ShellProc(SPM_BEGIN_TEST, ...) called
> > > perf_ndis ERROR: Failed unbind protocols from
> > > adapter -nounbind\Device\{B9AE70C0
> > > -1582-410F-931A-ACC7863A6323} with code 50
> > > perf_ndis ERROR: Failed bind protocols to
> > > adapter -nounbind\Device\{B9AE70C0-158
> > > 2-410F-931A-ACC7863A6323} with code 50
> > > ShellProc(SPM_END_TEST, ...) called
> > > ShellProc(SPM_END_GROUP, ...) called
> > > ShellProc(SPM_UNLOAD_DLL, ...) called
> > >
> > > Link followed is
> > >
> > >
>
http://msdn.microsoft.com/library/de...rmancetest.asp
> > >
> > >
> > > can you tell me how to resolve this issue.
> > >
> > > Thanks in advance,
> > > maiya
> > >
> > >
> >
> >
>
>
-
Re: Issue in setting up the desktop computer for CETK NDIS performance test
Hi Ryan
When i followed the documentation of performing NDIS performance test and
when the steps were followed to setup my desktop computer for NDIS
performance test using the command
tux -o -d perf_ndis -c "-ndisd -nounbind \Device\{<GUID>}"
i have faced this following error
'perf_ndis ERROR: Failed open adapter
\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}'
but when i performed the CETK using windowsce test kit i am able to perform
the NDIS performance test
Thank you and with warm regards,
Maiya
"maiya" <vickyec_2000@yahoo.com> wrote in message
news:eRWSXcioFHA.3828@TK2MSFTNGP12.phx.gbl...
> Hi All,
>
> Does anyone have solution for this problem
> 'perf_ndis ERROR: Failed open adapter
> \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}'
> when running the command
> tux -o -d perf_ndis -c "-ndisd -nounbind \Device\{B9AE70C0-1582-410F-931A
> -ACC7863A6323}"
>
> sequence os messages on command prompt
>
> ShellProc(SPM_LOAD_DLL, ...) called
> Command Line: "-ndisd -nounbind
> \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".ShellProc(SPM_REGISTER,
....)
> called
> ShellProc(SPM_START_SCRIPT, ...) called
> ShellProc(SPM_BEGIN_GROUP, ...) called
> ShellProc(SPM_BEGIN_TEST, ...) called
> perf_ndis ERROR: Failed open adapter
> \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
> ShellProc(SPM_END_TEST, ...) called
> ShellProc(SPM_END_GROUP, ...) called
> ShellProc(SPM_UNLOAD_DLL, ...) called
>
> Thank's in advance,
> Maiya
>
> "maiya" <vickyec_2000@yahoo.com> wrote in message
> news:eU3KqWjnFHA.2920@TK2MSFTNGP14.phx.gbl...
> > Hi Ryan,
> >
> > I placed a space between -nounbind and \Device\{<GUID>} i face the
> following
> > error
> > perf_ndis ERROR: Failed open adapter
> > \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
> >
> > I am using HP machine and the Network adapter (Device Name)used for HP
> > machine is
> > Broadcom NetXtreme Gigabit Ethernet for hp
> >
> > when i run the command
> > tux -o -d perf_ndis -c "-enum" to get the GUID of the network adapter i
> > obtain the following GUID
> >
> > perf_ndis Msg: Adapter # 5
> > perf_ndis Msg: Display Name : Broadcom NetXtreme Gigabit Ethernet for hp
> > perf_ndis Msg: Bind Name :
> \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
> > perf_ndis Msg: Help Text :
> > perf_ndis Msg: Id : pci\ven_14e4&dev_1696
> >
> > final command when run on NDIS performance test on Desktop Computer
> > (taking care of space between -nounbind and \Device\{<GUID>}
> > tux -o -d perf_ndis -c "-ndisd -nounbind
> > \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
> >
> > following error is obtained
> > please see below
> >
> > C:\Documents and Settings\XX\Desktop\NDIS>tux -o -d perf_ndis -c
> "-ndisd -n
> > ounbind \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
> > ShellProc(SPM_LOAD_DLL, ...) called
> > Command Line: "-ndisd -nounbind
> > \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".
> > ShellProc(SPM_REGISTER, ...) called
> > ShellProc(SPM_START_SCRIPT, ...) called
> > ShellProc(SPM_BEGIN_GROUP, ...) called
> > ShellProc(SPM_BEGIN_TEST, ...) called
> > perf_ndis ERROR: Failed open adapter
> > \Device\{B9AE70C0-1582-410F-931A-ACC7863A63
> > 23}
> > ShellProc(SPM_END_TEST, ...) called
> > ShellProc(SPM_END_GROUP, ...) called
> > ShellProc(SPM_UNLOAD_DLL, ...) called
> > C:\Documents and Settings\XX\Desktop\NDIS>
> >
> > Thanks,
> > Maiya
> >
> >
> > "Ryan Ward (MSFT)" <ryanward@online.microsoft.com> wrote in message
> > news:%23$ePECdnFHA.3316@TK2MSFTNGP14.phx.gbl...
> > > Could you try placing a space between -nounbind and \Device\{<GUID>}
and
> > see
> > > if that resolves your issue?
> > >
> > > Ryan
> > >
> > > --
> > > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> > > Use of included script samples are subject to the terms specified at
> > > http://www.microsoft.com/info/cpyright.htm
> > >
> > > "maiya" <vickyec_2000@yahoo.com> wrote in message
> > > news:%23veJcZLnFHA.3380@TK2MSFTNGP12.phx.gbl...
> > > >I am testing Ethernet driver using CETK.
> > > >
> > > > There is a issue I am facing in setting up the NDIS performance
test.
> > > >
> > > > I am trying to install the MS_NDP protocol driver on the supporting
> > > > desktop
> > > > computer(windows 2000)
> > > > and it is getting installed successfully too.
> > > >
> > > > after running the command
> > > > tux -o -d perf_ndis -c "-ndisd -nounbind \Device\{<GUID>}"
> > > >
> > > > i have noted the bind name of the network interface whose display
name
> > > > matches the device name displayed in Network Connections
> > > > of Control Panel.
> > > >
> > > > Display Name : Broadcom NetXtreme Gigabit Ethernet for hp
> > > > Bind Name : \Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}
> > > >
> > > > now when i run the command
> > > > tux -o -d perf_ndis -c
> > > > "-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}"
> > > > i get error with code 50 as mentioned below.
> > > >
> > > > ShellProc(SPM_LOAD_DLL, ...) called
> > > > Command Line:
> > > > "-ndisd -nounbind\Device\{B9AE70C0-1582-410F-931A-ACC7863A6323}".S
> > > > hellProc(SPM_REGISTER, ...) called
> > > > ShellProc(SPM_START_SCRIPT, ...) called
> > > > ShellProc(SPM_BEGIN_GROUP, ...) called
> > > > ShellProc(SPM_BEGIN_TEST, ...) called
> > > > perf_ndis ERROR: Failed unbind protocols from
> > > > adapter -nounbind\Device\{B9AE70C0
> > > > -1582-410F-931A-ACC7863A6323} with code 50
> > > > perf_ndis ERROR: Failed bind protocols to
> > > > adapter -nounbind\Device\{B9AE70C0-158
> > > > 2-410F-931A-ACC7863A6323} with code 50
> > > > ShellProc(SPM_END_TEST, ...) called
> > > > ShellProc(SPM_END_GROUP, ...) called
> > > > ShellProc(SPM_UNLOAD_DLL, ...) called
> > > >
> > > > Link followed is
> > > >
> > > >
> >
>
http://msdn.microsoft.com/library/de...rmancetest.asp
> > > >
> > > >
> > > > can you tell me how to resolve this issue.
> > > >
> > > > Thanks in advance,
> > > > maiya
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Similar Threads
-
By Application Development in forum Software-Testing
Replies: 0
Last Post: 05-10-2007, 05:05 AM
-
By Application Development in forum Software-Testing
Replies: 1
Last Post: 03-19-2007, 04:48 PM
-
By Application Development in forum Software-Testing
Replies: 2
Last Post: 04-24-2006, 01:03 AM
-
By Application Development in forum Software-Testing
Replies: 1
Last Post: 12-15-2004, 11:02 PM
-
By Application Development in forum Software-Testing
Replies: 0
Last Post: 10-26-2004, 12:24 AM