NDIS debugging

Diego Giagio dgiagio at gmail.com
Sun Jan 13 08:02:32 PST 2008


I forgot to mention:

# uname -a
FreeBSD   8.0-CURRENT FreeBSD 8.0-CURRENT #4: Sun Jan 13 12:46:48 BRST
2008        root at 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 at 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
>


More information about the freebsd-hackers mailing list