Linux-Noob Forums
Fedora 8 and BCM4312 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Network Problems (https://www.linux-noob.com/forums/forum-58.html)
+---- Forum: Wireless (https://www.linux-noob.com/forums/forum-20.html)
+---- Thread: Fedora 8 and BCM4312 (/thread-967.html)



Fedora 8 and BCM4312 - anyweb - 2008-04-17


to get the above card working in Fedora 8 I did the following (as root)

 

get the latest firmware



Code:
wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2




 

uncompress it



Code:
tar xjf broadcom-wl-4.150.10.5.tar.bz2




 

change directory to where the uncompressed files now are

 



Code:
cd broadcom-wl-4.150.10.5
cd driver/




 

add the firmware

 



Code:
b43-fwcutter -w /lib/firmware wl_apsta_mimo.o




 

associate with an Access Point called wireless_g with a 64 bit wep key qqq99.



Code:
iwconfig wlan1 mode "managed" essid "wireless_g" key "7171713939"