logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iwnfw — Firmware Module for Intel Wireless driver

Description

       This  module provides access to firmware sets for the Intel Wireless WiFi Link 100, 105, 135, 1000, 2000,
       2030, 4965, 5000 and 6000 series of IEEE 802.11n adapters.  It may be statically linked into the  kernel,
       or loaded as a module.

Name

       iwnfw — Firmware Module for Intel Wireless driver

See Also

iwn(4), firmware(9)

Debian                                           August 30, 2014                                        IWNFW(4)

Synopsis

       To compile this module into the kernel, place the following line in your kernel configuration file:

             deviceiwnfw

       This will include firmware images for all iwn(4) devices inside the kernel.  If you want to pick only the
       firmware image for your network adapter choose one of the following:

             deviceiwn1000fwdeviceiwn100fwdeviceiwn105fwdeviceiwn135fwdeviceiwn2000fwdeviceiwn2030fwdeviceiwn4965fwdeviceiwn5000fwdeviceiwn5150fwdeviceiwn6000fwdeviceiwn6000g2afwdeviceiwn6000g2bfwdeviceiwn6050fw

       Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

             iwn1000fw_load="YES"
             iwn100fw_load="YES"
             iwn105fw_load="YES"
             iwn135fw_load="YES"
             iwn2000fw_load="YES"
             iwn2030fw_load="YES"
             iwn4965fw_load="YES"
             iwn5000fw_load="YES"
             iwn5150fw_load="YES"
             iwn6000fw_load="YES"
             iwn6000g2afw_load="YES"
             iwn6000g2bfw_load="YES"
             iwn6050fw_load="YES"

See Also