六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 41|回复: 0

使用yum安装intel3945驱动

[复制链接]

升级  13.33%

72

主题

72

主题

72

主题

举人

Rank: 3Rank: 3

积分
240
 楼主| 发表于 2013-1-26 14:33:04 | 显示全部楼层 |阅读模式
使用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.

您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表