Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2007 19:38:26 +0300
From:      "Dimiter Ivanov" <erazorbg@gmail.com>
To:        "Dan Sikorsky" <dan@cupid.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: NDIS troubles / broad com WIFI
Message-ID:  <7cc8007f0705230938i1a8d3542ra43172e0ac5147ed@mail.gmail.com>
In-Reply-To: <4654682E.6010204@cupid.com>
References:  <4654682E.6010204@cupid.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/23/07, Dan Sikorsky <dan@cupid.com> wrote:
> Hello,
> I have a dell latitude x300 laptop, with the broadcom BCM4309 mini pci
> wireless card.
>
> I have tried ndising it... first having problems with syntax on line 13,
> and converting from utf into ascii, trying different driver versions etc.
>
> It seems I always get to this point.
> where you:
> kldload ndis
> kldload if_ndis
>
>
> if i load one, i cannot load the other, says file exists, and my
> wireless card does not show up
>
> I than tried a netgear wireless card, that i have sucessfully ndis'd on
> ubunto on an old compaq laptop..
>
> For the latest example i followed these instructions to the T
> http://dannyman.toldme.com/2005/01/05/freebsd-howto-ndisulate-windows-drivers/
>
> but same problem
> and no ndis showing up in dmesg or ifconfig
>
>
> am I missing somthing?
> do i need to enable somthing in my kernal, or disable acpi?
>
> any clues?
>
> I've read about there being a million different broadcom drivers,.. but
> i couldnt even get it to work on my netgear,

This example is old.
Don't use ndiscvt use ndisgen.
It will detect and convert the inf file automaticaly if it is not ascii.
Then you will have a file named "bcmwl5_sys.ko" if the sys file was
bcmwl5.sys, then try
kldload bcmwl5_sys.ko and see what happens.



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