阅读:1061回复:1
Problem with teaming driver in W2k
回应的第 1-10 项留言
后3项 跳到 [ 最新回应 ] Message 1 in thread 寄件者:Minfeng Li (minfeng@resonate.com) 主旨:Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-02 11:49:44 PST My problem is how to insert my filter driver between the PRO/100 and the Intel teaming driver. If I create a team first and the teaming driver does not allow my filter driver to bind the the PRO/100. Currently, the work around is to install my filter driver first and then install the teaming driver. The problem is that my installation program will break into two steps if customer uses Intel teaming driver: 1. Remove the team and run installation to install my software. 2. Recreate the team. Since I don\'t have this issue with other vendor\'s teaming drivers, I think there should be a way to allow the insertion of another filter driver between the PRO/100 and the Intel teaming driver. I\'ve gone through the registry settings and I could not work it out. Anybody has any idea? Thanks in advance. Minfeng Message 2 in thread 寄件者:Intel\\(R\\) Customer Support Joe M. (support@mailbox.intel.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-05 18:12:32 PST Hello: Are you working with a protocol analyzer? I am curious why you would want your software to reside between the NIC and the teaming software instead of on top of the virtual adapter. If you can give detail as to exactly what you program is doing and the response it is getting I can pass your query along to engineering. They will also want to know the PWA# of the adapters you are working with and version of the drivers from the teaming adapter and hardware adapters. Regards, ============================ Joe M. MCSE, CCNA Internet Support Engineer Networking Products Intel(R) Customer Support http://support.intel.com support@mailbox.intel.com *All other brands & names are the property of their respective owners. \"Minfeng Li\" <minfeng@resonate.com> wrote in message news:3A7B0E6A.E3FDC72@resonate.com... > My problem is how to insert my filter driver between the PRO/100 and the Intel > teaming driver. If I create a team first and the teaming driver does not allow > my filter driver to bind the the PRO/100. Currently, the work around is to > install my filter driver first and then install the teaming driver. The problem > is that my installation program will break into two steps if customer uses Intel > teaming driver: 1. Remove the team and run installation to install my software. > 2. Recreate the team. > > Since I don\'t have this issue with other vendor\'s teaming drivers, I think there > should be a way to allow the insertion of another filter driver between the > PRO/100 and the Intel teaming driver. I\'ve gone through the registry settings > and I could not work it out. > > Anybody has any idea? > > Thanks in advance. > Minfeng Message 3 in thread 寄件者:Minfeng Li (minfeng@resonate.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-05 18:53:29 PST Hi, My NDIS intermedia driver intercept traffic between NIC and TCP/IP drivers. I can put my driver on top of Intel Teaming driver by changing its lower edge from ndis5 to ethernet. However, I prefer to install it under the teaming driver because it is more efficient for my driver to intercept packets. The adapter Intel PRO/100+ Dual Port Server Adapter and its driver is e100bnt5.sys dated 1/27/2000. And the teaming driver is iansw2k.sys dated 7/01/2000. My question is this can be done by changing some registry entries, or the solution is deep in the setup dll module. I appreciate your quick reply. Thanks, Minfeng Li \"Intel(R) Customer Support Joe M.\" wrote: > > Hello: > > Are you working with a protocol analyzer? I am curious why you would want > your software to reside between the NIC and the teaming software instead of > on top of the virtual adapter. If you can give detail as to exactly what you > program is doing and the response it is getting I can pass your query along > to engineering. They will also want to know the PWA# of the adapters you are > working with and version of the drivers from the teaming adapter and > hardware adapters. > > Regards, > > ============================ > Joe M. > MCSE, CCNA > Internet Support Engineer > Networking Products > Intel(R) Customer Support > http://support.intel.com > support@mailbox.intel.com > > *All other brands & names are the property of their respective owners. > > \"Minfeng Li\" <minfeng@resonate.com> wrote in message > news:3A7B0E6A.E3FDC72@resonate.com... > > My problem is how to insert my filter driver between the PRO/100 and the Intel > > teaming driver. If I create a team first and the teaming driver does not allow > > my filter driver to bind the the PRO/100. Currently, the work around is to > > install my filter driver first and then install the teaming driver. The problem > > is that my installation program will break into two steps if customer uses Intel > > teaming driver: 1. Remove the team and run installation to install my software. > > 2. Recreate the team. > > > > Since I don\'t have this issue with other vendor\'s teaming drivers, I think there > > should be a way to allow the insertion of another filter driver between the > > PRO/100 and the Intel teaming driver. I\'ve gone through the registry settings > > and I could not work it out. > > > > Anybody has any idea? > > > > Thanks in advance. > > Minfeng Message 4 in thread 寄件者:Intel\\(R\\) Customer Support Joe M. (support@mailbox.intel.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-07 12:42:56 PST Hello: I looked into this. I do not think it is going to be possible to get the filter driver in without breaking the team first. I tried a number of different ways with some filter drivers and they were all unsuccessful. The tie between the NIC driver and the Team driver is so tight that I do not believe there is a way to get a filter driver in-between without completely reconfiguring the team. Regards, ============================ Joe M. MCSE, CCNA Internet Support Engineer Networking Products Intel(R) Customer Support http://support.intel.com support@mailbox.intel.com *All other brands & names are the property of their respective owners. \"Minfeng Li\" <minfeng@resonate.com> wrote in message news:3A7F668F.BD49A924@resonate.com... > Hi, > > My NDIS intermedia driver intercept traffic between NIC and TCP/IP drivers. I > can put my driver on top of Intel Teaming driver by changing its lower edge from > ndis5 to ethernet. However, I prefer to install it under the teaming driver > because it is more efficient for my driver to intercept packets. The adapter > Intel PRO/100+ Dual Port Server Adapter and its driver is e100bnt5.sys dated > 1/27/2000. And the teaming driver is iansw2k.sys dated 7/01/2000. > > My question is this can be done by changing some registry entries, or the > solution is deep in the setup dll module. > > I appreciate your quick reply. > > Thanks, > Minfeng Li > > \"Intel(R) Customer Support Joe M.\" wrote: > > > > Hello: 观看文件全部内容 (仍有 62 行) Message 5 in thread 寄件者:Minfeng Li (minfeng@resonate.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-07 15:12:33 PST Hi Joe, Is there any particular reason that Intel Team driver does not allow the installation of another filter driver. Can that be an option of allowing another filter driver when Intel upgrade its of team driver? This should be doable because other vendors allow such installation. I appreciate your help. Minfeng Li \"Intel(R) Customer Support Joe M.\" wrote: > > Hello: > > I looked into this. I do not think it is going to be possible to get the > filter driver in without breaking the team first. I tried a number of > different ways with some filter drivers and they were all unsuccessful. The > tie between the NIC driver and the Team driver is so tight that I do not > believe there is a way to get a filter driver in-between without completely > reconfiguring the team. > > Regards, > > ============================ > Joe M. > MCSE, CCNA > Internet Support Engineer > Networking Products > Intel(R) Customer Support > http://support.intel.com > support@mailbox.intel.com > > *All other brands & names are the property of their respective owners. > > \"Minfeng Li\" <minfeng@resonate.com> wrote in message > news:3A7F668F.BD49A924@resonate.com... > > Hi, > > > > My NDIS intermedia driver intercept traffic between NIC and TCP/IP drivers. I > > can put my driver on top of Intel Teaming driver by changing its lower edge from > > ndis5 to ethernet. However, I prefer to install it under the teaming driver > > because it is more efficient for my driver to intercept packets. The adapter > > Intel PRO/100+ Dual Port Server Adapter and its driver is e100bnt5.sys dated 观看文件全部内容 (仍有 74 行) Message 6 in thread 寄件者:Intel\\(R\\) Customer Support Joe M. (support@mailbox.intel.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-07 23:36:03 PST Hello: I went back and have been doing some research on the software. It should be possible but you will need to modify both the service and the driver. Can you give me a run down of EXACTLY what you are changing? I do not have a reference implementation you can look at, so we need to just stumble through this. I feel that you knowing your software and me knowing the teaming software, we should be able to hammer something out. BTW: What other teaming software are you able to do this with? Regards, ============================ Joe M. MCSE, CCNA Internet Support Engineer Networking Products Intel(R) Customer Support http://support.intel.com support@mailbox.intel.com *All other brands & names are the property of their respective owners. \"Minfeng Li\" <minfeng@resonate.com> wrote in message news:3A81D597.C01D3C8@resonate.com... > Hi Joe, > > Is there any particular reason that Intel Team driver does not allow the > installation of another filter driver. Can that be an option of allowing another > filter driver when Intel upgrade its of team driver? This should be doable > because other vendors allow such installation. > > I appreciate your help. > > Minfeng Li > > \"Intel(R) Customer Support Joe M.\" wrote: > > > > Hello: > > > > I looked into this. I do not think it is going to be possible to get the > > filter driver in without breaking the team first. I tried a number of > > different ways with some filter drivers and they were all unsuccessful. The > > tie between the NIC driver and the Team driver is so tight that I do not > > believe there is a way to get a filter driver in-between without completely > > reconfiguring the team. 观看文件全部内容 (仍有 117 行) Message 7 in thread 寄件者:Minfeng Li (minfeng@resonate.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-08 17:12:15 PST Hi Joe, The teaming software that works with my installation is Compaq Teaming driver for W2k. When I ran my installation program with 3COM driver, I got the same error as Intel teaming driver. That is \"Error open registry key\". One thing that is different between 3COM and Intel teaming driver is that I can go to NIC icon and bind my driver to the 3COM with Network Control Panel. I can\'t do the same thing to Intel NIC no matter how I tried. I appreciate your help. Thanks, Minfeng \"Intel(R) Customer Support Joe M.\" wrote: > > Hello: > > I went back and have been doing some research on the software. It should be > possible but you will need to modify both the service and the driver. Can > you give me a run down of EXACTLY what you are changing? I do not have a > reference implementation you can look at, so we need to just stumble through > this. I feel that you knowing your software and me knowing the teaming > software, we should be able to hammer something out. BTW: What other teaming > software are you able to do this with? > > Regards, > > ============================ > Joe M. > MCSE, CCNA > Internet Support Engineer > Networking Products > Intel(R) Customer Support > http://support.intel.com > support@mailbox.intel.com > > *All other brands & names are the property of their respective owners. > > \"Minfeng Li\" <minfeng@resonate.com> wrote in message > news:3A81D597.C01D3C8@resonate.com... > > Hi Joe, > > > > Is there any particular reason that Intel Team driver does not allow the > > installation of another filter driver. Can that be an option of allowing another > > filter driver when Intel upgrade its of team driver? This should be doable > > because other vendors allow such installation. > > 观看文件全部内容 (仍有 132 行) Message 8 in thread 寄件者:Intel\\(R\\) Customer Support Joe M. (support@mailbox.intel.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-08 18:42:14 PST Hello: Have tried logging registry changes to see what key is attempting to open when the error occurs? It is possible that a key you are trying to modify has a lock on it due to the teaming software. We may be able to find a way to get the lock to release or work around it. What version of the Compaq* teaming software are you using? Regards, ============================ Joe M. MCSE, CCNA Internet Support Engineer Networking Products Intel(R) Customer Support http://support.intel.com support@mailbox.intel.com *All other brands & names are the property of their respective owners. \"Minfeng Li\" <minfeng@resonate.com> wrote in message news:3A83441A.BA05BC64@resonate.com... > Hi Joe, > > The teaming software that works with my installation is Compaq Teaming driver > for W2k. When I ran my installation program with 3COM driver, I got the same > error as Intel teaming driver. That is \"Error open registry key\". One thing that > is different between 3COM and Intel teaming driver is that I can go to NIC icon > and bind my driver to the 3COM with Network Control Panel. I can\'t do the same > thing to Intel NIC no matter how I tried. > > I appreciate your help. > > Thanks, > Minfeng > > \"Intel(R) Customer Support Joe M.\" wrote: > > > > Hello: > > > > I went back and have been doing some research on the software. It should be > > possible but you will need to modify both the service and the driver. 观看文件全部内容 (仍有 187 行) Message 9 in thread 寄件者:Minfeng Li (minfeng@resonate.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-09 11:43:28 PST Hi Joe, I\'ve checked the log and I could not find anything from there. I tried to install W2k DDK\'s sample driver, passthru.sys. I didn\'t get the error but I could not install it either. I\'ve been told this could be in your notify object dll that will adjust the binding whenever there is changes to it. The Compaq Teaming driver version is 3.22. I appreciate your help. Minfeng Li \"Intel(R) Customer Support Joe M.\" wrote: > > Hello: > > Have tried logging registry changes to see what key is attempting to open > when the error occurs? It is possible that a key you are trying to modify > has a lock on it due to the teaming software. We may be able to find a way > to get the lock to release or work around it. What version of the Compaq* > teaming software are you using? > > Regards, > > ============================ > Joe M. > MCSE, CCNA > Internet Support Engineer > Networking Products > Intel(R) Customer Support > http://support.intel.com > support@mailbox.intel.com > > *All other brands & names are the property of their respective owners. > > \"Minfeng Li\" <minfeng@resonate.com> wrote in message > news:3A83441A.BA05BC64@resonate.com... > > Hi Joe, > > > > The teaming software that works with my installation is Compaq Teaming driver > > for W2k. When I ran my installation program with 3COM driver, I got the same > > error as Intel teaming driver. That is \"Error open registry key\". One thing that > > is different between 3COM and Intel teaming driver is that I can go to NIC icon > > and bind my driver to the 3COM with Network Control Panel. I can\'t do the 观看文件全部内容 (仍有 201 行) Message 10 in thread 寄件者:Intel\\(R\\) Customer Support Joe M. (support@mailbox.intel.com) 主旨:Re: Problem with teaming driver in W2k 新闻群组:intel.network.adapters View this article only 日期:2001-02-11 02:31:57 PST Hello: A simple thing to do is setup the software in the way it works and export the registry. Then setup the team without your filter driver and export the registry once again. Install the software in the way that it breaks. Compare each of the registries against each other. This might give some insight into your issue. Also, Windows* 2000 allows extensive auditing of the registry. Auditing the install process while the team is present might also add to your understanding of the issue at hand. Basically, for me to bring this issue to our engineering department, I need some thing specific. I need to know what our software is or is not doing that you feel it should and why you feel that this behavior should be changed. Regards, ============================ Joe M. Intel Customer Support *All other brands & names are the property of their respective owners. \"Minfeng Li\" <minfeng@resonate.com> wrote in message news:3A844890.2AB351F1@resonate.com... > Hi Joe, > > I\'ve checked the log and I could not find anything from there. I tried to > install W2k DDK\'s sample driver, passthru.sys. I didn\'t get the error but I > could not install it either. I\'ve been told this could be in your notify object > dll that will adjust the binding whenever there is changes to it. > > The Compaq Teaming driver version is 3.22. > > I appreciate your help. > > Minfeng Li > > \"Intel(R) Customer Support Joe M.\" wrote: > > > > Hello: > > > > Have tried logging registry changes to see what key is attempting to open > > when the error occurs? It is possible that a key you are trying to modify > > has a lock on it due to the teaming software. We may be able to find a way > > to get the lock to release or work around it. What version of the Compaq* 观看文件全部内容 (仍有 257 行) -------------------------------------------------------------------------------- 后3项 跳到 [ 最新回应 ] ?2002 Google |
|
|
沙发#
发布于:2002-05-23 23:28
不是都build 完了吗,怎么又开始了?
|
|
|