Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd December 2010, 10:50 AM
aks Offline
Registered User
 
Join Date: Jul 2006
Location: Nepal
Age: 27
Posts: 50
linuxfedorafirefox
Unhappy Fedora 14 x86_64 NetworkManager fails to enable wireless

Though a similar problems is posted at this thread, I needed to re-post because of the associated version of Fedora and NetworkManager.

I'm using a Lenovo B450 laptop with Fedora 14 x86_64. The laptop has a Atheros AR5001 wireless adapter and is identified at lscpi. Additionaly lspci reports that the kernel driver in use and the kernel module for that device is ath5k.

On a fresh install of Fedora 14, the NetworkManager applet seem to behave well at enabling and disabling wireless (remember the "Enable Wireless" checkbox). Though wireless was always at disabled state at every boot time, even if it was enabled at the toggle button on the laptop. Now that, after I have fully updated the system (yum -y update), I'm unable to enable wireless. Clicking on the "Enable Wireless" menu item on the NetworkManager applet has no effect, and I've a confirmed report that the update broke this functionality (I reinstalled F14, and then it was working, full system update broke the function).

After the update, the kernel version is 2.6.35.10-72.fc14.x86_64 and the NetworkManager version is 0.8.1-10.git20100831.fc14.x86_64.

The log file (/var/log/messages) has some clue (as posted below):


Does anyone else has a similar problem. Any one tried a fix?

Thank you.
__________________
Abhishek Singh
Reply With Quote
  #2  
Old 24th December 2010, 02:18 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfirefox
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

It's a long shot, a pure guess, but harmless... Try deleting any existing connections in NetworkManager (right-click panel icon, Edit Connections, Wireless, Delete). Then try again.
Reply With Quote
  #3  
Old 24th December 2010, 03:33 AM
aks Offline
Registered User
 
Join Date: Jul 2006
Location: Nepal
Age: 27
Posts: 50
linuxfedorafirefox
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

Quote:
Originally Posted by stoat View Post
It's a long shot, a pure guess, but harmless... Try deleting any existing connections in NetworkManager (right-click panel icon, Edit Connections, Wireless, Delete). Then try again.
Stoat:
There are no connection in the Wireless tab, and even if it had, deleting them would not solve the problem. I had tried this step earlier.
__________________
Abhishek Singh
Reply With Quote
  #4  
Old 2nd January 2011, 08:22 PM
gothiclovechild Offline
Registered User
 
Join Date: May 2010
Posts: 15
windows_xp_2003chrome
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

I had a similar issue a while back. what I did that fixed it for me was installed rfkill and typed su -c 'rfkill unblock wifi'
Reply With Quote
  #5  
Old 3rd January 2011, 02:49 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,448
linuxfedorafirefox
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

It's also a good idea when you have network problems to run the system-config-network tool and make sure all the settings make sense. Select the wlan0 (wireless) interface and press the Edit button
and set:

Controlled by NetworkManager --> checked
Activate device when computer starts --> checked
Reply With Quote
  #6  
Old 22nd January 2011, 04:22 PM
mlfisher Offline
Registered User
 
Join Date: Jan 2011
Posts: 1
linuxfedorafirefox
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

Similar issue on an HP EliteBook 8540p. Wireless failed after update to NetworkManager 0.8.1-10.git20100831.fc14. downgrading to NetworkManager-0.8.1-9.git20100831.fc14 solved the problem.
Reply With Quote
  #7  
Old 25th January 2011, 12:13 AM
Imaginenz Offline
Registered User
 
Join Date: Apr 2005
Posts: 28
linuxfedorafirefox
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

Similar problem on a Sony Vaio VPCYA15FG with Atheros AR9285 wifi, loading default ath9k driver. Worked fine with fresh F14 install, but after full update, cannot enable wireless via NetworkManager icon, even tho ath9k module is loaded.

Running NetworkManager 0.8.1-10.git20100831.fc14

Possible solution - acer_wmi module is broken and interfering with wireless.
modprobe -r acer_wmi
Success!!, instantly wifi starts working again.

See:

https://bugzilla.redhat.com/show_bug.cgi?id=665341

http://www.mail-archive.com/networkm.../msg16494.html

https://bugzilla.kernel.org/show_bug.cgi?id=16570

https://bugzilla.redhat.com/show_bug.cgi?id=655371

https://bugzilla.redhat.com/show_bug.cgi?id=658003
Reply With Quote
  #8  
Old 13th May 2011, 06:56 PM
technolope Offline
Registered User
 
Join Date: Nov 2008
Location: Newton, MA
Posts: 15
linuxfedorafirefox
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

Quote:
Originally Posted by Imaginenz View Post
Possible solution - acer_wmi module is broken and interfering with wireless.
modprobe -r acer_wmi
Success!!, instantly wifi starts working again.
Same problem, Lenovo S205, updated Fedora 14 x86_64 installation, AR9285 adaptor, 2.6.35.13-91.fc14.x86_64 kernel, NetworkManager-0.8.4-1.fc14.x86_64, same solution. Thanks!
Reply With Quote
  #9  
Old 15th May 2011, 10:57 AM
rksplash Offline
Registered User
 
Join Date: Jan 2009
Posts: 5
linuxmidori
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

Has any body tried disabling NetworkManager and simply using iwconfig to connect. You can add it to /etc/rc.d/rc.local as default .

dhclient -r wlanX
dhclient -r ethX
ifconfig wlan0
iwconfig essid XXXXX key XXXXXXXXXXXXXXXXXXX
dhclient wlan0

Works for me.
Reply With Quote
  #10  
Old 16th November 2011, 05:58 AM
thunderheights Offline
Registered User
 
Join Date: Mar 2009
Posts: 21
linuxchrome
Re: Fedora 14 x86_64 NetworkManager fails to enable wireless

Quote:
Originally Posted by gothiclovechild View Post
I had a similar issue a while back. what I did that fixed it for me was installed rfkill and typed su -c 'rfkill unblock wifi'
Thanks so much for this
Reply With Quote
Reply

Tags
fedora14, networkmanager, wireless, x86_64

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora 13 x86_64 Install fails twohot Using Fedora 4 10th June 2010 09:26 AM
How to enable SSL for NetworkManager-vpnc plugin? blueflame Servers & Networking 0 15th April 2010 09:32 AM
'Enable wireless' option not in networkmanager Dsus4 Hardware & Laptops 28 21st July 2009 02:25 PM
Fedora 10 x86_64: wget fails out of the box FacePalmGuy Using Fedora 4 16th April 2009 03:10 PM


Current GMT-time: 22:52 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat