Advertisement
Guest User

Untitled

a guest
May 1st, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. Intel PRO/Wireless 3945ABG/BG Network Connection Adapter
  2. Copyright (C) 2006 - 2008 Intel Corporation. All rights reserved.
  3.  
  4. Microcode Package README.iwlwifi-3945-ucode
  5.  
  6. INDEX
  7.  
  8. 1. OVERVIEW
  9. 2. INSTALLATION
  10. 3. LICENSE
  11.  
  12.  
  13. 1. OVERVIEW
  14.  
  15. The file iwlwifi-3945-2.ucode provided in this package must be
  16. present on your system in order for the Intel PRO/Wireless 3945ABG/BG Network
  17. Connection Adapter driver for Linux (iwlwifi-3945) to operate on your system.
  18.  
  19. The "-2" in the filename reflects an interface/architecture version number.
  20. It will change only when changes in new uCode releases make the new uCode
  21. incompatible with earlier drivers, or when new drivers are incompatible
  22. with older versions of uCode.
  23.  
  24. On adapter initialization, and at varying times during the uptime of
  25. the adapter, the microcode is loaded into the RAM on the network
  26. adapter. The microcode provides the low level MAC features including
  27. radio control and high precision timing events (backoff, transmit,
  28. etc.) while also providing varying levels of packet filtering which can
  29. be used to keep the host from having to handle packets that are not of
  30. interest given the current operating mode of the device.
  31.  
  32. 2. INSTALLATION
  33.  
  34. The iwlwifi-3945 driver will look for the file iwlwifi-3945-2.ucode using the
  35. kernel's firmware_loader infrastructure. In order to function
  36. correctly, you need to have this support enabled in your kernel. When
  37. you configure the kernel, you can find this option in the following
  38. location:
  39.  
  40. Device Drivers ->
  41. Generic Driver Options ->
  42. Hotplug firmware loading support
  43.  
  44.  
  45. You can determine if your kernel currently has firmware loader support
  46. by looking for the CONFIG_FW_LOADER definition on your kernel's
  47. .config.
  48.  
  49. In addition to having the firmware_loader support in your kernel, you
  50. must also have a working hotplug and udev infrastructure configured.
  51. The steps for installing and configuring hotplug and udev are very
  52. distribution specific.
  53.  
  54. Once you have the firmware loader in place (or if you aren't sure and
  55. you just want to try things to see if it works), you need to install
  56. the microcode file into the appropriate location.
  57.  
  58. Where that appropriate location is depends (again) on your system
  59. distribution. You can typically find this location by looking in the
  60. hotplug configuration file for your distro:
  61.  
  62. % grep \"^FIRMWARE_DIR\" /etc/hotplug/firmware.agent
  63.  
  64. This should give you output like:
  65.  
  66. FIRMWARE_DIR=/lib/firmware
  67.  
  68. If it lists more than one directory, you only need to put the
  69. microcode in one of them. In the above example, installation is
  70. simply:
  71.  
  72. % cp iwlwifi-3945-2.ucode /lib/firmware
  73.  
  74. You can now load the driver (see the INSTALL and README.iwlwifi provided with
  75. the iwlwifi package for information on building and using that driver.)
  76.  
  77. 3. LICENSE
  78.  
  79. The microcode in this package (iwlwifi-3945.ucode) is provided under the
  80. terms of the following license (available in the file
  81. LICENSE.iwlwifi-3945-ucode):
  82.  
  83. Copyright (c) 2006 - 2007, Intel Corporation.
  84. All rights reserved.
  85.  
  86. Redistribution. Redistribution and use in binary form, without
  87. modification, are permitted provided that the following conditions are
  88. met:
  89.  
  90. * Redistributions must reproduce the above copyright notice and the
  91. following disclaimer in the documentation and/or other materials
  92. provided with the distribution.
  93. * Neither the name of Intel Corporation nor the names of its suppliers
  94. may be used to endorse or promote products derived from this software
  95. without specific prior written permission.
  96. * No reverse engineering, decompilation, or disassembly of this software
  97. is permitted.
  98.  
  99. Limited patent license. Intel Corporation grants a world-wide,
  100. royalty-free, non-exclusive license under patents it now or hereafter
  101. owns or controls to make, have made, use, import, offer to sell and
  102. sell ("Utilize") this software, but solely to the extent that any
  103. such patent is necessary to Utilize the software alone, or in
  104. combination with an operating system licensed under an approved Open
  105. Source license as listed by the Open Source Initiative at
  106. http://opensource.org/licenses. The patent license shall not apply to
  107. any other combinations which include this software. No hardware per
  108. se is licensed hereunder.
  109.  
  110. DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  111. CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
  112. BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  113. FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  114. COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  115. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  116. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  117. OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  118. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  119. TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  120. USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  121. DAMAGE.
  122.  
  123. ------------------------------
  124. Copyright (C) 2005 - 2007, Intel Corporation
  125.  
  126. INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.
  127. EXCEPT AS PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS,
  128. INTEL ASSUMES NO LIABILITY WHATSOEVER, AND INTEL DISCLAIMS ANY EXPRESS OR
  129. IMPLIED WARRANTY RELATING TO SALE AND/OR USE OF INTEL PRODUCTS, INCLUDING
  130. LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE,
  131. MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT, OR OTHER
  132. INTELLECTUAL PROPERTY RIGHT.
  133.  
  134. This document is subject to change without notice.
  135.  
  136. * Other names and brands may be claimed as the property of others.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement