From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: NDIS emulator Date: Thu, 07 Nov 2002 16:32:22 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3DCA6B66.5040201@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Cezar Cichocki wrote: > I'm looking for NDIS emulation for DOSEMU. Not available natively:( Must be implemented. > I've tried PKTDRV/PDETHER mix > and it works however it's unable to load ODINSUP (PDETHER provide > Ethernet_II only frames and ODINSUP requires also 802.2 and 802.3). Quote from the PDEther faq: --- Problem: "I'm trying to use the NDIS over ODI shim and it doesn't work." Solution: None, really. The NDIS shim requires an ODI driver which supports all of the Ethernet frame types, but PDEther only supports Ethernet_II. --- So it seems to me that you are at a dead-end here:(