Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2006 00:19:39 +0300
From:      Alexander Sashurin <sashome@m-lan.ru>
To:        freebsd-doc@freebsd.org
Subject:   ndisgen instead of ndiscvt in freebsd handbook
Message-ID:  <45563E6B.2000705@m-lan.ru>

next in thread | raw e-mail | index | archive | help
*This message was transferred with a trial version of CommuniGate(r) Pro*
Hello!
In handbook it is described how to build ndis-drivers for wireless cards 
with
ndiscvt -i *.inf -s *.sys -o ndis_driver_data.h

but in modern freebsd6.x this method doesn't work! I suppose it would be better to change it to using this scenario:
 
It's supposed that you again have windows driver files...
   ndisgen
   ... here we are answering interactive questions and get tnet1130_sys.ko on output ...
   cp tnet1130_sys.ko /boot/kernel/
   kldload ndis
   kldload if_ndis
   kldload tnet1130_sys

And it really works! so...

-- 
With best regards, 
	Alexander Sashurin a.k.a. ZetRooT or WinterSilence
 - - - - - - - - - - - - - - - - - - - 
| Mailto: alexander.sashurin@gmail.com |
| ICQ: 258820442                       |
| Mobile: +7-916-195-89-11             |
| irc: irc.wenet.ru, _ZetRooT_         |
 - - - - - - - - - - - - - - - - - - - 




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