On Fri, Apr 23, 2010 at 05:35:50PM +0200, Bernd Eggink wrote:
Am 23.04.2010 17:04, schrieb Thomas Penteker:
* Jan Wiescher (j.h.wiescher@gmx.net) wrote:
To OP: are you sure you upgraded to udev-153?
Sure I am.
Here is what I get during boot:
iwlagn 0000:06:00.0: iwlwifi-5000-2.ucode firmware file req failed: -2 iwlagn 0000:06:00.0: Could not read microcode: -2
I think the configure script is broken. This is the output I get:
udev 153 ========
prefix: /usr sysconfdir: /etc sbindir: ${exec_prefix}/sbin libdir: ${exec_prefix}/lib rootlibdir: ${exec_prefix}/lib libexecdir: /lib/udev
datarootdir: ${prefix}/share mandir: /usr/man includedir: ${prefix}/include
include_prefix:
logging: yes debug: no selinux: no
compiler: gcc cflags: -O2 -march=i686 ldflags:
extras: no gintrospection: no
usb.ids: pci.ids: firmware path:
xsltproc: /usr/bin/xsltproc gperf:
As you can see, the firmware path is empty. Adding
--with-firmware-path=/lib/firmware
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!):
Greetings, Bernd
What about adding CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" to your kernel .config? -- /Fredrik Rinnestam