diff -urpN acx100-0.2.0pre8_plus_fixes_54.orig/src/acx100_helper.c acx100-0.2.0pre8_plus_fixes_54/src/acx100_helper.c --- acx100-0.2.0pre8_plus_fixes_54.orig/src/acx100_helper.c 2005-04-21 16:00:56.000000000 +0800 +++ acx100-0.2.0pre8_plus_fixes_54/src/acx100_helper.c 2005-04-28 22:00:27.934825848 +0800 @@ -716,7 +716,7 @@ void acx_reset_mac(wlandevice_t *priv) * pointer to firmware success */ #ifdef USE_FW_LOADER_LEGACY -static char * const default_firmware_dir = "/usr/share/acx"; +static char * const default_firmware_dir = "/lib/hotplug/firmware"; #endif #ifdef USE_FW_LOADER_26 firmware_image_t* acx_read_fw(struct device *dev, const char *file, u32 *size) diff -urpN acx100-0.2.0pre8_plus_fixes_54.orig/src/acx100_usb.c acx100-0.2.0pre8_plus_fixes_54/src/acx100_usb.c --- acx100-0.2.0pre8_plus_fixes_54.orig/src/acx100_usb.c 2005-04-20 17:46:09.000000000 +0800 +++ acx100-0.2.0pre8_plus_fixes_54/src/acx100_usb.c 2005-04-28 21:59:49.252706424 +0800 @@ -697,7 +697,7 @@ static int acx100usb_boot(struct usb_dev return(-EINVAL); } if (firmware_dir) sprintf(filename,"%s/ACX100_USB.bin",firmware_dir); - else sprintf(filename,"/usr/share/acx/ACX100_USB.bin"); + else sprintf(filename,"/lib/hotplug/firmware/ACX100_USB.bin"); acxlog(L_INIT,"loading firmware %s\n",filename); #ifdef USE_FW_LOADER_26 firmware=(char *)acx_read_fw(&usbdev->dev, filename, &size); diff -urpN acx100-0.2.0pre8_plus_fixes_54.orig/src/Makefile acx100-0.2.0pre8_plus_fixes_54/src/Makefile --- acx100-0.2.0pre8_plus_fixes_54.orig/src/Makefile 2005-04-20 17:46:09.000000000 +0800 +++ acx100-0.2.0pre8_plus_fixes_54/src/Makefile 2005-04-28 21:59:49.253706272 +0800 @@ -86,7 +86,7 @@ modules: make -C $(KERNEL_BUILD) SUBDIRS=$(PWD) $(TMPOUT) \ MODVERDIR=$(PWD) WLAN_HOSTIF=WLAN_USB modules @echo - @echo "*** Compilation finished. Make sure to copy required firmware files to /usr/share/acx/ before proceeding! ***" + @echo "*** Compilation finished. Make sure to copy required firmware files to /lib/hotplug/firmware before proceeding! ***" all: modules @@ -118,7 +118,7 @@ usb_objs = acx_usb_main.o acx_usb_ihw.o all: acx_pci.o acx_usb.o @echo - @echo "*** Compilation finished. Make sure to copy required firmware files to /usr/share/acx/ before proceeding! ***" + @echo "*** Compilation finished. Make sure to copy required firmware files to /lib/hotplug/firmware before proceeding! ***" acx_pci.o: $(pci_objs) $(LD) $(LDFLAGS) -o $@ $^