From owner-freebsd-stable@FreeBSD.ORG Tue May 2 19:16:45 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B25E116A88E for ; Tue, 2 May 2006 19:16:45 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4298A43D67 for ; Tue, 2 May 2006 19:16:45 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1940579wxc for ; Tue, 02 May 2006 12:16:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rkgj0OZjzLJCAazKOmrfAs+zi150av8JjGWC4s523a9Ur0Fa8fQCxWqq7QRB2gkyyD5uB4yNpOsZjQ6vM+aaabcc4X1hmWkDKIx+IxHAALM8suNf8CtAg41Am4KMRmZW9kOZNJKzjeUDjB1/jUz4m7yOjlctw2cIbVBYoRSbBdc= Received: by 10.70.109.4 with SMTP id h4mr1362654wxc; Tue, 02 May 2006 12:16:44 -0700 (PDT) Received: by 10.70.27.10 with HTTP; Tue, 2 May 2006 12:16:44 -0700 (PDT) Message-ID: <790a9fff0605021216s6db35c26m465148b051af74d3@mail.gmail.com> Date: Tue, 2 May 2006 14:16:44 -0500 From: "Scot Hetzel" To: stable@freebsd.org In-Reply-To: <20060502171813.GA7296@roadrunner.q.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060502171813.GA7296@roadrunner.q.local> Cc: Subject: Re: ipw2100 vs ndis(4) -- does it work for anybody? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 19:16:49 -0000 On 5/2/06, Ulrich Spoerlein wrote: > Good day, > > since the ipw(4) driver can't do WPA, I wanted to give ndis(4) a try. > This *used* to work back on 5.3 (memory is a bit vague) but it ain't > happening on 6.1-RC. > > I'm using the same driver as last time, which is the version 1.2.2.8 > from Intel. I also downloaded the newest one, version 1.2.4.35, but none > of them attach, when loading the if_ndis module. > > /sys/modules/if_ndis# make clean > /sys/modules/if_ndis# ndiscvt -i /compat/ndis/w70n51.inf -s /compat/ndis/= w70n51.sys -o ndis_driver_data.h You need to use the ndisgen script to create the NDIS kernel module for your card. ndisgen /compat/ndis/w70n51.inf /compat/ndis/w70n51.sys then you use kldload to load the module: kldload w70n51_sys.ko Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.