Quote:
Originally Posted by reed9 My understanding is that wireless drivers are disabled in the kernel by default. | I think that I may have been the source for that bit of misinformation. I am booted into my RHEL 5.3 installation, and I checked my kernel. There are actually quite a few wireless drivers enabled. The kernel version is 2.6.18-128.1.1.el5-i686, and here is what I found concerning that Intel card. Code: <M> Intel Wireless WiFI Next Gen AGN
[*] Enable Spectrun Measurement in iwlagn driver
[ ] Enable LEDS features in iwlagn driver
[*] Intel Wireless WiFi 4965AGN
[*] Intel Wireless WiFi 5000AGN
<M> Intel PRO/Wireless 3945ABG/BG Network Connection
[ ] Enable RF kill support in iwl3945 drivers
[*] Enable Spectrum Measurement in iwl3945 drivers
[ ] Enable LEDS features in iwl3945 driver
[ ] Enable full debugging output in iwl3945 driver
It looks like the LED part of the driver isn't enabled. Also the kill switch (on/off switch) isn't enabled.
My /lib/firmware folder is completely empty! I guess you will just need to install the correct firmware to get it working. To see what version it is looking for, enter this command. Code: dmesg | grep firmware
Edit: You will also need to add a wireless connection manager to Red Hat I recommend installing Wicd. wicd - home
The only problem I found is after boot. You have to tell Wicd to rescan before it will detect the local wireless networks.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
Last edited by waterhead; 05-16-2009 at 02:21 AM..
Reason: code formatting
|