Re: D-Link NIC.

[ Available lists | Index of freebsd-questions | Month of Mar 2005 | Week of 15 Mar 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Fabian Keil <freebsd-listen@fabiankeil.de>
Date
15 Mar 2005 10:03:58
Subject
Re: D-Link NIC.
Message-ID
20050315110404.3f07df63@localhost

In reply to

[ Hide this part ]
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


Elapsed time: 0.152 seconds