ndis and wireless connection documentation fix

看板FB_doc作者時間20年前 (2006/01/03 03:48), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
I'm very new to BSD but I really like the architecture and am having a blast with it so far, thank you thank you thank you! I just got my Belkin (cheap) wireless card working using ndis. I was following the instructions in the handbook under the network-wireless chapter and found a nice place to get tripped up as a newbie. After messing around for a while I finally realized I had to copy the .ko file to /boot/kernel in order to kldload the module. For what ever reason 'make install' did not copy the module to /boot/kernel (maybe that's a good thing!). While I realize I should have thoroughly rtfm, I think the documentation could possibly be improved here. The procedure for me became: # ndiscvt -i my_network_driver.inf -s my_network_driver.sys -o ndis_driver_data.h # make && make install # cp my_network_driver.ko /boot/kernel # kldload if_ndis # kldload my_network_driver As opposed to the following procedure given in the handbook: # ndiscvt -i my_network_driver.inf -s my_network_driver.sys -o ndis_driver_data.h # make && make install # kldload ndis # kldload if_ndis Is this a special case for the Belkin card or is this a common problem/procedure? Jeff _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"
文章代碼(AID): #13kOE200 (FB_doc)
文章代碼(AID): #13kOE200 (FB_doc)