bcm4311

-bcm4311

has anyone got this card to work? or do they know of a forum post that will get it to work on freebsd? i am a *bsd newb and i would like to run it on my lappy but i have to have the wifi. :\
 
Try compiling the drivers into the kernel

It seems to be a good start.

to get an idea of which ones to compile in and how to configure everything, use these sources

man bwi

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html

to get an idea of how to compile a kernel

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html

Hint: You may have to run dhclient ("dhclient wlan0" on my system)
Hint: You may have to run dhclient as root

Feel free to ask questions, as I am not at that computer at this moment.

Loren Cannon
 
steveo314 said:
-bcm4311

has anyone got this card to work? or do they know of a forum post that will get it to work on freebsd? i am a *bsd newb and i would like to run it on my lappy but i have to have the wifi. :\

The bwi driver might support it, although it doesn't list a 4311. You could better identify exactly what you have with # pciconf -lv | grep -i -B1 -A2 broadcom

The first line with the hex combinations has the vendor and product codes.
 
I have a Broadcom BCM4311 wireless adapter. The FreeBSD driver doesn't work because it's based on Mac version 10, and my device is based on Mac version 13.

Is there an updated driver for the Broadcom 4311?

On Linux, Debian has a driver that works perfectly.

And if there's a FreeBSD driver with this update for Mac version 13, please send me the download link.
 
Back
Top