Register  ·  Sign In  ·  Help
Jump to Page:   1
WMP54GS Under Fedora 9
Options    Options  
DaveH1
Regular visitor
Posts: 2
Registered: 05-05-2008


DaveH1

Message 1 of 2

Viewed 4,977 times


Fedora 9 already includes the B43 driver for the Broadcomm wireless. All you need to do is get the firmware set up correctly. Only takes about 10 minutes.
 
First get the fwcutter app.
wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
Then get the driver file. Use fwcutter to extract the firmware files.
export FIRMWARE_INSTALL_DIR="/lib/firmware"
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 "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o
 
You should now see the .fw files in the /lib/firmware/b43 folder. 
Reboot the system and the card will be detected.
Configure the connect parameters and you're ready to roll.
Kudos!
05-18-2008 04:49 PM  

  Reply   Reply  
Re: WMP54GS Under Fedora 9
Options    Options  
jimpx
Newbie
Posts: 1
Registered: 05-31-2008


jimpx

Message 2 of 2

Viewed 4,695 times




DaveH1 wrote:
Fedora 9 already includes the B43 driver for the Broadcomm wireless. All you need to do is get the firmware set up correctly. Only takes about 10 minutes.
 
First get the fwcutter app.
wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
Then get the driver file. Use fwcutter to extract the firmware files.
export FIRMWARE_INSTALL_DIR="/lib/firmware"
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 "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o
 
You should now see the .fw files in the /lib/firmware/b43 folder. 
Reboot the system and the card will be detected.
Configure the connect parameters and you're ready to roll.



Hi following your directions I get: /home/jimpx/b43-fwcutter-011/broadcom-wl-4.150.10.5/driver [root@waysidesoft driver]# ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta_mimo.o bash: ../../b43-fwcutter-011/b43-fwcutter: No such file or directory Any help would be greatly appreciated. Thanks
Kudos!
05-31-2008 10:59 PM  

  Reply   Reply  
Jump to Page:   1