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.
 
Back
Top