From owner-freebsd-net@FreeBSD.ORG Thu Oct 20 06:10:56 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE9516A41F for ; Thu, 20 Oct 2005 06:10:56 +0000 (GMT) (envelope-from jay@codegurus.org) Received: from pih-relay04.plus.net (pih-relay04.plus.net [212.159.14.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91DF43D64 for ; Thu, 20 Oct 2005 06:10:55 +0000 (GMT) (envelope-from jay@codegurus.org) Received: from jayton.plus.com ([84.92.156.191] helo=[127.0.0.1]) by pih-relay04.plus.net with esmtp (Exim) id 1ESTda-0003c2-Vm for freebsd-net@freebsd.org; Thu, 20 Oct 2005 07:10:51 +0100 Message-ID: <435734EF.3070109@codegurus.org> Date: Thu, 20 Oct 2005 07:10:55 +0100 From: Jayton Garnett User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ndiscvt not generating ndis_driver_data.h X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 06:10:56 -0000 Hello, I have previously used ndiscvt one a 5.4 x86 installation of freebsd and it work fine and I am happy with it, however I have tried to get my wifi card working on 5.4 AMD64 and when doing: ndiscvt -i TNET1130.INF -s tnet1130.sys -f Fw1130.bin -o ndis_driver_data.h It does not give me any errors and does not produce the required ndis_driver_data.h I have mounted my 5.4 x86 /usr directory and copied all the file from /sys/modules/if_ndis to my AMD64's /sys/modules/if_ndis and tried to compile it like that which it did with no errors. When I try to load the kernel module produced it gives me a exec error ( presumably because its x86 code and not AMD64 code) I dont want to have my server acting as a gateway either, the two machines are half a meter apart. Any help/info would be very appreciated. Cheers, Jayton