Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2008 12:55:22 -0300
From:      "Diego Giagio" <dgiagio@gmail.com>
To:        "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>,  freebsd-hackers@freebsd.org
Subject:   Re: NDIS debugging
Message-ID:  <1b0798830801130755y440aa6cm3deef0b5788a9860@mail.gmail.com>
In-Reply-To: <1b0798830801130752k4209bce7yc5e1cbec7dd67f82@mail.gmail.com>
References:  <1b0798830801130752k4209bce7yc5e1cbec7dd67f82@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I forgot to mention:

# uname -a
FreeBSD   8.0-CURRENT FreeBSD 8.0-CURRENT #4: Sun Jan 13 12:46:48 BRST
2008        root@oblivion:/usr/src/sys/amd64/compile/GENERIC    amd64
# uname -m
amd64
#

I'm using CURRENT as of 11/Jan/08.

On Jan 13, 2008 12:52 PM, Diego Giagio <dgiagio@gmail.com> wrote:
> Hi,
>
> Recently i've bought a new laptop (Dell Precision M2300) which came
> with Intel 4965 Wifi chipset. Since there's no native driver available
> yet, I've been trying to get it to work throught Project Evil (NDIS
> Windows Driver NETw4x64).
>
> At first, the driver complained for "no match for
> InitializeSListHead". Then I figured it out how to implement that
> function (a simple bzero on slist_head, just like ndiswrapper on
> Linux) and it stopped complaining. I'm able to kldload NETx4x64_sys.ko
> with success, but it stays silent. It just loads two dependent modules
> (if_nids.ko and nids.ko) and nothing is printed into dmesg or console.
> Also, there's no ndis0 device.
>
> As far as I can get I could see that DriverEntry()'s module is working
> OK as it returns STATUS_SUCCESS on subr_windrv.c's windrv_load().
>
> So, the question is: Is there a way to turn on verbose debugging on
> the NDIS subsystem? Would be great if I could get some more info on
> what's going wrong.
>
> Thank you.
>
> --
> DG
>



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