全部博文(930)
分类: LINUX
2009-05-04 15:50:58
If you have a working network connection and you have , 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 at 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. 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
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 , 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 at 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. to use it.