Hi all I am developing a NDIS IM driver for win 2000.I am having problem installing in my driver on some systems it installs perfectly while on other's it...
... I'd say it's a bindings problem, and those are usually related to the INF. What DDK did you get the INF out of? I'd recommend finding a machine on which...
Hi Steve Thanks for replying. I am using the .inf file that comes with the passthru extended part 2 by Thomas F. Divine.I only replaced Passthru with the name...
hi all This is in continuity with earlier mails I got following messages when i was installing my driver on windows 2000 proffesional debug build (2195).while...
Hi hardeep, Just a crude way, go in the registry and remove all the entry related to the IM driver.... Good Luck, <yogi> ... Contact brides & grooms FREE! Only...
yatindra vaishnav
yatindr@...
Mar 2, 2004 2:57 pm
4492
In the driver it is important to change the "PassThru" string in three areas: 1.) SOURCES File - Targetname (Controls name of the binary) 2.) PassThru.c -...
Are you using the INF files (there are two of them for an IM driver install) that came with the (now deprecated) Windows 2000 DDK? If so, then it's netsf.inf...
Hello, Thomas, Thank you so much for your detailed instruction. I think the tool application is very good. I can use "OIDScope" to check BSSID and Radio...
Wireless Zero Configuration (WZC) only needs to be disabled _IF_ you plan to _SET_ information (control) the adapter. If you are just going to make queries to...
hi all Deleting the entry from the Registry gave the message that file not found during driver installation and it came after windows asked for the npfdrv.sys...
I know this is a seriously old driver but perhaps someone can help. On Win98(Retail), I have loaded the .vxd and it has bound to a USB/Ethernet adapter. If I...
I want to install driver under Win2000. I compiled it using win2000 ddk and install using .inf file. But it doesn't start. In the list of running drivers...
Yes, PassThru does install on Windows 2000. I just tried it to be sure (because I work most often on Windows XP). HOWEVER, I installed PassThru using the INF...
There is yet another script-kiddie out there writing viruses. A new one says it is from PCAUSA.COM (or OSR.COM, etc...). It has subject: Subject: Important...
Jim, I haven't seen this in vendor specific OIDs either.. I know for sure that for the Atheros radios, noise floor is a constant value (if I remember correctly...
Baris: I don't see how this could be true. The netstumbler app shows noise fluctuating independently from the signal level. The RSSI corresponds to the...
I'm not familiar with Netstumbler but some client utilities (for example: Netgear or Proxim client utility), shows SNR instead of RSSI and that's what I was...
I recommend compile it with win 2000 build environment that comes with win 2003 DDK( build 3790 ) xter12_ls <xter12@...> wrote: I want to install driver...
Thanks and I have some further questions: I heard that if one wants to work with multiple hardware cards, the best bet is to use NDISUIO interface. Does PCAUSA...
... Whoever said "I heard that if one wants to work with multiple hardware cards, the best bet is to use NDISUIO interface." is simply trying to sell Microsoft...
Let me answer this question again now that I have had my breakfast... No, the current versions of PCAUSA products do not use WMI. Future versions will probable...
Hello, i've got two problems/questions about special TCP driver IOCTL named IOCTL_TCP_QUERY_INFORMATION_EX. ... 1) I would like to use this IOCTL to retreive...
Hi, Seems that PCAUSA passthru NDIS IM driver (version 616) is incompatible with Win2003 Network Load Balancing. If both are enabled, then "ipconfig.exe" does...
Have you setup the Load Balancing driver? In Network Control Panel select Load Balancing driver, then setup properties. IOW, was Load Balancing setup and...
Hello all I was wondering if there is support for TDI in Windows CE 4.x. I went thru quite a few docs but I wasnt able to find any conclusive info as to...
Hi rizzohuber, I wud suggest you to go for IPHlpapi for this purpose and i believe that is more than sufficient for your kind of requirements. Good Luck, ...
yatindra vaishnav
yatindr@...
Mar 6, 2004 3:24 pm
4514
Hi rizzohuber, I just told you to use the iphlpapi because there is a Comment on top of the same details from MS and then comment is as: "[The...
yatindra vaishnav
yatindr@...
Mar 6, 2004 3:25 pm
4515
No, I don't think TDI is used in CE. Winsock is the only TCP/IP API in CE. Thomas F. Divine...