From owner-freebsd-questions@FreeBSD.ORG Tue May 16 04:34:04 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E164716A406 for ; Tue, 16 May 2006 04:34:04 +0000 (UTC) (envelope-from wbs@infowest.com) Received: from guadix.infowest.com (guadix.out.smtp.infowest.com [204.17.177.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A346143D49 for ; Tue, 16 May 2006 04:34:04 +0000 (GMT) (envelope-from wbs@infowest.com) Received: from alora.infowest.com (alora.client.smtp.infowest.com [204.17.177.61]) by guadix.infowest.com (Postfix) with ESMTP id 590D51667AA for ; Mon, 15 May 2006 22:34:04 -0600 (MDT) Received: from [127.0.0.1] (71-213-95-210.slkc.qwest.net [71.213.95.210]) by alora.infowest.com (Postfix) with ESMTP id 096581E3098 for ; Mon, 15 May 2006 22:34:03 -0600 (MDT) Message-ID: <44695633.4030807@infowest.com> Date: Mon, 15 May 2006 22:33:55 -0600 From: Lorin Lund User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Does NDISulator work on amd64? Has anyone made this work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 04:34:05 -0000 I have a Compac Presario V2607CL notebook with a Turion chip. I have 6.1-RELEASE for amd64 loaded. It is running fine. But I'm trying toget the built in Broadcom wireless working. I downloaded the driver from hp.com. The .INF file was over 600K but most of that was multiple language support. (The INF file was in UNICODE). I hacked out all the strings for languages I wasn't interested in and the whole thing shrunk down to around 47K after I stored it as text rather than as UNICODE. After thus fixing up the INF file ndiscvt had no complaint and created a header file. The make on the kernel module proceeded without error messages. There is now an "ndis.ko" file in /boot/kernel. But when I do ifconfig ndis0 I get an error message saying that there is no ndis0 interface. I don't know what my next step should be.