I've gotten to this point before and seem to be running into simlar issues following your steps.
I've manually downloaded v.4
Pruged v.37
Code:
root@Spider:~/Desktop# aptitude purge firmware-iwlwifi
The following packages will be REMOVED:
firmware-iwlwifi{p}
0 packages upgraded, 0 newly installed, 1 to remove and 74 not upgraded.
Need to get 0 B of archives. After unpacking 9,448 kB will be freed.
Do you want to continue? [Y/n/?] Y
(Reading database ... 288862 files and directories currently installed.)
Removing firmware-iwlwifi ...
Installed v.4
Code:
root@Spider:~/Desktop# aptitude purge firmware-iwlwifi
The following packages will be REMOVED:
firmware-iwlwifi{p}
0 packages upgraded, 0 newly installed, 1 to remove and 74 not upgraded.
Need to get 0 B of archives. After unpacking 9,448 kB will be freed.
Do you want to continue? [Y/n/?] Y
(Reading database ... 288862 files and directories currently installed.)
Removing firmware-iwlwifi ...
Rebooted the PC and still no wifi adapter present. When I run aptitude show firmware-iwlwifi I see the newly installed package
Code:
Package: firmware-iwlwifi
State: installed
Automatically installed: no
Multi-Arch: foreign
Version: 0.40
Priority: optional
Section: non-free/kernel
Maintainer: Debian Kernel Team <[email protected]>
Architecture: all
Uncompressed Size: 9,448 k
Suggests: initramfs-tools, linux-image
Description: Binary firmware for Intel Wireless cards
This package contains the binary firmware for Intel Wireless cards supported by the iwlegacy/iwl3945 and iwlwifi/iwlagn drivers.
Contents:
* Intel Wireless 7260 rev 10 Bluetooth firmware 1.80.2.3.d patch (intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq)
* Intel Wireless 7260 Bluetooth firmware generic patch (intel/ibt-hw-37.7.bseq)
* Intel Wireless 100 firmware, version 39.31.5.1 (iwlwifi-100-5.ucode)
* Intel Wireless 105 firmware, version 18.168.6.1 (iwlwifi-105-6.ucode)
* Intel Wireless 135 firmware, version 18.168.6.1 (iwlwifi-135-6.ucode)
* Intel Wireless 1000 firmware, version 39.31.5.1 (iwlwifi-1000-5.ucode)
* Intel Wireless 2200 firmware, version 18.168.6.1 (iwlwifi-2000-6.ucode)
* Intel Wireless 2230 firmware, version 18.168.6.1 (iwlwifi-2030-6.ucode)
* Intel Wireless 3160 firmware, version 22.0.7.0 (iwlwifi-3160-7.ucode)
* Intel Wireless 3945 firmware, version 15.32.2.9 (iwlwifi-3945-2.ucode)
* Intel Wireless 4965 firmware, version 228.61.2.24 (iwlwifi-4965-2.ucode)
* Intel Wireless 5100, 5300 and 5350 firmware, version 8.24.2.12 (iwlwifi-5000-2.ucode)
* Intel Wireless 5100, 5300 and 5350 firmware, version 8.83.5.1 (iwlwifi-5000-5.ucode)
* Intel Wireless 5150 firmware, version 8.24.2.2 (iwlwifi-5150-2.ucode)
* Intel Wireless 6000 firmware, version 9.221.4.1 (iwlwifi-6000-4.ucode)
* Intel Wireless 6005/6205 firmware, version 17.168.5.3 (iwlwifi-6000g2a-5.ucode)
* Intel Wireless 6005/6205 firmware, version 18.168.6.1 (iwlwifi-6000g2a-6.ucode)
* Intel Wireless 6030 firmware, version 18.168.6.1 (iwlwifi-6000g2b-6.ucode)
* Intel Wireless 6250 firmware, version 9.201.4.1 (iwlwifi-6050-4.ucode)
* Intel Wireless 6250 firmware, version 41.28.5.1 (iwlwifi-6050-5.ucode)
* Intel Wireless 7260 firmware, version 22.0.7.0 (iwlwifi-7260-7.ucode)
but if I run modinfo iwlwifi it still appears that v.37 is the module loading
Code:
odinfo iwlwifi
filename: /lib/modules/3.7-trunk-amd64/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko
license: GPL
author: Copyright(c) 2003-2012 Intel Corporation <[email protected]>
version: in-tree:
description: Intel(R) Wireless WiFi driver for Linux
firmware: iwlwifi-100-5.ucode
firmware: iwlwifi-1000-5.ucode
firmware: iwlwifi-135-6.ucode
firmware: iwlwifi-105-6.ucode
firmware: iwlwifi-2030-6.ucode
firmware: iwlwifi-2000-6.ucode
firmware: iwlwifi-5150-2.ucode
firmware: iwlwifi-5000-5.ucode
firmware: iwlwifi-6000g2b-6.ucode
firmware: iwlwifi-6000g2a-5.ucode
firmware: iwlwifi-6050-5.ucode
firmware: iwlwifi-6000-4.ucode
srcversion: 44697B4DDE40F08FDBF977D
Am i missing a step to force the v.4 module to take precedence? It would appear that the both module remain on the system even after to aptitude purge command.
Thanks again for you help, I know I'm close