ndis problem

Volodymyr Kostyrko arcade at ints.net
Tue Mar 8 06:40:28 PST 2005


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!]



More information about the freebsd-questions mailing list