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.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel

Reply via email to