From owner-freebsd-questions@FreeBSD.ORG Wed Mar 29 17:54:24 2006 Return-Path: X-Original-To: freebsd-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 402C116A420 for ; Wed, 29 Mar 2006 17:54:24 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307F843D66 for ; Wed, 29 Mar 2006 17:54:19 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from frankie.konav201.local (cpe-66-8-187-40.hawaii.res.rr.com [66.8.187.40]) by ms-smtp-03-eri0.socal.rr.com (8.13.4/8.13.4) with ESMTP id k2THsI7D010204 for ; Wed, 29 Mar 2006 09:54:19 -0800 (PST) Date: Wed, 29 Mar 2006 07:54:17 -1000 From: Robert Marella To: "freebsd-questions@freebsd.org" Message-ID: <20060329075417.29ea3587@frankie.konav201.local> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: ndis error 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: Wed, 29 Mar 2006 17:54:24 -0000 Hello All I recently received a D-Link DWL-G510 network card. I ran ndisgen as I have done before with other cards and all seemed to go well. A kernel module, MRV8K51_sys.ko was generated. When manually loading the module I received the following: # kldload MRV8K51_sys no match for _except_handler3 no match for ObfReferenceObject no match for MmProbeAndLockPages no match for MmUnlockPages ndis0: mem 0xf4010000-0xf401ffff,0 xf4000000-0xf400ffff irq 11 at device 18.0 on pci0 ndis0: NDIS API version: 5.1 ndis0: Ethernet address: 00:11:95:17:12:55 The module loads but does not function. I then added the module to /boot/loader.conf and rebooted. The following are from dmesg and pciconf # dmesg | grep ndis ndis0: mem 0xf4010000-0xf401ffff,0xf4000000-0xf400ffff irq 11 at device 18.0 on pci0 ndis0: NDIS API version: 5.1 ndis0: init handler failed device_attach: ndis0 attach returned 6 # pciconv -lv | grep -A4 ndis ndis0@pci0:18:0: class=0x020000 card=0x3b091186 chip=0x1fa611ab rev=0x07 hdr=0x00 vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' device = '88W8310 The Libertas\x99 WLAN 80211bg' class = network subclass = ethernet This is a fresh install of 6.1 Beta 4 with a generic kernel. Any advice or pointers will be appreciated. Thank you Robert