Fedora Linux Support Community & Resources Center
  #1  
Old 8th February 2012, 08:18 PM
mbfortuna Offline
Registered User
 
Join Date: Feb 2012
Location: Strasbourg
Posts: 5
linuxfirefox
fresh fedora 16, wifi working but no connection

I fresh installed fedora 16 on my Asus x72j with a Atheros AR23x/45x or something like that. The pci works but I can't connect to internet. Instead, I surf in web with my wired connection.
If needed I can post ifconfig, iwconfgi, lsci and everything you need to help me.
I googled but I can't find what to do as I'm new in Linux world.
Thanks for your help
Reply With Quote
  #2  
Old 8th February 2012, 08:46 PM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608
linuxfedorafirefox
Re: fresh fedora 16, wifi working but no connection

Fedora search: Atheros wifi
Dunno, but i get over 5000 results just on fedora forum pages...

Whats the output of:
Code:
uname -r
dmesg|grep wifi
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb

Last edited by sea; 8th February 2012 at 08:49 PM.
Reply With Quote
  #3  
Old 9th February 2012, 06:03 AM
mbfortuna Offline
Registered User
 
Join Date: Feb 2012
Location: Strasbourg
Posts: 5
linuxfirefox
Re: fresh fedora 16, wifi working but no connection

Thanks for your answer.
The respective out put for uname-r and dmesg|grep wifi are:
Code:
3.2.3-2.fc16.x86_64
Code:
no messages
but I can't connect. Fedora"s Network Manager asks the key many times but the key is correct cause my wife"s computer is already connected.
Reply With Quote
  #4  
Old 9th February 2012, 07:52 AM
hadrons123's Avatar
hadrons123 Offline
'The Blue Dragon'
 
Join Date: Jan 2011
Location: chennai
Posts: 996
linuxfirefox
Re: fresh fedora 16, wifi working but no connection

Quote:
Originally Posted by mbfortuna View Post
I fresh installed fedora 16 on my Asus x72j with a Atheros AR23x/45x or something like that. The pci works but I can't connect to internet. Instead, I surf in web with my wired connection.
If needed I can post ifconfig, iwconfgi, lsci and everything you need to help me.
I googled but I can't find what to do as I'm new in Linux world.
Thanks for your help
post the output of

Code:
 lspci -vvv | grep WLAN
__________________
LENOVO Y580 FHD Intel® Core™ i7-3630QM CPU @ 2.40GHz × 8 |660M GTX NVIDIA | 120 GB SSD OCZ AGILITY Fedora
Reply With Quote
  #5  
Old 9th February 2012, 02:47 PM
BarbieQ1 Offline
Registered User
 
Join Date: Mar 2008
Location: USA
Posts: 9
linuxfirefox
Re: fresh fedora 16, wifi working but no connection

If it helps, I'm having the same issue with a new Fedora 16 64bit install I did yesterday. My Vaio has an active, working wifi connection. It works fine under the Windows partition and also on Fedora before I updated everything after the install. But now under Fedora, I can't access pages or make any additional yum updates via the wireless connection. I can use a wired connection, though.

I have yet to find the reason, but I'll post if I figure it out soon. I presume it was one of the updates... unfortunately it was a first update with over a hundred at the same time.
Reply With Quote
  #6  
Old 10th February 2012, 01:38 PM
mbfortuna Offline
Registered User
 
Join Date: Feb 2012
Location: Strasbourg
Posts: 5
linuxfirefox
Wink Re: fresh fedora 16, wifi working but no connection

Hi everybidy,
I'll Tag this post SOLVED cause I found how to fix this issue.
Install WICD

