in http://ubuntuforums.org/showthread.php?t=2242147&page=2,
The driver requires firmware:
$ modinfo iwlwifi filename: /home/chili/Downloads/backports-3.16-1/drivers/net/wireless/iwlwifi/iwlwifi.ko version: backported from Linux (v3.16-0-g19583ca) using backports v3.16-1-0-g87df966 license: GPL author: Copyright(c) 2003- 2014 Intel Corporation <[email protected]> version: in-tree:d 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 firmware: iwlwifi-7265-9.ucode firmware: iwlwifi-3160-9.ucode firmware: iwlwifi-7260-9.ucode firmware: iwlwifi-8000-8.ucodeIf your linux-firmware package is fully updated, you probably have it; check: Code:
$ ls /lib/firmware | grep 7260 iwlwifi-7260-7.ucode iwlwifi-7260-8.ucode iwlwifi-7260-9.ucode
The first command shows what firmware the module depends on. There are a number of such firmware
Then why in the second command, only check firmware containing 7260 in filename? What about other firmware?
Does it also list the firmware not used by the module, such as iwlwifi-7260-7.ucode and iwlwifi-7260-8.ucode?