Thanks for your answer. Now, what exactly am I supposed to do? Take a look at the IWL section in config.mk: CONFIG_IWL3945=m CONFIG_IWL3945_DEBUG=n CONFIG_IWL3945_LEDS=y # CONFIG_IWL3945_RFKILL=y CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y CONFIG_IWL4965=y CONFIG_IWL5000=y CONFIG_IWLAGN=m CONFIG_IWLAGN_LEDS=y CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y CONFIG_IWLCORE=m CONFIG_IWLWIFI=m CONFIG_IWLWIFI_DEBUG=n CONFIG_IWLWIFI_LEDS=y It seems CONFIG_IWL4965 is selected by default. Do you think there is a better selection than the default one? An unrelated question, is there a way to instruct make to build only the modules I want, i.e., iwlagn? thanks again, rodrigo. On Wed, Jan 7, 2009 at 12:36 AM, Hin-Tak Leung <hintak.leung@xxxxxxxxx> wrote: > On Tue, Jan 6, 2009 at 11:12 AM, Rodrigo Fresneda <fresneda@xxxxxxxxx> wrote: > >> WARNING: "iwl4965_agn_cfg" >> [/home/fresneda/compat-wireless-2.6-old/drivers/net/wireless/iwlwifi/iwlagn.ko] >> undefined! >> >> The module is built, but it cannot be inserted: >> >> FATAL: Error inserting iwlagn >> (/lib/modules/2.6.26-1-amd64/updates/drivers/net/wireless/iwlwifi/iwlagn.ko): >> Unknown symbol in module, or unknown parameter (see >> dmesg) >> >> And the output of dmesg: >> >> iwlagn: Unknown symbol iwl4965_agn_cfg > > > symbol iwl4965_agn_cfg is enabled if you select "Intel Wireless WiFi > 4965AGN" support also. > config IWL4965 . Try selecting that when you build compat-wireless.old > . (seems that in some older version of > conpat-wireless, the 5000 code depends on the 4965 code). > > Also, make sure that you do "depmod -a" > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html