|
From: Denys F. <de...@vi...> - 2009-03-07 22:29:26
|
Kernel 2.6.29-rc6-git7 It will get stuck at [ 11.798229] e100 0000:05:04.0: firmware: requesting e100/d101m_ucode.bin GlobalOS ~ # zcat /proc/config.gz |grep FIRM CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" CONFIG_FIRMWARE_MEMMAP=y Most important point: │ CONFIG_FIRMWARE_IN_KERNEL: │ The kernel source tree includes a number of firmware 'blobs' │ which are used by various drivers. The recommended way to │ use these is to run "make firmware_install" and to copy the │ resulting binary files created in usr/lib/firmware directory │ of the kernel tree to the /lib/firmware on your system so │ that they can be loaded by userspace helpers on request. │ Enabling this option will build each required firmware blob │ into the kernel directly, where request_firmware() will find │ them without having to call out to userspace. This may be │ useful if your root file system requires a device which uses │ such firmware, and do not wish to use an initrd. Another thing, while requesting firmware, if firmware file not available, all networking and kernel tasks is dying (no keyboards events, traffic not passing over and etc). I dont think it is normal behavior. |