From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 24 07:21:03 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FEC16A4DC for ; Fri, 24 Dec 2004 07:21:03 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5679943D39 for ; Fri, 24 Dec 2004 07:21:03 +0000 (GMT) (envelope-from sanjaymakadia@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so100260wra for ; Thu, 23 Dec 2004 23:21:02 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=rg9sEIvvMspQW6WL1W1nAtqH+3asnLmPGR1RYy4yibUrUIjWfMRm8IfuobpD7OVXWaeaS5dsVLqqNe3a1ZcHmmLXIV41Xe5RFD/JIPgmM6e2Gxt4xdxW9kx7mtYgnshLg0yHdhKWQqqiutYyKAGF7324/veCJ/LUfq5zzeConZg= Received: by 10.54.6.69 with SMTP id 69mr385450wrf; Thu, 23 Dec 2004 23:21:02 -0800 (PST) Received: by 10.54.48.1 with HTTP; Thu, 23 Dec 2004 23:21:02 -0800 (PST) Message-ID: Date: Fri, 24 Dec 2004 07:21:02 +0000 From: Sanjay Makadia To: freebsd-mobile@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: ndis wrapper question X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sanjay Makadia List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 07:21:03 -0000 ---------- Forwarded message ---------- From: Sanjay Makadia Date: Fri, 24 Dec 2004 06:19:37 +0000 Subject: ndis wrapper question To: freebsd-emulation@freebsd.org 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.