> > Am, --with-firmware-path="/lib/firmware/updates:/lib/firmware" configure > switch should enable udev firmware loader iirc. But your log says: > "systemd-udevd[1579]: IMPORT{builtin}: 'firmware' unknown", which > confuses me. From what I know, for newer kernel versions, systemd/udevd > won't use its firmware loader, but the kernel one. It should be enabled > in Device Drivers -> General Configuration (the first entry in Device > Drivers), not sure what's the name, or you can build firmware into > kernel in the same menu (CONFIG_EXTRA_FIRMWARE). See BLFS instructions > for Xorg ATI Driver for an example on how to do that. > --
Well I couldn't spend the rest of my life waiting for 2 mins each time I logged on for the wlan0 interface to appear, so I scrapped the whole thing and started again from partitioning the disks. I wanted to see if the firmware was loaded at the end of the LFS phase. And, what do you know, it isn't. It says 'failed to load firmware iwlwifi-6000-4.ucode' even though I've told it to include it in the kernel. The relevant bit of the .config file: CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="iwlwifi-6000-4.ucode" CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware" CONFIG_FW_LOADER_USER_HELPER=y CONFIG_DEBUG_DRIVER=y CONFIG_DEBUG_DEVRES=y So now I have to play around to see if I can get iwlwifi to find the firmware. I wonder why it isn't using the .config values? I must have missed something. Strange. jb. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page