Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 11:04:04 +0100
From:      Fabian Keil <freebsd-listen@fabiankeil.de>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Cc:        gabriel <normal1.lists@gmail.com>
Subject:   Re: D-Link NIC.
Message-ID:  <20050315110404.3f07df63@localhost>
In-Reply-To: <20050311200303.73bc0f77@localhost>
References:  <efb858205030513273fea6df1@mail.gmail.com> <422a3b4c.6460c00f.48d7.412b@smtp.gmail.com> <20050306195438.29f69e9d@localhost> <efb858205030611004d91d4f2@mail.gmail.com> <20050311200303.73bc0f77@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Fabian Keil <freebsd-listen@fabiankeil.de> wrote:

> gabriel <normal1.lists@gmail.com> wrote:
> 
> > Thats a good script. How did you install the ndis driver/wrapper? -
> > Cause I think some of the problem may be there.
> 
> I copied the files "w22n50.sys" and "w22n51.inf" out of the
> Windows partition to /usr/src/sys/modules/if_ndis,
> 
> ndiscvt -i w22n51.inf -s w22n50.sys ndis_driver_data.h
> make install
> 
> did the rest.

After updating to 5.4-PRERELEASE yesterday and trying to rebuild
if_ndis, I noticed that the above is incomplete. The correct way
to generate the ndis_driver_data.h is:

ndiscvt -i w22n51.inf -s w22n50.sys -o ndis_driver_data.h

Otherwise the header is printed to stdout.

Regards
Fabian
-- 
http://www.fabiankeil.de



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