- 论坛徽章:
- 0
|
继续我的T400折腾之路,T400的音频在centos5.2下ok的,82567lm网卡去intel download下来后install也是ok.无线网卡就没那么顺利了。看了下centos5.2是支持到4965的,fuck t400刚好是5100就那么一点点.
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
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
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上,偷懒了
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/76292/showart_1917893.html |
|