t400 wifi link 5100 AGN linux驱动安装
时间:2009-05-04 来源:ubuntuer
Intel Pro Wireless 4965 (iwl4965 and iwlagn)
If you have a working network connection and you have RPMforge configured in yum, then it is really simple, just install iwl4965-firmware by doing:
yum install iwl4965-firmware
If you don't have a network connection, simply download the firmware RPM packages named iwl4965-firmware from RPMforge at http://packages.sw.be/iwl4965-firmware/ on another system and transfer the file using a USB stick. Then install the package manually using: rpm -Uhv <filename>
Then just reload the iwl4965 module (on CentOS 5.2 or older):
rmmod iwl4965; modprobe iwl4965
Your wireless device should be working now. Enable NetworkManager to use it.
Starting from CentOS 5.3 (kernel 2.6.18-128) the kernel includes the iwlagn kernel module. If you are running an older kernel, please look at the ipw4965 method above.
First download and install the firmware (see above), then just reload the iwlagn kernel module:
rmmod iwlagn; modprobe iwlagn
Intel(R) Wireless WiFi Link AGN 5100, 5300 and 5350 (iwlagn)
Starting from CentOS 5.3 (kernel 2.6.18-128) the kernel includes the iwlagn kernel module.
If you have a working network connection and you have RPMforge configured in yum, then it is really simple, just install iwl5000-firmware by doing:
yum install iwl5000-firmware
If you don't have a network connection, simply download the firmware RPM packages named iwl5000-firmware from RPMforge at http://packages.sw.be/iwl5000-firmware/ on another system and transfer the file using a USB stick. Then install the package manually using: rpm -Uhv <filename>
Then just reload the iwlagn module:
rmmod iwlagn; modprobe iwlagn
Your wireless device should be working now. Enable NetworkManager to use it.
http://wiki.centos.org/HowTos/Laptops/Wireless#head-d0f09f4e13e1089355527862718bbf7548a5a64a
还是wiki好,可是发现这个又是5.3的,郁闷了.尝试的装了下iwlagn,失败!!历经一中午...让我想起了两年前自己的第一个linux网卡驱动!!!!
反正都是2.6.18的干脆我换个系统好了.因为project只能run在2.6.18上,偷懒了