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
  #16  
Old 30th March 2006, 01:28 PM
chocobanana's Avatar
chocobanana Offline
Registered User
 
Join Date: Jun 2005
Posts: 125
jhc, take a look at this post. It is still unsolved, but it might have a solution soon....

http://www.fedoraforum.org/forum/sho...d.php?t=101545
Reply With Quote
  #17  
Old 30th March 2006, 08:35 PM
Mickey79 Offline
Registered User
 
Join Date: Mar 2006
Age: 33
Posts: 11
Quote:
Originally Posted by Iron_Mike

4. Next comes the wpa_supplicant config files, go to the directory /etc/wpa_supplicant. Using a editor open the "wpa_supplicant.conf" and edit it, here is mine

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=1 <--------This is because I'm broadcasting SSID, If not broadcasting it will be 2
update_config=1
network={
ssid="mesa_wifi" <-----You need the quote marks
key_mgmt=WPA-PSK
proto=WPA
pairwise=CCMP <-----This is AES, you can use TKIP also
psk="my password!" <-----Plain text, with quotes
}

ONE NOTE, it seems WPA_SUPPLICANT doesn't like weird control characters in the password!.

Save and exit.

5. Next go to /etc/sysconfig With a editor open wpa_supplicant mine looks like this:

# wlan0 and wifi0
# INTERFACES="-iwlan0 -iwifi0"
INTERFACES="-ieth1" <----Changed to correspond to my interface with quotes
# ndiswrapper and prism
# DRIVERS="-Dndiswrapper -Dprism"
DRIVERS="-Dwext" <-----Added this as I couldn't get -Dipw to work with quotes

BIG NOTE, even with FC4 I could not get the -Dipw option to work, I had to switch to the -Dwext which is Fedora's wireless extension.
I do not think these steps are necessary if you want to use Network Manager. My objections are that it works no matter wpa_supplicant.conf is configured or not but it does not work if I turn off SSID broadcast in my access point configuration (tried Netgear WG602v2 and Checkpoint VPN-1 Edge). If I use neat even ap_scan=2 does not help. The only thing that helps in my configuration is the option scan_ssid=1. But until now I could not find a way to tell Network Manager that it should use this option.
Reply With Quote
  #18  
Old 30th March 2006, 09:21 PM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
If you are not going to broadcast your SSID, you will have to open NetworkManager and select "Create Network Connection" and enter the SSID, key type, etc.....
Reply With Quote
  #19  
Old 30th March 2006, 11:26 PM
aschreiber1 Offline
Registered User
 
Join Date: Mar 2006
Posts: 25
Quote:
Originally Posted by jhc
Hi, I am able to get through the whole WPA hurdle and can finally connect to my wireless network, but I cannot gain access to the internet . Am I still missing something from my setup? Help/suggestions would be much appreciated.
Make sure that you have "Automatically obtain DNS information from provider" checked off for your wireless card (or any card for that matter) under System => Administration => Network. You have to select the card and click "Edit" to modify.
Reply With Quote
  #20  
Old 30th March 2006, 11:30 PM
aschreiber1 Offline
Registered User
 
Join Date: Mar 2006
Posts: 25
System automatically reboots when I start NetworkManager

I am in quite a pickle because I have spent the last week tinkering with everything wireless and encryption related in FC5 and the only way I can connect to the internet via WiFi is if I run the following two commands after I login.

1. iwconfig wlan0 essid 'myssid'
2. dhclient wlan0

I can't use encryption b/c I can't get any of the necessary services to work. When I try running wpa_supplicant by itself it freezes my OS and when I try to run NetworkManager it reboots my computer.

Any ideas?
Reply With Quote
  #21  
Old 31st March 2006, 12:18 AM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
Quote:
Originally Posted by aschreiber1
I am in quite a pickle because I have spent the last week tinkering with everything wireless and encryption related in FC5 and the only way I can connect to the internet via WiFi is if I run the following two commands after I login.

1. iwconfig wlan0 essid 'myssid'
2. dhclient wlan0

I can't use encryption b/c I can't get any of the necessary services to work. When I try running wpa_supplicant by itself it freezes my OS and when I try to run NetworkManager it reboots my computer.

Any ideas?

Do you happen to have the wpa_supplicant service enabled under services?? If so turned it off, does Networkmanager still cause a reboot???
Reply With Quote
  #22  
Old 31st March 2006, 02:27 AM
jhc Offline
Registered User
 
Join Date: Mar 2006
Posts: 4
There is a wpa_supplicant update at http://fedoranews.org/cms/node/548 . I have not tried it yet, but it may solve some problems that quite a few of us are having.
Reply With Quote
  #23  
Old 31st March 2006, 03:30 PM
chocobanana's Avatar
chocobanana Offline
Registered User
 
