1d26a5c
Using the bcm43xx-fwcutter tool to install Broadcom firmware in Fedora.
1d26a5c
-----------------------------------------------------------------------
1d26a5c
1d26a5c
To use the bcm43xx driver which is part of the Fedora kernel, you need
1d26a5c
to extract the firmware which is part of the official MacOS, Windows,
1d26a5c
or Linux drivers.
1d26a5c
1d26a5c
If your Fedora installation is dual-booting with MacOS or Windows, then
1d26a5c
you probably already have a suitable driver available. Otherwise, the
1d26a5c
README file contains a number of links from which you can download 
1d26a5c
drivers. It shouldn't matter which one you use -- the kernel's bcm43xx
1d26a5c
driver ought to work with all of them.
1d26a5c
1d26a5c
Having obtained the file from which you wish to extract the firmware,
1d26a5c
run this command as root. Replace '<DRIVERFILE>' with the actual name
1d26a5c
of the file, of course:
1d26a5c
1d26a5c
   bcm43xx-fwcutter -w /lib/firmware <DRIVERFILE>
1d26a5c
1d26a5c
This will save the various firmware files into the /lib/firmware
1d26a5c
directory, from where the kernel can load them when necessary.