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:
Post a Comment