Join Date: Jun 2005
Posts: 125
Hi there

I have another question

I'm connecting to a wpa protected network. How do I make network manager connect automatically without always asking me a password?

Thanks
Reply With Quote
  #24  
Old 31st March 2006, 03:32 PM
Mickey79 Offline
Registered User
 
Join Date: Mar 2006
Age: 33
Posts: 11
Quote:
Originally Posted by Iron_Mike
If you are not going to broadcast your SSID, you will have to open NetworkManager and select "Create Network Connection" and enter the SSID, key type, etc.....
Of course. But this "hint" does not help.
Reply With Quote
  #25  
Old 31st March 2006, 04:32 PM
aschreiber1 Offline
Registered User
 
Join Date: Mar 2006
Posts: 25
wpa_supplicant is stopped by default. So when I try and run NetworkManager it just reboots.
Reply With Quote
  #26  
Old 31st March 2006, 04:38 PM
aschreiber1 Offline
Registered User
 
Join Date: Mar 2006
Posts: 25
Will this update work with the Belkin Pre-N wireless card that uses the Netgear drivers?

If you check out this page http://www.linuxquestions.org/questi...=379814&page=2 about midway down the page a user named "ben666" provides a wealth of information that enabled me to at least get to the point where I am now.

The two key pieces of information he provides are:

1. If you download the Netgear WPNT511 driver (the firmware download) you'd find the timestamp is newer (as opposed to using ndiswrapper with the actual drivers for the Belkin card).

2. Add pci=assign-busses to the boot parameter of the kernel in grub.conf.

Using that information and running these commands from a terminal window:

1. iwconfig wlan0 essid 'myssid'
2. dhclient wlan0

get me online but without encryption.
Reply With Quote
  #27  
Old 31st March 2006, 07:06 PM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
Quote:
Originally Posted by chocobanana
Hi there

I have another question

I'm connecting to a wpa protected network. How do I make network manager connect automatically without always asking me a password?

Thanks

I don't think there is a way, it will ask for the "network password" or the "keyring manager" password. It would make it a little more convienent to have it automatically logon to a wpa network.
Reply With Quote
  #28  
Old 31st March 2006, 07:11 PM
aschreiber1 Offline
Registered User
 
Join Date: Mar 2006
Posts: 25
wpa_supplicant

It worked!!! Wow! I am so thrilled! No if only I could get NetworkManager to work too so I can have everything running automatically at startup.

Updating wpa_supplicant from this url (http://fedoranews.org/cms/node/548) worked!!!

Last edited by aschreiber1; 31st March 2006 at 07:14 PM. Reason: Forgot to include "original quote in reply"
Reply With Quote
  #29  
Old 31st March 2006, 07:12 PM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
Quote:
Originally Posted by aschreiber1
wpa_supplicant is stopped by default. So when I try and run NetworkManager it just reboots.

How are you trying to start NetworkManager?? From a terminal window or did you enable the services from the "services" menu???
Reply With Quote
  #30  
Old 2nd April 2006, 05:38 PM
dr.destroyer Offline
Registered User
 
Join Date: Apr 2006
Location: Warsaw, Poland
Posts: 1
Simpler way to get WiFi working

I also managed to get wireless network working using WPA2 encription, but in my case it was achieved in simpler way without editing any configuration files.
1. I turned on NetworkManager and NetworkManager Dispatcher in runlevels 3,4,5 (4 is probably not required)
2. I downloaded ipw2200 firmware and extracted them to /lib/firmware
3. I rebooted my notebook, NetworkManager appeared in gnome's notification area.
4 I left clicked NetworkManager icon and chose my network, it was already there.
5. In window that appeared I chose WPA2 and automatic encryption (you can also explicily choose TKIP or AES I think) and typed in WPA2 passphrase and passwords for keyring and voila, it worked.
6. In network configuration I turned off automatic activation of my wired connection.

The network works perfectly. But in System/Administration/Network there are no entries for wireles connection, only one entry for ethernet connection. But it works.

I don't know where NetworkManager stores the configuation. Does anybody know where it is stored?
Reply With Quote
Reply

Tags
fc5, ipw2915, issues, manager, network, solved, wpa or wpa2

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
Solved Network Manager WL100 hidden SSID VideoRoy Servers & Networking 3 14th January 2009 12:24 AM
SOLVED: Network Manager problems reappear after newkey update crainey69 Servers & Networking 0 16th September 2008 12:02 AM
Network manager, WPA2 & PPTP Issues lynxus Servers & Networking 8 12th November 2007 07:39 AM
Network Manager Issues jarb Servers & Networking 3 19th June 2007 10:31 AM
network manager fails to properly recognize intel 2915 wifi idiotprogrammer Servers & Networking 16 30th June 2006 07:59 PM


Current GMT-time: 07:05 (Tuesday, 18-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