Date: Tue, 08 Mar 2005 16:40:07 +0200 From: Volodymyr Kostyrko <arcade@ints.net> To: freebsd-questions@freebsd.org Subject: Re: ndis problem Message-ID: <d0kdf8$t82$1@sea.gmane.org> In-Reply-To: <20050303171954.GA11503@omega.lacnic.net.uy> References: <20050303171954.GA11503@omega.lacnic.net.uy>
next in thread | previous in thread | raw e-mail | index | archive | help
Pablo Allietti wrote: > hi all me again. > > i have a problem with ndis in freebsd 5.3 > > i do > > > sony# cd /usr/src/sys/modules/if_ndis/ > sony# make clean > rm -f /usr/src/sys/modules/if_ndis/export_syms if_ndis.ko if_ndis.kld > if_ndis.o if_ndis_pci.o if_ndis_pccard.o @ machine symb.tmp tmp.o > opt_bdg.h bus_if.h device_if.h card_if.h pci_if.h pccarddevs.h > > > sony# ndiscvt -i /usr/win/CVS/rt2500usb.inf -s > /usr/win/CVS/rt2500usb.sys -o ndis_driver_data.h > > > > sony# make > > > make install Did it say something? > sony# make load > /sbin/kldload -v /usr/src/sys/modules/if_ndis/if_ndis.ko > kldload: can't load /usr/src/sys/modules/if_ndis/if_ndis.ko: No such > file or directory > *** Error code 1 > > Stop in /usr/src/sys/modules/if_ndis. > > > the file if_ndis.ko exist but i dont know why the message say not found. > maybe a problem with windows drivers? any boby can help me. > > this drivers work under fedora with ndiswrapper. but in freebsd mmm i > dont know what happend. 1. man kldxref. Just compiling module is not enough, it must be listed in the hint files. "kldxref /boot/kernel" 2. kldload if_ndis -- [WBR], Arcade. [SAT Astronomy/Think to survive!]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d0kdf8$t82$1>