<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="HOEnZb"><div class="h5"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
</blockquote>
<br></div></div>
Hello.  Have you tried with the latest RHEL6.1?<br></blockquote><div><br>Yes, I really am sure that  I installed the lasted RHEL6.1。<br><br>[Sync@genius tmp]$ uname -a<br>Linux genius 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux<br>
<br>[Sync@genius tmp]$ cat /etc/issue<br>Red Hat Enterprise Linux Server release 6.1 (Santiago)<br>Kernel \r on an \m<br><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
I would also suggest restarting NetworkManager vs restarting the networking service for wireless controllers.<br></blockquote><div><br>I restart that service , when I click the "enable  wireless" on NetWorkManager applet , then the machine display the following message:<br>
<br>root@genius ~: tailf /var/log/message<br>......<br>.....<br>Dec  6 22:05:37 genius dbus: [system] Rejected send message, 1 matched rules; type="method_return", sender=":1.75" (uid=0 pid=3588 comm="NetworkManager) interface="(unset)" member="(unset)" error name="(unset)" requested_reply=0 destination=":1.52" (uid=500 pid=2548 comm="nm-applet))<br>
<br><br><br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Are you using the correct module?  Is the module (driver) installed?  A good way to check would be getting the output of 'lspci' and 'lspci -n'.<br>
<br>
Using my x200 laptop as an example, lspci will return a line like:<br>
<br>
...<br>
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)<br>
...<br>
<br>
What is important from this line is the 00:19.0.  At this point, we are going to check if the above Ethernet controller is supported.  We need to now get the output from 'lspci -n' on the same machine and look at the line with 00:19.0 in it.<br>

<br>
...<br>
00:19.0 0200: 8086:10f5 (rev 03)<br>
...<br>
<br>
The important part here is the 8086:10f5.  This is the hardware pci id.  We can compare this information to the kernel drivers and 'modinfo'.<br>
<br>
RHEL{5,6}:<br>
<br>
$ find /lib/modules/$(uname -r)/kernel/drivers -type f|xargs modinfo|grep -B 200 -i 8086 | grep -B 50 -i 10f5 | grep filename | tail -n1<br>
<br>
filename: /lib/modules/2.6.32-131.21.1.<u></u>el6.x86_64/kernel/drivers/net/<u></u>e1000e/e1000e.ko<br></blockquote><div><br><br>As you told me , the following message is my wireless  controller:<br><br>[Sync@genius drivers]$ lspci<br>
<br>06:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)<br><br>[Sync@genius drivers]$ lspci -n <br>06:00.0 0280: 168c:002a (rev 01)<br><br><br>[Sync@genius drivers]$ find . -type f |xargs modinfo |grep -B 200 -i 168c |grep -B 50 -i 002a |grep filename|tail -n1<br>
filename:       ./net/wireless/ath/ath9k/ath9k.ko<br>[Sync@genius drivers]$ pwd<br>/lib/modules/2.6.32-131.0.15.el6.x86_64/kernel/drivers<br><br><br>So the card is supported , isn't it ?<br><br><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
Sorry for the ugly command but this information tells us that the card is supported and in this case tells us the module that it uses.  You may or may not get the module information.  If you do not, that is a good indication the piece of hardware is not supported. You should also search for one part of the hardware pci id to get more results but a good rule of thumb is if you don't get anything back, then you _may_ (not always) need to get the driver from the vendor.<br>

<br>
HTHs,<br>
<br>
~rp<br>
<br>
-- <br>
+-----------------------------<u></u>[ <a href="mailto:robin@redhat.com" target="_blank">robin@redhat.com</a> ]----+<br>
| Robin Price II - RHCE,RHCDS,RHCVA                   |<br>
| Technical Account Manager                           |<br>
| Red Hat, Inc.                                       |<br>
| w: +1 (919) 754 4412                                |<br>
| c: +1 (252) 474 3525                                |<br>
|                                                     |<br>
+---------[ Dissenters will inevitably abhor. ]-------+<br>
<br>
______________________________<u></u>_________________<br>
rhelv6-list mailing list<br>
<a href="mailto:rhelv6-list@redhat.com" target="_blank">rhelv6-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rhelv6-list" target="_blank">https://www.redhat.com/<u></u>mailman/listinfo/rhelv6-list</a><br>
</blockquote></div><br>