1 This package contains two utilities, dump_fw and hfwget. If placed at
2 the root of a wl_lkm source tree, both utilities will be built with
7 In any other location only hfwget will be built.
13 Program to dump the Agere FW image from a wl_lkm_718 source tree. The
14 firmware image is intended to be used with the orinoco_cs and
15 hermes_dld Linux driver.
17 Untar into the wl_lkm_718 directory and run:
21 This will generate two programs, dump_h1_fw and dump_h2_fw which dump
22 the firmware for Hermes I AP+STA and Hermes II AP+STA respectively.
24 To use the programs just do:
28 Which will produce <root>_ap_fw.bin and <root>_sta_fw.bin.
30 You can use the wl_lkm_714 or wl_lkm_722 source tree instead. See
31 instructions in dump_fw.mk
42 Program to dump Lucent Station and AP images from Windows and Apple
43 drivers. The firmware images are intended to be used with the
44 orinoco_cs and hermes_dld Linux driver.
47 WLLUC48.SYS (old Lucent)
52 Apple Powerbook G3 AirPort firmware:
53 AppleAirPort.kext/Contents/PlugIns/AppleAirPortFW.kext
54 AppleAirPort.kext/Contents/PlugIns/AppleAirPortFWAP.kext
56 Compiled when building dump_fw above. Alternatively, extract into any
59 make -f dump_fw.mk hfwget
61 This will generate hfwget which will dump the firmware images it can
62 locate in the specified file. Just do:
64 ./hfwget <path to file> <rootname>
66 Which will output any of:
67 <rootname>_sta_fw.bin Station firmware for RAM download
68 <rootname>_ap_fw.bin AP firmware for RAM download
70 For the Airport, you need to specify the path to the firmware image
71 (AppleAirPort.kext/Contents/PlugIns/AppleAirPortFW.kext/Contents/MacOS/AppleAirPortFW)