 |
 |
 |
 |
| Installation and Live Media Help with Installation & Live Media (Live CD, USB, DVD) problems. |

8th February 2012, 08:18 PM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: Strasbourg
Posts: 5

|
|
|
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
|

8th February 2012, 08:46 PM
|
 |
"Shells" (of a sub world)
|
|
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608

|
|
|
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.
|

9th February 2012, 06:03 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: Strasbourg
Posts: 5

|
|
|
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
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.
|

9th February 2012, 07:52 AM
|
 |
'The Blue Dragon'
|
|
Join Date: Jan 2011
Location: chennai
Posts: 996

|
|
|
Re: fresh fedora 16, wifi working but no connection
Quote:
Originally Posted by mbfortuna
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
|

9th February 2012, 02:47 PM
|
|
Registered User
|
|
Join Date: Mar 2008
Location: USA
Posts: 9

|
|
|
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.
|

10th February 2012, 01:38 PM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: Strasbourg
Posts: 5

|
|
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
|

30th March 2012, 08:53 PM
|
|
Registered User
|
|
Join Date: Mar 2012
Location: Oregon
Posts: 4

|
|
|
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
|

17th November 2012, 05:48 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Location: Delhi
Posts: 1

|
|
|
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."
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 05:16 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|