Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 14:16:30 +0300
From:      "Dimiter Ivanov" <erazorbg@gmail.com>
To:        "Dustin Coates" <demonbob@systemoverload.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ndis problem
Message-ID:  <7cc8007f0605310416l78bc57c7k7a0472cfed32ec30@mail.gmail.com>
In-Reply-To: <447CB61F.1030702@systemoverload.net>
References:  <000801c68312$4d2e5590$0201a8c0@AMD1700> <200605290912.49807.mark@msen.com> <ab7676e40605291008l43bfa8cdo@mail.gmail.com> <447B67BD.8070905@infowest.com> <447CB61F.1030702@systemoverload.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Also after you have the .ko file, you need to load only that file into
the kernel.
That's what i did, because if i tried 'kldload ndis', it gave me an
error that it's allready loaded.

Another thing to check is if freebsd discovers anything on the pccard slot.

I just reread Lorin's mail and noticed that :

<snip>
I added an ndis linen to loader.conf to load the .ko

dmesg shows no error messages.  But it doesn't show ndis0: being
recognized either.

When I manually try
 kldload ndis
it says it is already loaded.
</snip>

After compiling the module, with ndiscvt you get a module named if_ndis.ko
THAT's what you load NOT ndis.
#kldload <path>/if_ndis.ko
or copy it into /boot/kernel and
#kldload if_ndis

Same thing with using ndisgen, only the file is named bcmwl5_sys.ko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cc8007f0605310416l78bc57c7k7a0472cfed32ec30>