diff -urN acx100-0.2.0pre8_plus_fixes_48/src/acx100_helper.c acx100-0.2.0pre8_plus_fixes_48-debian/src/acx100_helper.c --- acx100-0.2.0pre8_plus_fixes_48/src/acx100_helper.c 2005-03-13 02:15:42.000000000 +0800 +++ acx100-0.2.0pre8_plus_fixes_48-debian/src/acx100_helper.c 2005-03-14 07:02:43.365162128 +0800 @@ -1193,7 +1193,7 @@ * *----------------------------------------------------------------*/ -static char default_firmware_dir[] = "/usr/share/acx"; +static char default_firmware_dir[] = "/lib/hotplug/firmware"; static int acx_upload_fw(wlandevice_t *priv) { int res1 = NOT_OK; diff -urN acx100-0.2.0pre8_plus_fixes_48/src/acx100_usb.c acx100-0.2.0pre8_plus_fixes_48-debian/src/acx100_usb.c --- acx100-0.2.0pre8_plus_fixes_48/src/acx100_usb.c 2005-03-07 04:04:21.000000000 +0800 +++ acx100-0.2.0pre8_plus_fixes_48-debian/src/acx100_usb.c 2005-03-14 07:03:04.560939880 +0800 @@ -702,7 +702,7 @@ 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); firmware=(char *)acx_read_fw(filename, &size); if (!firmware) { diff -urN acx100-0.2.0pre8_plus_fixes_48/src/Makefile acx100-0.2.0pre8_plus_fixes_48-debian/src/Makefile --- acx100-0.2.0pre8_plus_fixes_48/src/Makefile 2004-12-02 07:30:07.000000000 +0800 +++ acx100-0.2.0pre8_plus_fixes_48-debian/src/Makefile 2005-03-14 07:03:42.831121928 +0800 @@ -86,7 +86,7 @@ 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 @@ 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 $@ $^