
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| wolfcastle |
Posted: Feb 19 2012, 03:35 PM
|
|||
|
SLF Newbie Group: Members Posts: 3 Member No.: 1298 Joined: 19-February 12 |
I have a new install of SL 6.1 on a HP Elitebook. I have been unable to get the wireless functioning.
When I click on the Network Manager icon in the statusbar, under wireless networks, it says 'device not ready'. If I run iwlist wlan0 scan, it finds my wireless network, so at some level it appears the card is working. Here is the output of lspci:
This is the first time I've run linux on a laptop with wireless, so the wireless config is new to me. Thanks for any help or suggestions. |
|||
| swirlythingy |
Posted: Feb 19 2012, 04:01 PM
|
|||||||
|
SLF Rookie ![]() Group: Members Posts: 16 Member No.: 961 Joined: 23-October 11 |
Ah, yes, I've had this one. Can you post the output of /var/log/wpa_supplicant.log? (On my system, you need to be root to read it - try
This may not be your problem, but it solved mine: open /etc/NetworkManager/NetworkManager.conf and insert the line: wifi-wext-only=true (Type
I also had to change two lines in /etc/sysconfig/wpa_supplicant to: INTERFACES="-iwlan0" and DRIVERS="-Dwext" if that's not what they are already. Let us know what you find. |
|||||||
| wolfcastle |
Posted: Feb 19 2012, 04:27 PM
|
|||
|
SLF Newbie Group: Members Posts: 3 Member No.: 1298 Joined: 19-February 12 |
Excellent, changing the NetworkManager.conf and wpa_supplicant file like you said seemed to do the trick!
For the record, the wpa_supplicant.log file was full of the same output:
Do you have some explanation of what these changes did? |
|||
| swirlythingy |
Posted: Feb 19 2012, 04:42 PM
|
|||||
|
SLF Rookie ![]() Group: Members Posts: 16 Member No.: 961 Joined: 23-October 11 |
That's exactly the output I used to have. I searched all the man pages for the text "nl80211", which led me to NetworkManager.conf, where it explained that the "wifi-wext-only" switch was a workaround for a Linux bug which meant that "nl80211" was known not to work in some circumstances - apparently including both of ours. I'm not sure about wpa_supplicant, because those changes weren't done by me and I don't have a record of what the file used to contain. If those two lines were already present but different, it might be useful for future reference if you still have the old file... |
|||||
| wolfcastle |
Posted: Feb 19 2012, 08:48 PM
|
|||||
|
SLF Newbie Group: Members Posts: 3 Member No.: 1298 Joined: 19-February 12 |
Before my changes, the file had empty strings for those options:
|
|||||
| foursamurais |
Posted: Jun 2 2012, 02:44 PM
|
|||||||
|
SLF Newbie Group: Members Posts: 1 Member No.: 1599 Joined: 2-June 12 |
Hi, I'm relatively new to Linux, so a bit dumb at the moment. I've just put SL 6.2 on my Dell XPS laptop but am having the same problem as above. My wireless networks are not showing in Network Manager. Tried the above but didn't work. Any other suggestions would be appreciated. yum list | grep -i wireless gives wireless-tools.x86_64 wireless-tools.i686 wireless-tools-devel.i686 wireless-tools-devel.x86_64 all 1:29-5.1.1.el6 lspci has amoung others: 03:00.0 Network controller: Intel Corporation Centrino Wireless-N 1030 (rev 34) I have a wired connection and successfully connected on it. Thanks. |
|||||||
![]() |
![]() ![]() ![]() |