我的笔记本无线网卡驱动型号为:intel wifi link 5100 AG

下载连接如下:
http://www.intellinuxwireless.org/?n=Downloads

http://www.intellinuxwireless.org/?p=iwlwifi

iwlwifi-5000-5.ucode中的readme文件

我试着大概翻译了下:
1. OVERVIEW
/*这个包里提供的文件iwlwifi-5000-5.ucode,目的在于使英特尔无线网卡驱动(iwlagn)在linux系统下工作*/
The file iwlwifi-5000-5.ucode provided in this package must be
present on your system in order for the Intel Wireless WiFi Link
AGN driver for Linux (iwlagn) to operate on your system.

The "-5" in the filename reflects an interface/architecture version number.
It will change only when changes in new uCode releases make the new uCode
incompatible with earlier drivers.

On adapter initialization, and at varying times during the uptime of
the adapter, the microcode is loaded into the memory on the network
adapter. The microcode provides the low level MAC features including
radio control and high precision timing events (backoff, transmit,
etc.) while also providing varying levels of packet filtering which can
be used to keep the host from having to handle packets that are not of
interest given the current operating mode of the device.

2. INSTALLATION
/*iwlagn驱动将会用内核的firmware_loader infrastructure查找iwlwifi-5000-5.ucode文件。为了能够正常工作,在你的内核中必须有firmware_loader infrastructure支持。没有的话,当你配置内核时,可按如下步骤进行配置*/
The iwlagn driver will look for the file iwlwifi-5000-5.ucode using the
kernel's firmware_loader infrastructure. In order to function
correctly, you need to have this support enabled in your kernel. When
you configure the kernel, you can find this option in the following
location:

Device Drivers ->
  Generic Driver Options ->
  Hotplug firmware loading support

/*你可以通过查看内核中的.config文件来确定你当前内核是否有firmware loader支持*/
You can determine if your kernel currently has firmware loader support
by looking for the CONFIG_FW_LOADER definition on your kernel's
.config.
/*除了有firmware_loader支持之外,你还必须有hotplug and udev infrastructure支持。安装和配置hotplug and udev的步骤是非常具体的*/
In addition to having the firmware_loader support in your kernel, you
must also have a working hotplug and udev infrastructure configured.
The steps for installing and configuring hotplug and udev are very
distribution specific.
/*一旦在合适的位置你有了firmware loader,你必须把这个代码文件安装到那个位置*/
Once you have the firmware loader in place (or if you aren't sure and
you just want to try things to see if it works), you need to install
the microcode file into the appropriate location.
/*这合适的位置取决于你的系统分布。通常情况下,你可以在hotplug配置文件中通过查找FIRMWARE_DIR字符串发现这个合适的位置 */
Where that appropriate location is depends (again) on your system
distribution. You can typically find this location by looking in the
hotplug configuration file for your distro:

% grep \"^FIRMWARE_DIR\" /etc/hotplug/firmware.agent

This should give you output like:

FIRMWARE_DIR=/lib/firmware

If it lists more than one directory, you only need to put the
microcode in one of them. In the above example, installation is
simply:
/*把文件拷贝到适当位置的目录下*/
% cp iwlwifi-5000-5.ucode /lib/firmware
/*现在你可以加载这个驱动了*/
You can now load the driver (see the INSTALL and README.iwlwifi provided with
the iwlwifi package for information on building and using that driver.)

