使用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.

 

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值