Board index » Windows OS » PASSTHRU with ISDN adapter?
|
IrisRandom
|
|
IrisRandom
|
PASSTHRU with ISDN adapter?
Windows OS142
Has anyone tried to use PASSTHRU with an ISDN adapter? For me, it tries to bind, but then either double-free's the ADAPT structure, or simply fails loading with 'Code 10'. I have not yet modified the PASSTHRU example code. My ISDN adapter is using standard drivers provided with Windows 2000 Server. - |
| bburgin
Registered User |
Wed Sep 24 13:41:49 CDT 2003
Re:PASSTHRU with ISDN adapter?
------=_NextPart_0001_2D531EFC
Content-Type: text/plain Content-Transfer-Encoding: 7bit My initial thought is that it should work as long as the ISDN adapter is a standard NDIS miniport driver and your IM driver's FilterMediaTypes matches the ISDN driver's LowerRange. There might be an issue with the model that the ISDN adapter chose between the NDIS WAN model (NDIS v 4 and below) and the CoNDIS WAN model (NDIS v 5 and above) (see http://www.microsoft.com/whdc/hwdev/tech/network/CoNDIS-WAN.mspx for more information) and how the adapter miniport interfaces with the call manager. More information on the Adapter miniport might be helpful (NDIS version). Also, turning on NDIS tracing might be helpful. HTH, Bryan S. Burgin bburgin@microsoft.com This posting is provided "AS IS" with no warranties, and confers no rights. ------=_NextPart_0001_2D531EFC Content-Type: text/x-rtf Content-Transfer-Encoding: 7bit {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}} \viewkind4\uc1\pard\f0\fs20 \par My initial thought is that it should work as long as the ISDN adapter is a standard NDIS miniport driver and your IM driver's FilterMediaTypes matches the ISDN driver's LowerRange. There might be an issue with the model that the ISDN adapter chose between the NDIS WAN model (NDIS v 4 and below) and the CoNDIS WAN model (NDIS v 5 and above) (see http://www.microsoft.com/whdc/hwdev/tech/network/CoNDIS-WAN.mspx for more information) and how the adapter miniport interfaces with the call manager. More information on the Adapter miniport might be helpful (NDIS version). Also, turning on NDIS tracing might be helpful. \par \par HTH, \par \par Bryan S. Burgin \par bburgin@microsoft.com \par \par This posting is provided "AS IS" with no warranties, and confers no rights. \par \par } ------=_NextPart_0001_2D531EFC-- - |
| Hannes
Registered User |
Tue Sep 30 15:12:09 CDT 2003
Re:PASSTHRU with ISDN adapter?
Ok, I at least got the NDIS debug to show. I forgot that
WFC (Windows File Checler ro something like that) will put the original ndis.sys file right back again, preventing me from running the checked version of ndis.sys. My solution was to delete ndis.sys from the DLL cache (system32\dll cache\ndis.sys), then put in the checked version in system32\drivers\. I used the registry to configure the NDIS debug, but after loading the ndiskd.dll into WinDbg, I could also control it from there (now not requiring a reboot). Now my only issue is to get the actual PASSTHRU to work for ISDN....I have another, newer, posting on this newsgroup for that issue. Thanks, / Hannes. Quote-----Original Message----- |
