With respect to posting a bug report I say again that after having posted many bug reports, (many of them repeated), over the years, virtually every single, one of them has been a complete waste of time.
Not my experience, at all. You DO have to take the time to properly create a report. As I said earlier, a report that says "It doesn't work", with no supporting documentation, or description of what doesn't work, will often be ignored. Many people also fail to follow up and answer the developers questions. I don't blame them, at all, for ignoring such reports.
No errors showed up... at least during the install. If there are logs to look at, I know not of them.
Which "install" are you talking about. The WarpIn installer simply puts the proper files in place (look at the WarpIn log). You then have to use the Adapters and Protocols tool (AKA MPTS), or the new NAPS tool (which is broken in eCS 2.2 beta), to configure the Network, or manually change PROTOCOL.INI (correctly), to "install" the NIC. You may also need to do the complete power off (pull the plug, and remover the battery, if it is a laptop, to get the NIC reset so that it will communicate over the cable).
both have yielded the exact same results; TCP/IP works, no MPTN.
What do you mean by "no MPTN"? There is TCPIP, and there is NETBIOS. I assume you mean no "MultiProtocol Transport Services", but that isn't true, because you say that TCP/IP works. So, the bug is probably that NETBIOS is not working. I need to see if I can set up a couple of machines with that installed, and try it (it has been many years).
Neil, I just did a "netstat -n" as you suggested and the physical address is indeed set to a whole bunch of zeros!
Now, the question is, how do I find out the physical address, (MAC address), of my card? I have always used "netstat -n" to get it.
Do you have another OS installed? Try using that to find the MAC address. If not, just create a number that is not all zeros, with the same number of digits, and use that. The all zeros MAC address is, in fact, a valid MAC address, however, it seems that many routers will, incorrectly, reject it as being invalid. It can also cause a problem, if there are two, or more, of them doing the same thing, on the same subnet.
In Linux, you can do this:
As the root user (or user with appropriate permissions)
Type "ifconfig -a"
From the displayed information, find eth0 (this is the default first Ethernet adapter)
Locate the number next to the HWaddr. This is your MAC address
So now, after much prompting, it seems that we have a suspect area to investigate (NETBIOS, and/or the all zeros MAC address). If your other problem reports went like this, it is not surprising that you have not had good results from making problem reports.