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. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"