d29a30e
Using the b43-fwcutter tool to install Broadcom firmware in Fedora.
d29a30e
-----------------------------------------------------------------------
d29a30e
d29a30e
The b43 and b43legacy drivers included in the Fedora kernel require
d29a30e
firmware images to load onto a Broadcom wireless device in order to
d29a30e
make it function.  These firmware images can be extracted from any
d29a30e
of a number of driver binaries released for OSX, Windows, or Linux.
d29a30e
d29a30e
The following URL (taken from the README file) points to sources of
d29a30e
firmware images which are known to work with these drivers:
d29a30e
b114f8e
	http://www.linuxwireless.org/en/users/Drivers/b43#devicefirmware
d29a30e
d29a30e
Pleae note that the b43legacy driver requires "version 3" firmware,
d29a30e
while the b43 driver requires "version 4" firmware.
d29a30e
d29a30e
Once you have obtained the source of the appropriate firmware,
d29a30e
run the command below as root.  Be sure to replace '<DRIVERFILE>'
d29a30e
with the actual name of the source file (e.g. wl_apsta.o):
d29a30e
d29a30e
   b43-fwcutter -w /lib/firmware <DRIVERFILE>
d29a30e
d29a30e
The command above will extract the firmware to the appropriate location
d29a30e
for loading by the driver as necessary.