On Sat, Nov 1, 2008 at 1:48 PM, Julien HENRY <henryju@xxxxxxxx> wrote: >> We no longer have iwl4965, the new name is iwlagn, try that. > > Not better (please note that I've upgraded to kernel 2.6.27.4-desktop-0.uc1mnb since my last post): > > # modprobe iwlagn > WARNING: Error inserting iwlcore (/lib/modules/2.6.27.4-desktop-0.uc1mnb/updates/drivers/net/wireless/iwlwifi/iwlcore.ko): Unknown symbol in module, or unknown parameter (see dmesg) > FATAL: Error inserting iwlagn (/lib/modules/2.6.27.4-desktop-0.uc1mnb/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg) I see a discrepancy on the directory where the modules are being picked up on. The ones that should be used are the ones in updates for compat-wireless, your kernel drivers are under kernel. Lets try this to be sure: cd /lib/modules/2.6.27.4-desktop-0.uc1mnb/kernel/drivers/net/wireless/iwlwifi rename everything there from foo to foo.ignore, for example, then run sudo depmod -ae and finally then try unloading all the wireless modules and then try loading iwlagn. -- 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