Tech Support > Microsoft Windows > Drivers > Re: virtual network driver
Re: virtual network driver
Posted by Stephan Wolf on August 16th, 2003


I doubt TCP/IP won't work *locally* if no cable is plugged in to the
network card(s), i.e. "localhost" (127.0.0.1) should always be
available. Thus, the following command should always work:

ping localhost

Also, network card drivers (i.e. NDIS miniport drivers) do not call
AddDevice() and alike. The NDIS Wrapper library (ndis.sys) takes care
of any driver loading issues.

Stephan
---
On Sun, 17 Aug 2003 00:42:36 +0800, "Alan" <fghfhf@ghfh.com> wrote:


Similar Posts