Friday, August 22, 2008

How To: Get Broadcom Wireless Working: Elyssa

Okies, I had some difficulty getting wireless to work, so after scouring the internet, from a wired connection :( I finally got it. It requires that you have an internet connection, just to do a couple of things, first download wl_apsta.o to your destop:

wl_apsta.o.lzma.tar.gz
(195.74 KB) Downloaded 92 times


Extract it using archive manager, then you'll be left with 'wl_apsta.o.lzma'. Open it with archive manager, and extract it. Now for the hard-ish part:

You'll need build essential, so:

Code: Select all
sudo apt-get install build-essential


then type:
Code: Select all
cd
wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
cd ..


now, wherever I put adam, put you're compy name there, eg, fred, joe, etc.

Code: Select all
export /home/adam/Desktop=”/lib/firmware”
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
tar xjf broadcom-wl-4.80.53.0.tar.bz2
cd broadcom-wl-4.80.53.0/kmod
sudo ../../b43-fwcutter-011/b43-fwcutter -w /lib/firmware wl_apsta.o


Worked for me, post your comments and let me know how it works for you.

1 comment:

Adam H. said...
This comment has been removed by the author.