Failure in Start Stress?

S

Sam Hsieh

When I was doing the 2c_ReceivePackets.wsf test with my wireless lan
driver in Windows XP SP1, it showed that "Failure in Start Stress"
(see below). Could anyone give me advice that if my configuration is
not properly set or something wrong else? Before it was ok, but it
went wrong after I did "windows update" via website. Even I removed
the new added Hotfix patches, it remains problems.

-- log

Variation #19 Running stress
StartStress
- OpenId = 0x02010001
- StressServer OpenId = 0x01010001
- PacketSize = 1514
- StressOptions :
: CYCLICAL
: RAND
: ACK
: WINDOWING_ON
- Iterations = 5
WARNED: FAILURE: unable to start stress server
StartStress failed: Unable to start any stress servers
FAILED: [0] Failure in Start Stress
FAILED: [21403] Unable to start stress test
 
M

Mitesh Desai [MSFT]

The miniport was returning 0 for OID_GEN_LINK_SPEED. NDISTest does not start
the stress tests if the link speed is zero. The miniport must return a
default link speed even if it hasnt determined it yet. Combination of link
speed and media connect status is used to determine if the link is actually
present.

Mitesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top