*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_ |
- - - - - - - - - - - - - - - - - - -
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"