`
JonsenElizee
  • 浏览: 46804 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

使用yum安装intel3945驱动

阅读更多

使用yum安装intel3945驱动

NOTE: The mac80211 subsystem must be installed before installing the iwlwifi driver. See the HOWTO-mac80211 for information on installing mac80211.

You can tell if you have the mac80211 subsystem installed by running:

% modprobe mac80211

If it returns no errors, and running lsmod shows the mac80211 module is loaded, then you are set and can continue with the steps below for installing the iwlwifi driver.

NOTE: The iwlwifi driver is experimental and may not work for you. YMMV.

This page provides a quick overview on how to install the iwlwifi driver on your system.

First, you need to download and install the microcode (ucode):

For Intel Wireless WiFi 4965AGN users:

% wget \

http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.17.tgz

% tar xvf iwlwifi-4965-ucode-4.44.17.tgz

% cp iwlwifi-4965-ucode-4.44.17/iwlwifi-4965.ucode /lib/firmware/

For Intel PRO/Wireless 3945ABG/BG Network Connection users:

% wget \

http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-3945-ucode-2.14.4.tgz

% tar xvf iwlwifi-3945-ucode-2.14.4.tgz

% cp iwlwifi-3945-ucode-2.14.4/iwlwifi-3945.ucode /lib/firmware/

Next, download, build, and install the iwlwifi driver.

Download, build, and install from snapshots

% wget \

http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1.2.25.tgz

% tar xvf iwlwifi-1.2.25.tgz

% cd iwlwifi-1.2.25

% make

% make install

Testing the build

Assuming all of the build runs without errors (you will likely see a few build warnings during compilation), you can now proceed with loading and using the driver:

% dmesg -c > /dev/null

% ./load debug=0x43fff

Verify that loading succeeds without any errors in the kernel:

% dmesg –c

Bring up the interface so it can be configured:

% ifconfig wlan0 up

Verify that you can scan and see access points:

% iwlist wlan0 scan

Associate to your network:

% iwconfig wlan0 essid XXXXXX

If you use WEP encryption, configure your key:

% iwconfig wlan0 key [1] ...your key in hex...

% iwconfig <-- Verify that you are associated

% dhcpcd wlan0

You should now have an IP address and be able to use the network. 'dhcpcd' may not be the DHCP client on your distribution. 'dhclient' is another popular version.

分享到:
评论

相关推荐

    intel E810 RDMA驱动安装

    intel E810 RDMA驱动的安装需要按照上述步骤进行,包括安装前的准备工作、安装RDMA驱动、安装LAN驱动、安装irdma驱动、安装rdma-core库、设置网卡驱动加载模式、服务器镜像安装、配置IP和yum源等步骤。

    centos7.4安装Intel I219-V网卡驱动.pdf

    在本文中,将详细讨论如何在CentOS 7.4操作系统上安装Intel I219-V网卡驱动。主要知识点将包括安装过程中的问题描述、驱动下载步骤、编译安装过程、以及可能遇到的问题和解决方法。 首先,问题描述部分提到,在戴尔...

    CentOS6.6&amp;amp;L219;英特尔网卡驱动编译

    本篇文章详细介绍如何在CentOS 6.6环境下手动编译并安装Intel I219-LM网卡驱动。 #### 二、准备工作 1. **软件安装**:首先需要确保系统中已安装`kernel-devel`、`kernel-headers`以及`GCC`等编译所需的基础工具。 ...

    编译安装网卡驱动(Intel、Mellanox)

    3. **检查编译环境**:确保已安装必要的软件如gcc,kernel headers等,可使用`yum list installed | grep kernel`检查。 4. **编译驱动**:将源码上传至服务器,解压后在子目录下执行`make & make install`。 5. **...

    intel网卡驱动ice-1.9.11

    可以使用`yum install kernel-devel gcc`命令来安装这些依赖。 3. 编译驱动:进入解压后的驱动源码目录,执行`make`命令来编译驱动程序。如果一切顺利,编译过程应该会创建一个新的ko(内核对象)文件。 4. 安装...

    DELL OPTIPLEX 系列 Linux版 网卡驱动

    - 如果你的系统没有安装必要的编译工具,使用`sudo apt-get install build-essential`(Ubuntu/Debian)或`sudo yum install kernel-devel kernel-headers`(Fedora/CentOS)进行安装。 - 运行`make`命令编译驱动...

    linux 网卡识别和驱动安装

    3. 使用`rpm`或`yum`命令安装驱动。如果是源代码形式的驱动,需要先编译再安装。 4. 重启系统以应用驱动更改。 安装完成后,再次运行`lspci`应该能看到Broadcom网卡被成功识别。接着,可以使用`ifconfig`或`ip addr...

    centos6.4 inter corporation device 157b驱动

    在本文中,我们将深入探讨“CentOS 6.4”环境下,“Intel Corporation Device 157b”网卡的源码驱动及其安装过程。 首先,"Intel Corporation Device 157b"是一款由英特尔公司生产的网络接口控制器(NIC)。在Linux...

    centos网卡驱动

    此外,如果你的CentOS系统是基于RPM的,如CentOS Stream或RHEL,你也可以尝试使用`yum`或`dnf`命令来查找并安装匹配的驱动包,这样可能会更方便,因为这些包管理器会处理依赖关系和安装过程。 总的来说,网卡驱动在...

    Intel 5300 网卡驱动

    在Linux环境中,用户可以通过各种方法检查和更新驱动,例如使用`apt`(Debian/Ubuntu系)或`yum`(Fedora/CentOS系)等包管理器,也可以通过编译源码的方式手动安装。不过,对于新手来说,推荐使用图形化的系统更新...

    linux Inter wireless 2100A 驱动

    - 安装驱动程序软件包,这可能通过包管理器(如`apt`或`yum`)进行,或者手动编译源代码。 - 重启或重新加载网络服务,使改动生效。 在使用过程中,用户可能需要确保他们的Linux发行版与驱动程序版本兼容,因为不同...

    深入Intel NPU加速库:从安装到模型优化

    - 安装驱动程序:使用APT或YUM(取决于你的Linux发行版)安装驱动程序。 ```bash sudo apt-get update sudo apt-get install intel-compute-runtime ``` - **对于Windows系统** - 访问Intel下载中心:前往...

    dtech5100驱动

    在Linux环境下,用户可能会通过包管理器(如apt-get、yum或dnf)来更新或安装驱动。对于Mac用户,更新驱动通常伴随着系统更新或者直接在苹果的软件更新中完成。 安装驱动时要注意以下几点: - 确保选择与操作系统...

    Linux网卡安装配置.pdf

    网卡制造商和型号:文档中提到了多种网卡制造商和型号,如Accton、SMC、Intel、3Com等,每种网卡可能有不同的驱动安装和配置方式,但基本流程类似。 特定网卡驱动的支持:一些特定的网卡驱动如3c509、3c515、DC21*4...

    Centos 5.5安装教程

    4. **显卡**: 主流显卡通常都能得到支持,Intel集成显卡提供稳定的开源驱动,NVIDIA和AMD显卡则可能需要官方驱动以获取最佳性能。 5. **其他外设**: USB设备、摄像头等通常都能工作,但对于某些老旧或特殊的设备,...

    red hat 5.1安装

    10. **驱动安装**:某些硬件可能需要额外的驱动程序,如NVIDIA或Intel显卡,可以去官方网站下载对应版本的驱动,按照指示安装。 11. **系统优化**:根据实际需求,可以对系统进行一些优化,如调整启动服务、优化...

    netmap安装.docx

    3. **安装编译工具**:使用 `yum groupinstall "Development Tools"` 安装所有必要的编译工具,包括 `ncurses-devel`、`qt-devel`、`hmaccalc`、`zlib-devel`、`binutils-devel` 和 `elfutils-libelf-devel`。...

    RHEL6下KVM的安装

    - **更换 IDE 硬盘和网卡:** 为了提高性能,推荐将默认的 IDE 硬盘和网卡换成 virtio,并安装相应的驱动程序。 - **动态调整资源:** 可以在远程管理过程中动态调节虚拟机的内存大小、克隆虚拟机、开关机等。 **4....

    RHEL与CentOS系列第三方源仓库(大全)

    4. 安装软件:最后,使用`yum install`或`dnf install`命令安装所需软件。 在使用第三方源时,需要注意保持系统的稳定性和安全性。虽然这些仓库提供了许多便利,但它们可能与官方仓库中的软件存在冲突,也可能带来...

    linux下KVM虚拟化总结

    Linux 下 KVM 虚拟化环境部署和使用 ...* 使用 virtio 驱动程序提高虚拟机性能 * 使用 cache 参数优化虚拟机磁盘性能 KVM 虚拟化环境提供了一个灵活、可靠的虚拟化解决方案,可以满足不同用户的需求。

Global site tag (gtag.js) - Google Analytics