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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 7690 - 7719 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7690
Hello! I got a problem on WindowsXP. On PC1, I use the "W32N_GetFirstAdapterRegistryInfo" to get adapter information from Registry, but the return value is...
amy.lee0531
Offline Send Email
Nov 2, 2006
3:21 pm
7691
You need to change from using the W32N_GetFirstAdapterRegistryInfo functions to use the SetupDi functions. Although registry mining worked OK for Windows NT...
Thomas F. Divine
pcatom
Offline Send Email
Nov 2, 2006
3:33 pm
7692
Does anyone know if there are APIs in SDK/DDK to find out the list of adapters (partners) that are part of a layer 2 network bridge on Windows Xp/2000,...
sanjayc.rm
Offline Send Email
Nov 7, 2006
1:28 am
7693
Hello! I have found the root cause. Edit the Windows Registry. Check the image path of the PLCNDIS5 services keys from all the ...
amy.lee0531
Offline Send Email
Nov 7, 2006
3:55 am
7694
I will be doing some work using the Network Bridge in the next few days. I'll try to see if I can find some helpful information for you. My initial suggestion...
Thomas F. Divine
pcatom
Offline Send Email
Nov 7, 2006
6:11 am
7695
Dear all, I used VS 6.0 and NT DDK to build up my device driver, now I am trying to develop them with VS. NET 2003 and XP DDK, but I failed, below is my...
Viet Nguyen
vietnguyen_alviet@...
Send Email
Nov 7, 2006
2:00 pm
7696
First the XP DDK is obsolete. Second from the question it sounds like you are using the compiler directly (versus using DDKbuild or a similar script). Bottom...
Don Burn
don_burn
Offline Send Email
Nov 7, 2006
2:10 pm
7697
hi, everybody I have a 100M NIC without any capability of TCP/IP task offload. I also wrote a NDIS6 miniport driver for it. When I do DTM test, when it run...
 
yee_zju
Offline Send Email
Nov 8, 2006
2:29 am
7698
If you contact WHQL and tell them your NIC doesn't support offload, you should be able to get an exception. They tend to assign incident IDs for things like...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 8, 2006
2:39 am
7699
Hi, In the connect completion routine (i.e. TDIH_TdiConnectComplete), I'd like to: 1) Get the connection object from the parameters 2) Building my own Irp...
marc_nikko
Offline Send Email
Nov 10, 2006
12:31 am
7700
The TdiRedir sample may give some helpful insight. Examine the TDIH_TdiConnect and the TDIH_RedirectConnection routines. Although TDIH_TdiConnect is, of...
Thomas F. Divine
pcatom
Offline Send Email
Nov 10, 2006
2:53 am
7701
Hi, I need to stop the "WLAN AutoConfig" service manually in VISTA. Do you konw how to disable the "WLAN AutoConfig" service in the VISTA? How to do it in the...
³¢¤å¤t
alex9662
Offline Send Email
Nov 10, 2006
2:07 pm
7702
Hi, When I executed the "Ndiscope.exe" which is in the path "\PCADev\Rawether\1804\Bin\ProgramFiles\x86\". I cannot find any network adapter information in the...
³¢¤å¤t
alex9662
Offline Send Email
Nov 10, 2006
2:17 pm
7703
... [PCAUSA] This is almost certainly an installation problem. ODIScope does _NOT_ use W32N55 DLL. So, you need to put the W32N55 MACEnum code back the way it...
Thomas F. Divine
pcatom
Offline Send Email
Nov 10, 2006
2:38 pm
7704
Rawether uses the Service Control Manager (SCM) to manage the "WZCSVC" service. If you have Rawether SDK, take a look at the NDIScope WZC_page.cpp module. It...
Thomas F. Divine
pcatom
Offline Send Email
Nov 10, 2006
2:44 pm
7705
Does anyone know of any outstanding bugs in the passthru sample? Thanks. -Steve...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 10, 2006
5:45 pm
7706
Depends on which version of Passthru you are using. In 3790 DDK there was a bug in PtReceiveComplete related to handling MPDeviceState. A fix is outlined...
Thomas F. Divine
pcatom
Offline Send Email
Nov 10, 2006
7:06 pm
7707
Cool, thanks. I was actually referring to the one in the WDK. Thanks for the help, Thomas. -sd...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 10, 2006
8:53 pm
7708
Hello all, I am new to driver development. I am looking at the DDK examples and I have doubt. Is it possible to implement a NDIS IM driver which will act as...
hash_defined
Offline Send Email
Nov 13, 2006
12:54 pm
7709
What are you trying to do? In most (but not all) ways, Filter is a special case of MUX. But you might find it easier to separate your code into two drivers,...
Steve Dispensa
stevedpositive
Offline Send Email
Nov 13, 2006
3:50 pm
7710
Hi, In Windows Vista, I copy the two drivers in to the %Windows%\System32 \Drivers folder. Then I executed the "NDIScope.exe", but the Adapter list is empty. I...
³¢¤å¤t
alex9662
Offline Send Email
Nov 14, 2006
2:53 pm
7711
I have added a support page that describes "Installing Rawether V5.5.18.04 on Windows Vista". It is located at the URL: ...
Thomas F. Divine
pcatom
Offline Send Email
Nov 15, 2006
4:59 am
7712
Hi Steve et al, Thanks for the info. I have a wireless LAN adapter on my device and I want to create one more virtual adapter. All applications will use the...
hash_defined
Offline Send Email
Nov 15, 2006
2:28 pm
7713
... [PCAUSA] I would recommend doing all the work in one NDIS MUX driver. ... [PCAUSA] Yes, but I wouldn't recommend going that route unless you have good ...
Thomas F. Divine
pcatom
Offline Send Email
Nov 15, 2006
4:10 pm
7714
November 15, 2006 - On x64-based versions of Windows Vista NDIS protocol drivers simply will not be loaded unless they are digitally signed. Fortunately,...
Thomas F. Divine
pcatom
Offline Send Email
Nov 16, 2006
6:08 am
7715
Hello, In the Connection Completion Routine (TDIH_TdiConnectComplete), I would like to use the established Connection to send data. To try to accomplish this,...
marc_nikko
Offline Send Email
Nov 17, 2006
1:12 pm
7716
Thomas - I didnt find anything useful in DDK BindView app. Actually, I found out that the output of this command: "netsh bridge show adapter" is what I am...
sanjayc.rm
Offline Send Email
Nov 18, 2006
3:00 am
7717
Hello, I am just starting to develop a simple network sniffer for the Windows Mobile platform. For now, all I want to do is to find out what wireless networks...
Harshal
mumbaiyaa
Offline Send Email
Nov 18, 2006
10:02 pm
7718
FYI, KeWaitForSingleObject() caused a ATTEMPTED_SWITCH_FROM_DPC Bugcheck. ATTEMPTED_SWITCH_FROM_DPC (b8) A wait operation, attach process, or yield was...
marc_nikko
Offline Send Email
Nov 22, 2006
6:08 am
7719
Hi, I used the manual to install, load, and use the TDIRedir driver. However, I am not sure how to unload the TDIRedir driver. Does anyone know how I can...
marc_nikko
Offline Send Email
Nov 22, 2006
6:14 am
Messages 7690 - 7719 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