From owner-freebsd-questions@FreeBSD.ORG Sat Apr 22 10:59:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 756C916A400 for ; Sat, 22 Apr 2006 10:59:37 +0000 (UTC) (envelope-from nawcom@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC81043D48 for ; Sat, 22 Apr 2006 10:59:36 +0000 (GMT) (envelope-from nawcom@gmail.com) Received: by pproxy.gmail.com with SMTP id t32so634449pyc for ; Sat, 22 Apr 2006 03:59:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=CXvrEGcNl5wqVIe8oIj/mIM2A9kxQrQcV+fAzmkHAb7ScqbOhNok72OPd3Oz0sWsLKaQRfFlLW9wAQ6XmSaGtxbFlxWQwVwz8bcpK0/wLbAPbIxVGn3VcGIB4BAr2bnJiMD35nhWxbWpOf8xYAlhBhpbyVj6uqSRU7NS1esWDIc= Received: by 10.35.99.14 with SMTP id b14mr1243933pym; Sat, 22 Apr 2006 03:59:36 -0700 (PDT) Received: by 10.35.62.17 with HTTP; Sat, 22 Apr 2006 03:59:36 -0700 (PDT) Message-ID: Date: Sat, 22 Apr 2006 06:59:36 -0400 From: nawcom To: "Jose Jesus Ortega" In-Reply-To: <20060421222711.79009.qmail@web82311.mail.mud.yahoo.com> MIME-Version: 1.0 References: <20060421222711.79009.qmail@web82311.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: adapter question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 10:59:37 -0000 so I am assuming you have built the ndis base code (/sys/modules/ndis) did you build the if_ndis module correctly? here it is for reference: goto /sys/modules/if_ndis, copy the *.inf file and the *.sys file for your xp driver into /sys/modules/if_ndis, run: ndiscvt -i {your inf file} -s {your sys file} -o ndis_driver_data.h (i= n your modules/if_ndis folder!) now run the usual make; make install to build the if_ndis module now if you load the modules in order: kldload ndis; kldload if_ndis; the device should load up on ifconfig. if this doesnt work out post the debug info for it -Ben On 4/21/06, Jose Jesus Ortega wrote: > > I have freeBSD-6.0 RELEASE, my D-Link ethernet card works fine with > internet but I have a Linksys Wireless B Notebook Adapter. When I add the > card to the computer is displays: "cardbus0: at devic= e > 0.0 (no driver attached) > > I have the CD that came with the adapter and on freeBSD Handbook I tried > to run it Natively through ndis, the adapter turned on the light like if = it > was working but when I input the command: "ifconfig" it dosen't see it, t= he > same message as above happens at startup. Any way to install the right > driver for it? Thanks. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- "They that can give up essential liberty to obtain a little temporary safet= y deserve neither liberty nor safety." --- Benjamin Franklin