Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2004 23:15:57 +0200
From:      Radek Kozlowski <radek@raadradd.com>
To:        Dennis Berger <db@nipsi.de>
Cc:        mobile@freebsd.org
Subject:   Re: any hope to get DWL-G650+ working?!
Message-ID:  <20040804211557.GA44763@werd>
In-Reply-To: <20040804134315.GE62679@nipsi.home.net>
References:  <20040804132539.GC62679@nipsi.home.net> <20040804134315.GE62679@nipsi.home.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040804211557.GA44763>