README 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. BCM43XX Linux Driver Project
  2. ============================
  3. About this software
  4. -------------------
  5. http://wireless.kernel.org/en/users/Drivers/b43
  6. b43-fwcutter is a tool to extract firmware from binary Broadcom 43xx driver files.
  7. Usage
  8. -----
  9. b43-fwcutter FILE extracts the firmware from a source FILE to
  10. the current directory, creating a directory
  11. "b43" or "b43legacy" with files in it.
  12. b43-fwcutter -i FILE identify the driver file; print information
  13. but don't extract.
  14. b43-fwcutter -w /tmp FILE extract and write firmware to /tmp.
  15. b43-fwcutter -l prints a list of supported driver source files.
  16. After extraction, copy the "b43" or "b43legacy" directory to your firmware
  17. directory (usually /lib/firmware or similar, see below). Alternatively you
  18. can use the -w option to b43-fwcutter.
  19. Different distributions use different directories to load firmware from.
  20. If the driver complains about missing firmware files look for the correct
  21. directory. For some distributions you have to use /lib/hotplug/firmware
  22. or /usr/lib/hotplug/firmware but other directories are also possible.
  23. Because firmware file are stored in big endian, extraction doesn't depend
  24. on the system you're using. You can use extracted firmware from any driver
  25. on any system and also copy the extracted files to any other system (e.g.
  26. if extraction on the target system isn't feasible.)
  27. Where can I find some driver source files?
  28. ------------------------------------------
  29. Please check the references at
  30. http://www.linuxwireless.org/en/users/Drivers/bcm43xx#devicefirmware
  31. It is recommended that you extract firmware for both b43 and b43legacy in
  32. order to support both types of cards on your system.