From owner-freebsd-questions@FreeBSD.ORG Thu Sep 2 01:50:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34AE716A4CE for ; Thu, 2 Sep 2004 01:50:37 +0000 (GMT) Received: from raadradd.homeunix.org (bwc77.neoplus.adsl.tpnet.pl [83.29.226.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861B843D5C for ; Thu, 2 Sep 2004 01:50:36 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by raadradd.homeunix.org (Postfix, from userid 1001) id 12452A562; Thu, 2 Sep 2004 03:50:34 +0200 (CEST) Date: Thu, 2 Sep 2004 03:50:33 +0200 From: Radek Kozlowski To: John DeStefano Message-ID: <20040902015033.GE492@werd> References: <20040902011029.77850.qmail@web52907.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20040902011029.77850.qmail@web52907.mail.yahoo.com> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: can't install ndiswrapper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 01:50:37 -0000 On Wed, Sep 01, 2004 at 06:10:29PM -0700, John DeStefano wrote: > I'm trying to install the ndiswrapper package to enable support for my > NIC (onboard or wireless). Ndiswrapper is a linux project. The thing you're probably looking for is called NDISulator aka Project Evil, written by Bill Paul. NDISulator is available on -CURRENT and 5.3-BETA, but after some tweaking can also be installed on 5.2.1-RELEASE. Check ndis(4) and ndiscvt(8) for more info. -Radek