安装intel wifi link 5100 AG无线网卡驱动程序,iwlwifi-5000-5.ucode中的readme文件相关推荐

  1. linux intel wifi驱动,ubuntu 8.04下面 Intel WIFI link 5100无线网卡驱动安装

    内核是2.6.24.19 step1: 初始状态:系统无法识别网卡: 在终端下输入:lshw -C network 显示: *-network UNCLAIMED description: Netwo ...

  2. How to change Intel WiFi Link 5100 AGN MAC addr(更改Intel WiFi Link 5100 AGN MAC地址)

    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36 ...

  3. 红帽linux安装intel(R) wifi link 5100 AGN总结

    我是用红帽企业版,linux2.6.9版本内核 笔记本的无线网卡驱动型号为:intel(R) wifi link 5100 AGN. 首先到因特尔官网查看了下有没有驱动下载,于是便进入到下面这个页面 ...

  4. V370 Intel WiFi Link 1000 BGN驱动如何正确安装

    V370 Intel WiFi Link 1000 BGN驱动如何正确安装 刚买的杨天V370笔记本,自带WIN7 Basic系统开始可以使用Intel WiFi Link 1000 BGN上网,换W ...

  5. Intel(R) WiFi Link 5100 AGN 破解无线网络 BT4正式版U盘启动

    Intel(R) WiFi Link 5100 AGN网卡,只有BT4才能支持. 一.准备 1.至少有2G容量的U盘一个: 2.BT4正式版:http://ftp.heanet.ie/mirrors/ ...

  6. Linux 5300AGN网卡驱动,t400 wifi link 5100 AGN linux驱动安装

    继续我的T400折腾之路,T400的音频在centos5.2下ok的,82567lm网卡去intel download下来后install也是ok.无线网卡就没那么顺利了.看了下centos5.2是支 ...

  7. 联想计算机wifi卸载,如何卸载无线网卡驱动程序

    方法一: 1.以Win8/8.1/10系统为例,将鼠标移到屏幕左下角点击鼠标右键,或者同时按下"Windows徽标"键+"X"键,调出超级菜单,点击" ...

  8. 磊科linux无线网卡驱动安装步骤,磊科NW336无线网卡驱动程序安装步骤

    对于很多小伙伴来说,他们想要使用电脑设备开设无线网络供其他设备使用,但却没有合适的网卡驱动程序.接下来,为大家介绍一款好用的网卡驱动程序:磊科NW336无线网卡驱动程序,将程序的安装步骤描述如下: 1 ...

  9. wordpress升级PHP7.2 安装WP Keyword Link出现PHP Warning: Use of undefined constant action - assumed 'action

    这是网站后台安装wp keyword link 插件出现 错误 然后呢 解决办法 根据提示,打开文件在325行的 action 加上' '号,变成'action' 就能用了 当然后面添加关键词时也会出 ...

最新文章

  1. Flask-RESTful的简单使用
  2. ViSP中识别AprilTag的C++实例代码解释
  3. C#开发Unity游戏教程之游戏对象的行为逻辑方法
  4. eltable 无数据文案修改_有哪些适合十二月发的文艺文案?记录文案用这款图片便签...
  5. 传统IP网络与MPLS网络转发的区别
  6. Web前端技术知识:为什么要进行网站重构呢?
  7. python降维将多列数据压缩为一列_Python机器学习(Sebastian著 ) 学习笔记——第五章通过降维压缩数据(Windows Spyder Python 3.6)...
  8. 【绪论】——声呐概述
  9. Citrix Receiver for Mobile Phone
  10. python数据分类聚类案例_Python 数据分类与聚类分析(5)
  11. 安卓扫描周围基站信息,获取邻小区频段频点
  12. php远程下载头像,Laravel 项目中 远程把图片下载到本地
  13. 【算法java版09】:利用java实现对二进制数进行AMI编码
  14. 5款精美APP原型设计模板,触手可得
  15. 时域认识采样定理的一个小例子
  16. 《JavaScript设计模式与开发实践》
  17. 怎么把计算机的网络设置弄成家庭,如何设置家庭Wi-Fi网络
  18. python连乘函数_(Python3) 连加 连乘 代码
  19. js习题(求两个数的和的四种方法)
  20. 2018年个人成长总结及2019年个人成长计划

热门文章

  1. Android深入浅出系列课程---Lesson13 LLY110529_虚拟机概述,JIT概述
  2. 活动现场大屏幕互动系统(微信墙)修复版完美PHP源码,带完整素材包和详细使用文档
  3. zabbix最新数据中,没有值 45653:20211111:181222.474 [Z3005] query failed: [1526] Unknown error 1526 [insert in
  4. RGB565 与 RGB888的相互转换
  5. 懂你的心 愿您的笑颜永在阳光下挥洒
  6. 1919 Problem A 二叉排序树
  7. 微信小程序实现圆形菜单弹出选中动画
  8. 2017年PHP程序员未来路在何方——韩天峰
  9. 点击“安全删除硬件并弹出媒体”不显示可删除移动设备
  10. 盒子模型(Box Model)