On Wednesday, March 26, 2008 10:31 AM, John Goulah wrote: > iwl4965: Intel(R) Wireless WiFi Link 4965AGN driver for Linux, 1.2.26k > iwl4965: Copyright(c) 2003-2008 Intel Corporation > ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 18 (level, low) -> IRQ 18 > PCI: Setting latency timer of device 0000:06:00.0 to 64 > iwl4965: Detected Intel Wireless WiFi Link 4965AGN > iwl4965: Tunable channels: 11 802.11bg, 13 802.11a channels > phy0: Selected rate control algorithm 'iwl-4965-rs' > phy0: Failed to initialize wep > iwl4965: Failed to register network device (error -12) > ACPI: PCI interrupt for device 0000:06:00.0 disabled > iwl4965: probe of 0000:06:00.0 failed with error -12 Everything looks good here ... apart from the initializing wep failure. This error causes the interface not to show up. For this to succeed you need to ensure that some crypto modules are loaded. If your kernel is configured with KMOD then modprobe should take care of this for you. If not, then you can try loading the following modules manually before loading the driver: blkcipher aes arc4 ecb cryptomgr crypto_algapi Reinette -- 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