Code:
# yum install wicd wicd-common wicd-gtk
# su
# systemctl enable wicd.service
to stay in peace with SElinux
Code:
 # semanage fcontext -a -t puppet_tmp_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t named_cache_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t NetworkManager_etc_rw_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t NetworkManager_tmp_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t NetworkManager_log_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t sysctl_net_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t NetworkManager_var_lib_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t NetworkManager_var_run_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t net_conf_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t user_cron_spool_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t pppd_var_run_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t afs_cache_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t NetworkManager_t '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t root_t '/etc/dhcp/manager-settings.conf'
     # restorecon -v '/etc/dhcp/manager-settings.conf'
     # semanage fcontext -a -t named_cache_t '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t NetworkManager_etc_rw_t '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t NetworkManager_tmp_t '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t NetworkManager_log_t '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t NetworkManager_var_lib_t '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t NetworkManager_var_run_t '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t net_conf_t '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t pppd_var_run_t '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t root_t '/etc/dhcp/wireless-settings.conf'
     # restorecon -v '/etc/dhcp/wireless-settings.conf'
     # semanage fcontext -a -t named_cache_t '/etc/dhcp/wired-settings.conf'
     # semanage fcontext -a -t NetworkManager_etc_rw_t '/etc/dhcp/wired-settings.conf'
     # semanage fcontext -a -t NetworkManager_tmp_t '/etc/dhcp/wired-settings.conf'
     # semanage fcontext -a -t NetworkManager_log_t '/etc/dhcp/wired-settings.conf'
     # semanage fcontext -a -t NetworkManager_var_lib_t '/etc/dhcp/wired-settings.conf'
     # semanage fcontext -a -t NetworkManager_var_run_t '/etc/dhcp/wired-settings.conf'
     # semanage fcontext -a -t net_conf_t '/etc/dhcp/wired-settings.conf'
     # semanage fcontext -a -t pppd_var_run_t '/etc/dhcp/wired-settings.conf'
     # semanage fcontext -a -t root_t '/etc/dhcp/wired-settings.conf'
     # restorecon -v '/etc/dhcp/wired-settings.conf' 
     # reboot

wicd
restorecon -v '/etc/wicd/manager-settings.conf'
restorecon -v '/etc/wicd/wireless-settings.conf'
restorecon -v '/etc/wicd/wired-settings.conf'
System Start-up
Code:
chkconfig | grep wicd
chkconfig --level 2345 wicd on
chkconfig --level 2345 NetworkManager off

Restart computer
You'll find wicd on activities/applications/Internet

That's what I did and now I'm using my wifi-connection

Cheers
Mauiricio
Reply With Quote
  #7  
Old 30th March 2012, 08:53 PM
alcer123 Offline
Registered User
 
Join Date: Mar 2012
Location: Oregon
Posts: 4
linuxchrome
Re: fresh fedora 16, wifi working but no connection

Thanks for the solutions, I guess the network manager that is shipped with Fedora 16 is the problem. I have a Lenovo X200 tablet, with Intel wifi and video card, and it was working fine in Fedora 14 but not in F16. I followed instructions on installing wicd network manager and now it is working fine.
I had some other problems with other applications and took me a few days to have this laptop running again, but I did not quit and I am enjoying the new look of Fedora.
Thank you very much hope the Fedora people switch to the wicd net manager.

From Oregon,
Al Cervantes
Reply With Quote
  #8  
Old 17th November 2012, 05:48 AM
DSlinux Offline
Registered User
 
Join Date: Nov 2012
Location: Delhi
Posts: 1
windows_7chrome
Re: fresh fedora 16, wifi working but no connection

@ MBFortuna

I am using Fedora 16. initially my wifi was not working. So I tried the code you have posted. But after restarting WIFI is still not working.

Now Wired connection is also not working & no icon is being displayed at the top of the desktop screen.

I am getting the following error:-
" COULD NOT CONNECT TO wicd's D-Bus interface. Check the wicd log for error messages. "


clicking Ok displayes the next message :
"Error connecting to wicd service via D-Bus. Please ensure the wicd service running."
Reply With Quote
Reply

Tags
connection, fedora, fresh, wifi, working

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
wifi working under ubuntu 11.04 & 11.10 but not working under fedora Vigorousvj Hardware & Laptops 2 13th November 2011 10:42 PM
No network connection on a fresh Fedora 13 install. DriftyFlintlock Servers & Networking 9 6th December 2010 03:31 AM
Fedora 10: How To Get A Stable Wifi Connection ? cuban_cigar Using Fedora 8 28th April 2009 09:13 PM
Wifi connection woes with Dell and Fedora 7 feffer Hardware & Laptops 5 2nd August 2007 06:58 PM


Current GMT-time: 05:16 (Saturday, 25-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