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 to share photos of your group with the world? 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 7766 - 7795 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7766
Hello Under Windows 2K/XP/2003 I am used to modify the load order of NIC drivers and TCPIP driver so that NIC drivers and TCPIP.SYS (and the drivers that those...
Zachary Azoulay
zaz0u@...
Send Email
Jan 8, 2007
10:41 pm
7767
Dear NDIS gurus, We saw this behavior on Vista in our IM driver, which is based off the passthru NDIS 5.1 DDK sample. Even though we specifically call ...
alexpojoga
Offline Send Email
Jan 9, 2007
12:58 pm
7768
Hello, In my TDI driver I hook ClientEventReceive for a TDI client and when my callback is called, I'm calling the callback of the client and save the returned...
Cristi
wtherapy
Offline Send Email
Jan 10, 2007
3:11 pm
7769
Does anybody know where the MAC addresses for all the interfaces for a machine are stored in the registry on Windows? I looked up in registry, but could not...
sanjayc.rm
Offline Send Email
Jan 11, 2007
11:09 pm
7770
... [PCAUSA] The code at this URL illustrates registry mining for some NDIS information: http://pcausa.com/Utilities/macaddr2.htm Registry mining illustrated...
Thomas F. Divine
pcatom
Offline Send Email
Jan 11, 2007
11:26 pm
7771
January 13, 2007 - I have made some improvements to the SniffUSB 2.0 MFC application. The original V1.8 application made an incorrect device "Present"...
Thomas F. Divine
pcatom
Offline Send Email
Jan 13, 2007
11:59 pm
7772
Hello, anybody has any idea what happened to this function in WDK 6000 ( the last one, supporting Vista and so on )? It's not available even when compiling...
Cristi
wtherapy
Offline Send Email
Jan 16, 2007
2:27 pm
7773
... [PCAUSA] You will probably need to modify your sources file to get this to work. WDK 6000 still includes the Passthru sample and it still includes the FDDI...
Thomas F. Divine
pcatom
Offline Send Email
Jan 16, 2007
4:03 pm
7774
Hello; I recently upgraded my LAN to gigabit ethernet. In an attempt to ascertain my newly found network performance, I can across ttcp for OS X and pcausa's...
Hal M. Staniloff
hal@...
Send Email
Jan 22, 2007
12:38 am
7775
What network card are you using on the PC (brand, model)? Performance is highly affected by a number of factors, including the miniport driver of the network...
Gianluca Varenni
gianluca_var...
Offline Send Email
Jan 22, 2007
5:05 pm
7776
I purchased the DLink DGE-560T Gigabit PCi Express Network Adapter and disabled the onboard 10/100 ethernet card. Hal...
Hal M. Staniloff
hal@...
Send Email
Jan 22, 2007
8:59 pm
7777
Hi all, I am a new developer about TDI driver, now i am developping a client TDI driver on Windows 2k & XP, but there is one problem that is the...
Richard Zhang
richardone163
Offline Send Email
Jan 23, 2007
2:41 pm
7778
Debugging such issues is usually quite complicated. If I were in you I would probably look at what the CPU is doing when is loaded (system process? kernel or...
Gianluca Varenni
gianluca_var...
Offline Send Email
Jan 23, 2007
4:28 pm
7779
Hi, I'm testing NDISCope v5.5.18.05 with Vista and a NDIS 5.5 driver (XP version) for an USB Wireless device. If radio is connected I can't obtain an IP from...
rhodan_terra
Offline Send Email
Jan 24, 2007
2:36 pm
7780
Hello all, I have modified Windows DDK NDISPROT example to set OID_802_11_BSSID_LIST_SCAN . It is successful. After 6-7 seconds, I query the driver with...
hash_defined
Offline Send Email
Jan 25, 2007
2:14 pm
7781
Hi all, We tried to uninstall ndis MUX intermediate driver(Available in DDK samples) from the Local area connection properties.It clears all the protocols from...
Harsha HS
harsha_highs...
Offline Send Email
Feb 1, 2007
3:08 pm
7782
The MUX driver has a companion Notify Object. The NO performs most of the work related to controlling the bindings to your driver during installation and...
Thomas F. Divine
pcatom
Offline Send Email
Feb 1, 2007
4:44 pm
7783
if i install 32-bit PCA driver on X64 platform(e.g. Vista 64), can my program work normally? Thanks! ...
zheng cheng
christie8208
Offline Send Email
Feb 3, 2007
2:48 am
7784
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of zheng cheng Sent: Friday, February 02, 2007 9:48 PM To:...
Thomas F. Divine
pcatom
Offline Send Email
Feb 3, 2007
3:02 am
7785
Hi, We are trying out to install passthru driver on WM5 Pocket PC. So far We have - 1) created a registry setting under the HKEY_LOCAL.../Comm/ 2) signed the...
vishalgupta95back
vishalgupta9...
Offline Send Email
Feb 8, 2007
3:31 pm
7786
I try to run Ndiscope.exe for x64 on Vista 64, firstly, i copy PCAMp50a64.sys and PCASp50a64.sys to %System%/driver/, then copy Ndiscope.exe ,W64N55.dll and...
zheng cheng
christie8208
Offline Send Email
Feb 10, 2007
4:07 pm
7787
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of zheng cheng Sent: Saturday, February 10, 2007 3:44 AM To:...
Thomas F. Divine
pcatom
Offline Send Email
Feb 10, 2007
8:44 pm
7788
Hi All; I want to develop a NDIS driver for windows vista. How much it is different from Win XP and Win2003 ? I have already developed the driver for XP and...
ashish bhargava
ashishbhargava
Offline Send Email
Feb 12, 2007
3:46 am
7789
Hi Vishal, I was facing the same problem you have mentioned. The issue is because of the definition file not getting included by the linker. Copy the ...
hash_defined
Offline Send Email
Feb 12, 2007
1:35 pm
7790
The Vista Windows Driver Kit (WDK) Network Design Guide includes the topic "Porting NDIS 5.x Drivers to NDIS 6.0" that should give you a start. Information...
Thomas F. Divine
pcatom
Offline Send Email
Feb 12, 2007
3:29 pm
7791
Thomas, Is there any documentation available (even source code) for adding a property page to a NDIS protocol driver (similar to tcpip) ? thanks kanna...
r_kanna
Offline Send Email
Feb 13, 2007
2:36 am
7792
If you don't need anything fancy, you can use a Notify Object to add information to NDIS component's property page. Take a look at the DDK/WDK MUX Notify...
Thomas F. Divine
pcatom
Offline Send Email
Feb 13, 2007
4:26 am
7793
Thanks Thomas, I have downloaded the WDK evaluation version from the Microsoft site. It doesn't contain the documentation. I was trying to install the sample...
ashish bhargava
ashishbhargava
Offline Send Email
Feb 14, 2007
3:39 pm
7794
I am surprised that there is no documentation. That is a problem. Documentation should be on line, however. Build NDIS 5 IM Filter drivers using the Windows XP...
Thomas F. Divine
pcatom
Offline Send Email
Feb 14, 2007
3:48 pm
7795
Hi, A Native Wifi API call may fail when a caller does not have adequate permissions. By default, only a user who is logged on as a member of the...
³¢¤å¤t
alex9662
Offline Send Email
Feb 14, 2007
5:58 pm
Messages 7766 - 7795 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