Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7340 - 7369 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7340
Hi,my friends! I use snetcfg.exe to install my extend passthru drivers, and on most machines it works well, but I found that in some certain machines it can...
tanm32
Offline Send Email
Apr 3, 2006
3:23 am
7341
Hello, I've put the checked version of netcfgx.dll in my computer. It has generated a lists of verbose trace messages. I've got this error: Net Config Asser...
Wong Hau Shian
whaushia@...
Send Email
Apr 3, 2006
10:06 am
7342
Hello, I have got the loopback adpater bound to passthru. I add an additional entry (nolower) in the FilterMediatype in passthru. This matches the string in...
Wong Hau Shian
whaushia@...
Send Email
Apr 3, 2006
10:06 am
7343
There is a bug in the SNETCFG sample - and probably in the BindView sample as well. It will install NDIS IM drivers "sometimes". To make it work reliably for...
Thomas F. Divine
pcatom
Offline Send Email
Apr 3, 2006
1:54 pm
7344
hello, there is a strange problem in my NDIS driver. I've installed it on a machine running a Celeron with 128MB of RAM and the driver is an old-style one that...
Cristi
wtherapy
Offline Send Email
Apr 4, 2006
2:14 pm
7345
I can see only the first one packet sending out, when is not NDIS_STATUS_PENDING ! When i do not check for NDIS_STATUS_PENDING, does ProtocolSendComplete call...
knopper2004
Offline Send Email
Apr 4, 2006
3:26 pm
7346
... After calling NdisSend two things can happen: 1.) The call can return status that is not NDIS_STATUS_PENDING. This means that the send has been completed....
Thomas F. Divine
pcatom
Offline Send Email
Apr 4, 2006
3:51 pm
7347
... I think that there may have been a bug in ProtocolReceiveComplete that effects this. See if this code make a difference and let us know. Thomas F. Divine ...
Thomas F. Divine
pcatom
Offline Send Email
Apr 4, 2006
4:23 pm
7348
Hi, I'm running HCT for IM driver ,and when run the test item 'PerformanceBlast', sometimes PC will reboot. So I want to get the REBOOT point. But SoftIce...
ze zefeng
xingchen98@...
Send Email
Apr 5, 2006
2:00 am
7349
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ze zefeng Sent: Tuesday, April 04, 2006 9:59 PM To:...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2006
2:11 am
7350
Can someone give me some concept on hct test? or any document on the issue? Thanks! ... From: ze zefeng To: discussion-pcausa@yahoogroups.com Sent: Wednesday,...
163
xbbspring
Offline Send Email
Apr 5, 2006
2:23 am
7351
163, In addition to providing the DDK, Microsoft provides a series of tests for certain classes of drivers. In the NDIS area there are tests for specific types...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2006
2:31 am
7352
Thomas, thank You , it works ! ... means ... may have ... actually a ... THE_SEND_MAY_BE_COMPLETE_ALREADY_OR_IT_MIGHT_COMPLETE_LATER_BUT_IN_ANY_CASE_ ... _MAY_...
knopper2004
Offline Send Email
Apr 5, 2006
12:24 pm
7353
Thanks, Thomas, it worked! ( BTW, what's the trick? ) ... pAdapt->IndicateRcvComplete ) ... NdisMFddiIndicateReceiveComplete(pAdapt->MiniportHandle);...
Cristi
wtherapy
Offline Send Email
Apr 5, 2006
4:55 pm
7354
No trick. It is a bug in the Passthru driver sample. If you read the DDK topics about using NdisM...IndicateReceive you will see that after making one (or...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2006
5:16 pm
7355
Hi, Now i try to modify packets sending out in MiniportSendPackets. I make a copy of the original packet to test it first. But it seems not work correctly. Can...
knopper2004
Offline Send Email
Apr 5, 2006
5:17 pm
7356
You've got to study the code you are using and understand it. The walk through it yourself with a debugger. Here is a big problem that is a coding error that...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2006
5:30 pm
7357
Hi, I have an IM driver which gets bound with my wireless adapter driver on initialization of my application. As long as I connect to Access Point Networks...
Pore, Ravi R
Ravi.Pore@...
Send Email
Apr 5, 2006
5:40 pm
7358
Hi, I'm debugging a failure in the installer for my IM driver. The driver is based on the DDK mux sample, and I install with snetcfg by calling: snetcfg -v -l...
Gaurav Lochan
g_lochan
Offline Send Email
Apr 5, 2006
6:57 pm
7359
... There are a couple of problems here. One is that SNETCFG is broken when installing NDIS IM drivers. This problem is described in a recent post: ...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2006
7:19 pm
7360
What is really peculiar is that this problem has only started recently. Our product has been able to install successfully in the past with the snetcfg ...
Gaurav Lochan
g_lochan
Offline Send Email
Apr 5, 2006
8:36 pm
7361
It's hard to tell what the problem is. I do know the behavior is different on a clean install as opposed to a machine where the driver has been previously...
Thomas F. Divine
pcatom
Offline Send Email
Apr 5, 2006
8:49 pm
7362
Ups, that I have a new question in this matter.. in my NDIS im driver, at ProtocolReceive handler I'm calling NdisTransferData when not all the data is...
Cristi
wtherapy
Offline Send Email
Apr 6, 2006
6:52 am
7363
... Just make sure that if you do call NdisM...IndicateReceive for one (or more) packets that you eventually call NdisM...IndicateReceiveComplete to tell the ...
Thomas F. Divine
pcatom
Offline Send Email
Apr 6, 2006
8:09 am
7364
Hi all, Anyone can tell me how to create NDISUIO protocol driver on WinCE 5.0, which is based on the CEPC. I have created this driver instructed by the WinCE...
Richard Zhang
richardone163
Offline Send Email
Apr 7, 2006
1:30 pm
7365
Hi all! I am a newbie in NDIS. Anyone can tell me how to write an IM driver to change header of IGMP packets which send from (or come to) a WindowsXP Client....
leanhtuan3636
Offline Send Email
Apr 7, 2006
3:25 pm
7366
Hi, I'm doing the HCT , test my IM driver which is modified from PASSTHRU in ddk2003. I need to filter the packets in MpSendPackets(), I do it as that JUST ...
ze zefeng
xingchen98@...
Send Email
Apr 13, 2006
11:33 am
7367
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of ze zefeng Sent: Thursday, April 13, 2006 7:29 AM To:...
Thomas F. Divine
pcatom
Offline Send Email
Apr 13, 2006
3:46 pm
7368
Hi, Thomas Unfortunately, I do it that 'call NdisMSendComplete with NDIS_STATUS_SUCCESS for all packets ' , Pc still hang !...
ze zefeng
xingchen98@...
Send Email
Apr 14, 2006
1:05 pm
7369
The description of the Performance Blast is: "This does a Performance blast test with directed addresses. This has the test and support cards both sending...
Thomas F. Divine
pcatom
Offline Send Email
Apr 14, 2006
1:59 pm
Messages 7340 - 7369 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help