Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

b43-fwcutter(1) [suse man page]

B43-FWCUTTER(1) 						   User Commands						   B43-FWCUTTER(1)

NAME
b43-fwcutter - manual page for b43-fwcutter SYNOPSIS
b43-fwcutter [OPTION] [DRIVER] DESCRIPTION
b43-fwcutter can extract the firmware for your Broadcom 43xx hardware from different closed source drivers. The b43 driver depends on this firmware files and can't work without them. Currently b43-fwcutter supports Apple MacOS X, Microsoft Windows 98/ME/2000/XP and Linux drivers, but keep in mind that b43-fwcutter doesn't support all driver versions. Example: b43-fwcutter bcmwl5.sys to cut the firmware out of bcmwl5.sys OPTIONS
-l|--list List supported driver versions -i|--identify Only identify the driver file (don't extract) -w|--target-dir DIR Extract and write firmware to DIR -a|--alt-iv Extract alternative initvals (only 3.10.x.x) -p|--postfix ".FOO" Postfix for firmware filenames (.FOO.fw) -v|--version Print b43-fwcutter version -h|--help Print help information AUTHORS
b43 development team, http://bcm43xx.berlios.de b43-fwcutter 2007 B43-FWCUTTER(1)

Check Out this Related Man Page

ATMEL_FWL(8)						      System Manager's Manual						      ATMEL_FWL(8)

NAME
atmel_fwl - Load firmware into Atmel at76c50x wireless networking chips. SYNOPSIS
atmel_fwl <interface> /path/to/firmware DESCRIPTION
atmel_fwl loads firmware images for Atmel at76c50x series wireless networking chips into the Linux driver for same. Note that this utility is not normally necessary, since the driver will automatically load the correct firmware image via the hotplug sys- tem. Atmel_fwl is provided for applications where use of the hotplug system may not be desirable. atmel_fwl should be run after the interface has been created (after card insertion, in the case of PCMCIA cards) but before it is brought up by running ifconfig. NOTES
Note that there are two versions of many of the firmware images, the second one with the suffix "-wpa". These are later releases from Atmel which support WPA privacy. They are only usable by versions of the driver greater than 0.9. Be sure not to use the "-wpa" one unless your in-kernel driver code is version 0.9 or better. Sadly, as of version 0.9, the in-kernel driver does not actually support the setting of WPA passphrases. The firmware images are usually installed in /usr/lib/hotplug/firmware. The status of the driver, including its firmware loading, is available in /proc/driver/atmel FILES
/usr/lib/hotplug/firmware /proc/driver/atmel SEE ALSO
iwconfig(8), ifconfig(8), AUTHOR
This manual page was written by Simon Kelley <simon@thekelleys.org.uk>. ATMEL_FWL(8)
Man Page