any hope to get DWL-G650+ working?!

Radek Kozlowski radek at raadradd.com
Wed Aug 4 14:15:54 PDT 2004


On Wed, Aug 04, 2004 at 03:43:15PM +0200, Dennis Berger wrote:
> by the way, is that correct?!
> ------------
> cd /sys/modules/if_ndis/
> fux# ndiscvt -i GPLUS.inf -s GPLUS.sys -fFwRad17.bin -o ndis_driver_data.h
> make
> make install
> 
> cp FwRad17.bin.ko /boot/kernel
> 
> kldload FwRad17.bin
> kldload if_ndis
> ---------

I'm afraid -f won't work. Here's what Bill Paul originaly suggested
(taken from
http://lists.freebsd.org/pipermail/freebsd-current/2004-January/019486.html):

# cp foo.sys foo.inf /sys/modules/if_ndis
# cd /sys/modules/ndis
# make; make load
# cd /sys/modules/if_ndis
# ndiscvt -i foo.inf -s foo.sys -o ndis_driver_data.h
# make; make load

-Radek


More information about the freebsd-mobile mailing list