Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2006 11:31:11 -0400
From:      Bill Moran <wmoran@collaborativefusion.com>
To:        Joel Adamson <trashbird1240@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: NDIS/KLDload
Message-ID:  <20060917113111.8ecda828.wmoran@collaborativefusion.com>
In-Reply-To: <20060917151544.53937.qmail@web50405.mail.yahoo.com>
References:  <20060917151544.53937.qmail@web50405.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Joel Adamson <trashbird1240@yahoo.com> wrote:

> Dear List,
> 
> I need to get the internet up and running on my new FreeBSD6.1 install.  I'm using a Belkin F5D7050 wireless adapter that is not recognized as a network interface in install.  This thing works perfectly with ndiswrapper under linux, which is how I'm writing this message.
> 
> I tried using NDISulator (ndis), following the handbook instructions to the keystroke and when I submit the last step
> 
> kldload if_ndis
> 
> I get "cannot load if_ndis: file exists"
> 
> What does this mean and how do I get it to actually work?

It generally means that the indicated kld is already in the kernel.
Either it was already loaded, or it was compiled into the kernel.
Are you running GENERIC?  It doesn't look as if ndis is part of the
GENERIC kernel.  Try kldstat(8) to see what's loaded.

-- 
Bill Moran

That's why I never kiss 'em on the mouth.

	Jayne Cobb




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