Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19th July 2011, 05:25 PM
jibust Offline
Registered User
 
Join Date: Jul 2011
Posts: 3
windows_7chrome
Red face No Wireless Connection, Fedor 15 n00b!!

I decided to give linux a try on an old laptop I had at my house. It's a Dell Inspiron (don't remember the model, will update as soon as I get home). Installation was flawless and extremely fast, but I cannot connect to my house's wireless network. I had exactly the same problem with Ubuntu, which is why I tried Fedora. I had installed Ubuntu over a year back and it had worked flawleslly, but I had to loan the pc to a friend so I reinstalled Windows.

Wireless drivers are Intel PRO/Wireless 2200 which should be included in the kernel. I am a complete Linux/Fedora n00b, just want to start learning.

Any help will be greatly appreciated.

José
Reply With Quote
  #2  
Old 19th July 2011, 06:18 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfirefox
Re: No Wireless Connection, Fedor 15 n00b!!

Consider a simple on/off switch for wireless somewhere on the computer (it happens all the time), a BIOS setting, or rfkill. Also make sure the firmware package was installed. Try connecting by wire and upgrading all packages to the latest versions.
Reply With Quote
  #3  
Old 19th July 2011, 06:31 PM
jibust Offline
Registered User
 
Join Date: Jul 2011
Posts: 3
windows_7chrome
Re: No Wireless Connection, Fedor 15 n00b!!

Quote:
Originally Posted by stoat View Post
Consider a simple on/off switch for wireless somewhere on the computer (it happens all the time), a BIOS setting, or rfkill. Also make sure the firmware package was installed. Try connecting by wire and upgrading all packages to the latest versions.

Actually let me explain my problem in more detail. My pc does identify wireless connections but when I try connecting to my home network, it never connects, it just keeps showing the wep password dialog box. I have made sure the password is correct, but as soon as I type it a few minutes go by, and it pops up again. My network is secured with a 128 bit hex password.

By the way, loving the almost instant response to the questions. Now this is real support!

Thanks!!!!

Last edited by jibust; 19th July 2011 at 07:34 PM.
Reply With Quote
  #4  
Old 19th July 2011, 08:39 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfirefox
Re: No Wireless Connection, Fedor 15 n00b!!

Some things to try for that (no promises)..

If there already is a connection for that network in NetworkManager (Right-click NM icon, Edit Connections, Wireless), then delete it and try again.

Use a "normal" alphanumeric ASCII passphrase. Even though they are supposed to be okay, try a passphrase that does not have spaces or special characters.

Instead of entering the ASCII passphrase, try entering the hexadecimal key that it gets converted into. An easy way to get the key(s) is to look in your router setup.

Try WPA encryption. It's better anyway. A teenager can get that WEP key in a minute using free software.

If your SSID is hidden, don't do that. Hiding it doesn't do anything useful anyway. That same teenager can get the SSID from packet traffic. Your normal neighbors will only look at it in their lists of available networks.
Reply With Quote
  #5  
Old 19th July 2011, 09:03 PM
jibust Offline
Registered User
 
Join Date: Jul 2011
Posts: 3
windows_7chrome
Re: No Wireless Connection, Fedor 15 n00b!!

Quote:
Originally Posted by stoat View Post
Some things to try for that (no promises)..

If there already is a connection for that network in NetworkManager (Right-click NM icon, Edit Connections, Wireless), then delete it and try again.

Use a "normal" alphanumeric ASCII passphrase. Even though they are supposed to be okay, try a passphrase that does not have spaces or special characters.

Instead of entering the ASCII passphrase, try entering the hexadecimal key that it gets converted into. An easy way to get the key(s) is to look in your router setup.

Try WPA encryption. It's better anyway. A teenager can get that WEP key in a minute using free software.

If your SSID is hidden, don't do that. Hiding it doesn't do anything useful anyway. That same teenager can get the SSID from packet traffic. Your normal neighbors will only look at it in their lists of available networks.
Thanks for your suggestions stoat.

I'm actually using WEP because WPA is not supported by the Xbox, but I'll just do a wired connection for the Xbox. As soon as I get home I will do the changes and let you know.
Reply With Quote
  #6  
Old 5th October 2011, 03:46 AM
450Roost Offline
Registered User
 
Join Date: Oct 2011
Posts: 5
linuxfirefox
Re: No Wireless Connection, Fedor 15 n00b!!

I'm the newest of the noobs, I am running fedora off a cd right now and wired in, I am in the network connection manager trying to setup my wireless, where can I get my ssid?
Reply With Quote
  #7  
Old 5th October 2011, 04:16 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
windows_xp_2003ie
Re: No Wireless Connection, Fedor 15 n00b!!

When everything is working right, and if your router is broadcasting it's SSID, then you should see it listed in the available networks when you left-click the NetworkManager panel icon. If you see networks just not yours, then turn on SSID broadcasting in the router. If you don't see any networks, then you may need to do something such as install a wireless driver. It's not exactly unheard of. Another indication of that state of affairs is no wireless interface listed in the output of this terminal command...
Code:
ifconfig
If you think that is the case, then try to identify the chipset of the wireless device. One of these may do that...
Code:
lspci
lsusb
Reply With Quote
  #8  
Old 5th October 2011, 04:53 AM
450Roost Offline
Registered User
 
Join Date: Oct 2011
Posts: 5
linuxfirefox
Re: No Wireless Connection, Fedor 15 n00b!!

yes stoat, I think you are correct.

ipconfig returns (or do I say output?)
bash: ipconfig: cmmand not found...

I am going to finish the install, I have quetions about that that I am going to go search for. I'll be back if I can't figure it out. Thanks!
Reply With Quote
  #9  
Old 5th October 2011, 01:12 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfirefox
Re: No Wireless Connection, Fedor 15 n00b!!

Quote:
Originally Posted by 450Roost

ipconfig returns (or do I say output?)
bash: ipconfig: cmmand not found...
It's ifconfig, not ipconfig. And if lspci lists a "Network controller", then you should post that information to identify the wireless chipset. If lspci does not list it, then post the lsusb stuff.
Reply With Quote
Reply

Tags
dell, help me!, n00b, wireless, wireless connection

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
N00B Needs Help With Fedora 14 / RaLink RT 3090 Wireless Serson Person Hardware & Laptops 3 26th January 2011 04:19 AM
dell inspiron 1721 wireless not working...HELP I'm a n00b StuRuckus Hardware & Laptops 3 17th October 2008 09:56 PM
Wireless assistance for a N00b bobbyjones2k5 Servers & Networking 10 8th December 2007 01:29 AM
Fedora n00b can't get internet connection Shagbag Servers & Networking 18 26th November 2007 08:49 PM
How do I get my wireless connection to see a hotel network connection margni Using Fedora 7 26th February 2006 11:57 PM


Current GMT-time: 23:20 (Wednesday, 19-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