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