From owner-freebsd-doc@FreeBSD.ORG Sat Nov 11 21:19:56 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E6516A403 for ; Sat, 11 Nov 2006 21:19:56 +0000 (UTC) (envelope-from sashome@m-lan.ru) Received: from m-lan.ru (mail.m-lan.ru [195.234.109.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2B343D67 for ; Sat, 11 Nov 2006 21:19:44 +0000 (GMT) (envelope-from sashome@m-lan.ru) Received: from afg.lan (account sashome [10.6.5.102] verified) by m-lan.ru (CommuniGate Pro SMTP 5.0.8) with ESMTPA id 8909024 for freebsd-doc@freebsd.org; Sun, 12 Nov 2006 00:19:41 +0300 Received: from [172.16.0.201] (account zetroot [172.16.0.201] verified) by afg.lan (CommuniGate Pro SMTP 5.0.10) with ESMTPA id 530368 for freebsd-doc@freebsd.org; Sun, 12 Nov 2006 00:19:39 +0300 Message-ID: <45563E6B.2000705@m-lan.ru> Date: Sun, 12 Nov 2006 00:19:39 +0300 From: Alexander Sashurin User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ndisgen instead of ndiscvt in freebsd handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alexander.sashurin@gmail.com List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 21:19:56 -0000 *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_ | - - - - - - - - - - - - - - - - - - -