From owner-freebsd-questions@FreeBSD.ORG Tue May 16 06:11:49 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 2291A16A4C8 for ; Tue, 16 May 2006 06:11:49 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D8543D69 for ; Tue, 16 May 2006 06:11:48 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 27703 invoked from network); 16 May 2006 16:11:47 +1000 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 16 May 2006 16:11:47 +1000 Date: Tue, 16 May 2006 16:11:43 +1000 From: Norberto Meijome To: Lorin Lund Message-ID: <20060516161143.469b744a@localhost> In-Reply-To: <44695633.4030807@infowest.com> References: <44695633.4030807@infowest.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: 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 06:11:51 -0000 On Mon, 15 May 2006 22:33:55 -0600 Lorin Lund wrote: > 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. [....] > 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. (never used NDIS, but it seems a module issue...not being loaded) have you loaded the module? (does it show in kldstat?) if not, do kldload ndis and try ifconfig again. then you can add ndis_load="YES" to /boot/loader.conf.local Beto