From owner-freebsd-questions@FreeBSD.ORG Sat Apr 22 13:11:05 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 D980416A407 for ; Sat, 22 Apr 2006 13:11:05 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EA343D73 for ; Sat, 22 Apr 2006 13:11:00 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 29934 invoked from network); 22 Apr 2006 13:10:59 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.150.60]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 22 Apr 2006 13:10:59 -0000 Date: Sat, 22 Apr 2006 15:10:56 +0200 From: Fabian Keil To: nawcom Message-ID: <20060422151056.5ffa4f4b@localhost> In-Reply-To: References: <20060421222711.79009.qmail@web82311.mail.mud.yahoo.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_vAnwSHzPaD1GN/uHR_W9TFd"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Jose Jesus Ortega , 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 13:11:05 -0000 --Sig_vAnwSHzPaD1GN/uHR_W9TFd Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable nawcom top posted: > 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 t= he > > card to the computer is displays: "cardbus0: at dev= ice > > 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 i= f it > > was working but when I input the command: "ifconfig" it dosen't see it,= the > > same message as above happens at startup. Any way to install the right > > driver for it? Thanks. > so I am assuming you have built the ndis base code (/sys/modules/ndis) >=20 > did you build the if_ndis module correctly? here it is for reference: >=20 > 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 = (in > your modules/if_ndis folder!) > now run the usual make; make install to build the if_ndis module >=20 > now if you load the modules in order: kldload ndis; kldload if_ndis; the > device should load up on ifconfig. Using ndisgen would be a better idea. On FreeBSD 6 you need a third kernel module containing the firmware. Fabian --=20 http://www.fabiankeil.de/ --Sig_vAnwSHzPaD1GN/uHR_W9TFd Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFESitgjV8GA4rMKUQRAkYOAJ4spkMvLqMFJqwnatWaFHXAxcUqcACfSA4E 9Eh9LNNvwGyRxiUDckZvX0k= =2/is -----END PGP SIGNATURE----- --Sig_vAnwSHzPaD1GN/uHR_W9TFd--