Date: Wed, 24 May 2006 00:57:17 +0800 From: mag@intron.ac To: Ratan Dey <ratan_406@yahoo.com> Cc: freebsd-net@freebsd.org Subject: Re: (no subject) Message-ID: <20060523170314.30928F0F8F@smtp.263.net> In-Reply-To: <20060523141058.45720.qmail@web53310.mail.yahoo.com> References: <20060523141058.45720.qmail@web53310.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Try Bill Paul's ndis(4) to use driver for Microsoft Windows. An example: 1. cd /sys/modules/if_ndis/ 2. ndiscvt -i yourdriver.inf -s yourdriver.sys -o ndis_driver_data.h 3. make 4. make install 5. kldload if_ndis.ko If successfully, and add the following line into /boot/loader.conf: if_ndis_load="YES" If the driver for Microsoft Windows doesn't use too much Microsoft- specific features, you will be fortunate. For your information: 1. ndiscvt(8) 2. http://www.gsoft.com.au/~doconnor/I8600/ ------------------------------------------------------------------------ From Beijing, China Ratan Dey wrote: > Hi, > I have a motherboard ASUS NCL-DE/SCSI. This motherboard has a built in NIC card of BROADCOM 5700. I am using FreeBSD 5.4 and i am not able to use my NIC card. > > So how can i utilized this BROADCOM 5700 NIC in freebsd 5.4 > > Regards- > > Rata > > > --------------------------------- > Be a chatter box. Enjoy free PC-to-PC calls with Yahoo! Messenger with Voice. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060523170314.30928F0F8F>