Date: Mon, 30 May 2005 03:06:52 -0400 From: compunction <compunction@gmail.com> To: freebsd-mobile@freebsd.org Subject: Re: ndis issue using RELENG_5 Message-ID: <9f9a8c40050530000631f77157@mail.gmail.com> In-Reply-To: <9f9a8c4005052920424f089dde@mail.gmail.com> References: <9f9a8c4005052920424f089dde@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I spent all weekend looking for updated documentation on NDIS and of course after i sent my last email I found it. http://www.freebsd.org/relnotes/5-STABLE/relnotes/i386/new.html For those of you who didn't know (like me) you no longer have to build ndis and if_ndis. You just need to run: ndisgen Mark On 5/29/05, compunction <compunction@gmail.com> wrote: > I am tracking RELENG_5 and I just did a cvsup / buildworld this > weekend. I am no longer able to user the NDISimulator. Below are the > commands I run after a build world. >=20 > # cd /usr/src/sys/modules/ndis > # make && make install > # cd /usr/src/sys/modules/if_ndis > # cp /root/bcmwl5.inf.ascii ./ > # cp /root/bcmwl5.sys ./ > # ndiscvt -i bcmwl5.inf.ascii -s bcmwl5.sys -o ndis_driver_data.h -O > # make && make install >=20 > I did not see any compile errors so I ran the following. >=20 > # kldload /boot/kernel/ndis.ko > # kldload /boot/kernel/if_ndis.ko > # ifconfig ndis0 > ifconfig: interface ndis0 does not exist > # >=20 > I did not have any issues under 5.3 or 5.4. Does anyone what I can > check to find the cause of this failure. >=20 > Thanks, > Mark >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9f9a8c40050530000631f77157>