- 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
- RE: Failed Virtual Device Driver (Performance/Maintainence) by Josh
- virtual device driver failed (Basics) by Rainy
- Free virtual driver - creating pdf (Software & Applications) by Mirek J.
- Virtual Tape Driver (Software & Applications) by
- USB to RS232 Serial virtual port driver (Drivers) by SBC

