Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2006 07:54:17 -1000
From:      Robert Marella <rmarella@gmail.com>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   ndis error
Message-ID:  <20060329075417.29ea3587@frankie.konav201.local>

next in thread | raw e-mail | index | archive | help
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: <D-Link AirPlus G DWL-G510 Wireless PCI Card> 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: <D-Link AirPlus G DWL-G510 Wireless PCI Card> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060329075417.29ea3587>