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 5th August 2012, 12:39 AM
Sethanath Offline
Registered User
 
Join Date: Dec 2008
Posts: 81
linuxfirefox
Need Help Troubleshooting Internet Access.

Hi,

I have been using Fedora 17 for three days. I also have been using wired connection in order to access to internet. If I try to use my wireless connection, it would keep prompting me for pass phase, and it would keep promting me that way.

1. Can someone help me troubleshoot my wireless connection. I wireless USB Adapter is "USB Wireless Lan Adapter 150 Mbps LK-2122". -> http://www.amazon.com/Wireless-802-1...ywords=LK-2122

2. Both wireless and wired access are super slow.

P.S. I completed my software update. There is no more update available.

Thanks.
Reply With Quote
  #2  
Old 5th August 2012, 05:13 PM
oystercatcher Offline
Registered User
 
Join Date: Jul 2004
Posts: 244
macosmidori
Re: Need Help Troubleshooting Internet Access.

I had the same problem with wireless but if I brought my laptop next to the wireless router it would connect. This was an hp laptop with a broadcom wireless card. So I think there is a driver problem.

Do you have other computers that are working fine on your network? Just trying to eliminate if you might have network problems.
Reply With Quote
  #3  
Old 5th August 2012, 06:27 PM
Sethanath Offline
Registered User
 
Join Date: Dec 2008
Posts: 81
linuxfirefox
Re: Need Help Troubleshooting Internet Access.

The computer which has problems is a PC. My laptop running XP is connecting to the internet fine.

Thanks.
Reply With Quote
  #4  
Old 5th August 2012, 06:54 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: Need Help Troubleshooting Internet Access.

I have a page on troubleshooting wireless which might help. It covers taking NetworkManager out of equation to see if that's the issue.

http://home.roadrunner.com/~computer.../wireless.html
Reply With Quote
  #5  
Old 5th August 2012, 09:26 PM
Sethanath Offline
Registered User
 
Join Date: Dec 2008
Posts: 81
windows_xp_2003firefox
Re: Need Help Troubleshooting Internet Access.

Thanks. I was so excited. I was able to follow your post perfectly.

However, the command below

wpa_supplicant -Dwext -iwlan0 -cwpa.conf

gave me the error message

"Device or resource busy wlan0: Failed to initiate AP scan".

Thanks so much.

P.S. I am answering from my XP laptop.
Reply With Quote
  #6  
Old 5th August 2012, 10:54 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: Need Help Troubleshooting Internet Access.

Ok, but up till then it works? That is, running iwlist wlan0 scan gives back a list of networks?
Reply With Quote
  #7  
Old 5th August 2012, 11:24 PM
Sethanath Offline
Registered User
 
Join Date: Dec 2008
Posts: 81
windows_xp_2003firefox
Re: Need Help Troubleshooting Internet Access.

Yes, I saw my wireless router in there. Your list of commands work. I only have issue with that last piece.

Million Thanks.
Reply With Quote
  #8  
Old 6th August 2012, 01:33 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: Need Help Troubleshooting Internet Access.

I think I would try to reboot once more, making sure that NetworkManager isn't running. Hrrm, I should update the page, in Fedora 17, the command is probably systemctl disable NetworkManager.service. (Untested, but that fits the pattern)

Then reboot and try the wpa_supplicant command again. If it does succeed, and seems to connect, you will probably have to then run dhclient wlan0
Reply With Quote
  #9  
Old 6th August 2012, 01:51 AM
Sethanath Offline
Registered User
 
Join Date: Dec 2008
Posts: 81
windows_xp_2003firefox
Re: Need Help Troubleshooting Internet Access.

Thanks. I did the following.

1. Reboot.
2. su -
3. systemctl disable NetworkManager.service
4. Reboot.
5. su -
6. ifconfig wlan0
7. ifconfig wlan0 up
8. iwlist wlan0 scan
7. wpa_supplicant -Dwext - iwlan0 -cwpa.conf

This time the last command never finish.
Reply With Quote
  #10  
Old 6th August 2012, 03:01 AM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: Need Help Troubleshooting Internet Access.

What do you mean, didn't finish?
Reply With Quote
  #11  
Old 6th August 2012, 03:24 AM
Sethanath Offline
Registered User
 
Join Date: Dec 2008
Posts: 81
windows_xp_2003firefox
Re: Need Help Troubleshooting Internet Access.

The command

wpa_supplicant -Dwext - iwlan0 -cwpa.conf

is still executing still.

Thanks.
Reply With Quote
  #12  
Old 7th August 2012, 03:40 AM
Sethanath Offline
Registered User
 
Join Date: Dec 2008
Posts: 81
windows_xp_2003firefox
Re: Need Help Troubleshooting Internet Access.

Help Help Help. Mine does not work yet.
Reply With Quote
  #13  
Old 7th August 2012, 01:07 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxfirefox
Re: Need Help Troubleshooting Internet Access.

In that case, I think the first thing I'd do is find out what type of card it is by running lspci and looking at the last few lines--one of them will give the card model. Then, I'd google fedora and the card number, or search these forums with the card as the search term.

I'd also try it with Ubuntu or Mint as both of them, I _think_ provide drivers for some of the closed source cards, and see if it works with them--then you have an idea if it's Fedora or Linux in general. You could use a live CD.

The one or two times I've run into something similar, was back when drivers for my particular card weren't very good, and I used the openwireless drivers, or something like that--but that was awhile ago.

Other possibilities--temporarily disable iptables with systemctl stop iptables.service and if that doesn't help, temporarily stop SELinux with setenforce 0. If neither of those help, then go to the nearest Starbucks or your public library or anywhere that has open wireless to see if it works there, which would indicate that the problem may be wpa_supplicant rather than the card.
Reply With Quote
  #14  
Old 8th August 2012, 05:37 PM
Sethanath Offline
Registered User
 
Join Date: Dec 2008
Posts: 81
windows_7firefox
Re: Need Help Troubleshooting Internet Access.

Okay, my internet works last night. I disconnected my USB network card from the back of my computer, and reconnected it to the front of my same computer.

Now, it works.

Thanks.
Reply With Quote
  #15  
Old 8th August 2012, 11:05 PM
smr54 Online
Registered User
 
Join Date: Jan 2010
Posts: 5,024
linuxchrome
Re: Need Help Troubleshooting Internet Access.

Great. You can, as the originator of the thread, mark it solved by clicking the thread tools icon.
Reply With Quote
Reply

Tags
access, internet, troubleshooting

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
Wireless fedora computer cannot access internet (but can access network) eric_x Servers & Networking 18 5th July 2011 06:13 PM
Disable Internet access to a user and enable remote access to the machine for the use santhoshsd Security and Privacy 0 11th October 2008 04:08 PM
cannot access Internet but can access router Lion07 Servers & Networking 15 27th January 2008 02:53 AM
Internet Conectivity Troubleshooting Lorquas Servers & Networking 3 2nd December 2006 05:25 AM
Internet Connection Sharing and Routing Troubleshooting axel Servers & Networking 0 24th January 2006 04:59 PM


Current GMT-time: 02:53 (Thursday, 20-06-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