|
http://karenchandlercancertrust.com/aspnet_client/system_web/161/divine-intervention43.html Divine Intervention , jdgp , http://esmarttools.com/goodage/guestbook/18/coffee-facts43.html Coffee Facts , cflkrj , http://carexperts4u.info/wp-includes/Text/39/ubuntu-linux90.html Ubuntu Linux , =-OOO , http://nassel.com/wp-content/themes/22/sad-songs69.html Sad Songs , 24787 , http://iambtsa.com/cp/scripts/49/city-of-ormond-beach207.html City Of Ormond Beach , 302 , http://wisdeal.com/course/pinyin/418/calendar-on-line117.html Calendar On Line , 2447 , http://cocineira.com/images/icons/380/ky-state-police99.html Ky State Police , 170 , |
Linux /
Wireless-BroadcomGetting A Broadcom 43xx Card to Work in Linux
Please see the very excellent page at http://www.linuxwireless.org/en/users/Drivers/b43#b43andb43legacy for the most up-to-date information (and let me know if there are new versions). Below is the quick reference because I've done this a billion times. It assumes you are in a directory that is suitable to build the drivers. If you have a relatively new wireless card (Anything with a or n support for sure. The 4312 is no exception, you'll want to use the standard b43 project). If you have a really old card (like if it only has b support and not g) then you will likely need to use b43-legacy. See the project page above for more detailed specs. B43 for Newer CardsDo the following. wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2 tar xjf b43-fwcutter-011.tar.bz2 cd b43-fwcutter-011 make cd .. wget http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2 tar xjf broadcom-wl-4.150.10.5.tar.bz2 cd broadcom-wl-4.150.10.5/driver sudo ../../b43-fwcutter-011/b43-fwcutter -w /lib/firmware wl_apsta_mimo.o Reboot. B3-legacy for older cards (Compaq r4000 with the 4306, I'm looking at you)Do the following. wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2 tar xjf b43-fwcutter-011.tar.bz2 cd b43-fwcutter-011 make cd .. wget http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o sudo ./b43-fwcutter-011/b43-fwcutter -w /lib/firmware wl_apsta-3.130.20.0.o Reboot. |