Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2004 03:06:05 +0800
From:      Khairil Yusof <kaeru@pd.jaring.my>
To:        FreeBsdBeni <freebsdbeni@spymac.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: loading ndis at boot ?
Message-ID:  <1101495965.71607.53.camel@wolverine>
In-Reply-To: <200411261711.20405.freebsdbeni@spymac.com>
References:  <200411261711.20405.freebsdbeni@spymac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2004-11-26 at 17:11 +0100, FreeBsdBeni wrote:

> How do I load the ndis.ko driver at boot/startup ? I've followed the 
> instructions on how to get the ndisulator working for my Z-Com wi-fi mini pci 
> card and got a (working) ndis0 dev now. I can kldload the ndis.ko and 
> if_ndis.ko but is there a way to automate this via /boot/loader.conf 
> or /etc/rc.conf ? And if so, what do I need to put in those files ? Something 
> like "ndis_load="YES" ?

Yes that is correct. The syntax is modulename_load="YES"

ndis_load="YES"
if_ndis_load="YES"

In /boot/loader.conf will automatically load the modules at boot time.






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