Am 23.04.2010 18:33, schrieb Thomas Penteker:
* Bernd Eggink (monoped@sudrala.de) wrote:
(...) doesn't change anything, nor does adding the parameter FIRMWARE_PATH=/lib/firmware to the 'make' command. So I'll stick to 151 for the time being (I really need my wlan!):
Yes, there seem to be some glitches in configure et al. Notifying upstream will be the only real solution.
Meanwhile a quick& dirty fix would be to execute
,---- [ fix for udev-153 firmware problem ] | sed -i -e 's|-DFIRMWARE_PATH.*|-DFIRMWARE_PATH=\\""/lib/firmware"\\"|' Makefile `----
after configure. Please note: my setup does not require any firmware so I could not (easily) test this fix. The difference after applying the sed onliner for sure shows up if you call make V=1 (-DFIRMWARE_PATH is not empty anymore)
Please report success.
It worked after changing the sed expression to sed -i -e 's|^FIRMWARE_PATH.*|FIRMWARE_PATH = /lib/firmware|' Makefile which produces the correct line FIRMWARE_PATH = /lib/firmware I also retried the somewhat more elegant solution make FIRMWARE_PATH=/lib/firmware and found that this works as well (in contrast to what I said before, probably because I had forgotten to update the package). Thanks and best wishes, Bernd -- Bernd Eggink http://sudrala.de