Date: Thu, 3 Mar 2005 17:04:00 +0000 From: Adam McMaster <adam@moosoft.net> To: Pablo Allietti <pablo@lacnic.net> Cc: freebsd-questions@freebsd.org Subject: Re: ndis problem Message-ID: <d40473107f2541b7c300f76a42fd56e4@moosoft.net> 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
On 3 Mar 2005, at 17:19, 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 > > 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. > > thanks a lot.. > > > > -- > > > Pablo Allietti > LACNIC > -------------- Have you tried just running "kldload if_ndis" manually? Also, did you make sure to build and load /usr/src/sys/modules/ndis first? -- - Adam McMaster <adam@moosoft.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d40473107f2541b7c300f76a42fd56e4>