From owner-freebsd-emulation@FreeBSD.ORG Fri Dec 24 06:19:38 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B1C16A4CE for ; Fri, 24 Dec 2004 06:19:38 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 137F843D1D for ; Fri, 24 Dec 2004 06:19:38 +0000 (GMT) (envelope-from sanjaymakadia@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so97550wra for ; Thu, 23 Dec 2004 22:19:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=KkkPpwVA4hcabDRCWorrss1JnLfa8v3VGj7XFACHlNuLreqK7qPiU/I+LLcMRvCjwImKwVxzUMpsblara6ILQxs8+ugIgbRTapVWzbYkejIPCw0YWtcQJaB0m72Ed3xg4hvcFTxMKtvLCMSlWnAczPDgmiMWvMfaaY8EZWAfnIg= Received: by 10.54.6.61 with SMTP id 61mr370594wrf; Thu, 23 Dec 2004 22:19:37 -0800 (PST) Received: by 10.54.48.1 with HTTP; Thu, 23 Dec 2004 22:19:37 -0800 (PST) Message-ID: Date: Fri, 24 Dec 2004 06:19:37 +0000 From: Sanjay Makadia To: freebsd-emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ndis wrapper question X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sanjay Makadia List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 06:19:38 -0000 I am using freebsd 5.3 with ndis support. I am using netgear wg311 wireless pci card. I was able to load the ndis module and it was able to recognize my pci card. I can use it perfectly fine when i am browsing on the internet. However when i try to download a binary file, the ndis driver gets stuck after some time and becomes unresponsive. I have to unload the module and reload it to make it work. I am sure i am missing some configuration. Here is the output i am getting for ifconfig ndis0: freebsd# ifconfig ndis0 ndis0: flags=8843 mtu 1500 inet6 fe80::20f:b5ff:fe06:e3a3%ndis0 prefixlen 64 scopeid 0x4 inet 192.168.2.51 netmask 0xffffff00 broadcast 192.168.2.255 ether 00:0f:b5:06:e3:a3 media: IEEE 802.11 Wireless Ethernet autoselect status: associated ssid MSHOME 1:MSHOME channel 6 authmode OPEN powersavemode OFF powersavesleep 100 rtsthreshold 2312 protmode CTS wepmode OFF weptxkey 1 Thank for your help in advance. -Sanjay.