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 1st May 2007, 02:15 AM
yinglcs Offline
Registered User
 
Join Date: Mar 2006
Posts: 176
Is there anything to automatic detect my network connection

Hi,

If I connect my network cable to my laptop running fedora, can fedora automatically detect it and setup the network interface?

If yes, can you please tell me how to enable that?

Thank you.
Reply With Quote
  #2  
Old 1st May 2007, 02:50 AM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300
Yeah - it's easy.

Select (from the top panel) System->Admin..->Network. You should see a line in the window, probably called "eth0".. Select that line, then select the "edit" button. In the edit window select the box "Activate device when computer starts", and select "Automatically obtain IP address settings with 'dhcp'". Also check the box titled "Automatically obtain DNS information from provider.". Then click OK at the bottom of the edit window. Select "file->save" in the main "network" window. Reboot.

This should work if your system is directly connected to the net or if you have a conventional router which is configured to serve dhcp and dns.
Reply With Quote
  #3  
Old 2nd May 2007, 02:38 AM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
That won't do it. He wants it to dynamically connect to networks withOUT rebooting.

From terminal;

su
<enter root password>
/sbin/chkconfig NetworkManager on
/sbin/service NetworkManager start
exit
exit


This will add a NetworkManager icon to your notification area, and will connect with the best network adapter for which there is an available connection, for example, if you are connected to a wireless network and plug in to a wire, it will switch to the wired network.

Also, NetworkManager can detect and connect to wireless networks if you have a wifi adapter.
Reply With Quote
  #4  
Old 2nd May 2007, 04:27 PM
kbwill Offline
Registered User
 
Join Date: Jul 2006
Location: North Florida
Posts: 51
I am very interested in this topic -
I installed the firmware for my IPW220 internal wireless adapter on my Dell D810 Lattitude laptop.
The Network Manager "recognizes" my wireless adapter now.
Yet when I boot up I want it to automatically identify nearby access points like my own house or Panera Bread or the public library.
How do I do that?
__________________
Learning RHEL and FC6 as I go...
#Some assembly may be required.
Reply With Quote
  #5  
Old 3rd May 2007, 07:03 AM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
You CLICK on the network manager icon in your notification area and choose the wireless network you want to connect to.
Reply With Quote
  #6  
Old 3rd May 2007, 03:10 PM
kbwill Offline
Registered User
 
Join Date: Jul 2006
Location: North Florida
Posts: 51
Maybe I do not have the "Network Manager" y'all are refering to.
I go to System>Administration>Network
but the window title bar does not say "Network Manager."
Then I went to Applications>Add/Remove Software and after the Package Manager opened I searched for "Network Manager" and discovered that it is a KDE applet.
I have Gnome desktop, will a KDE applet work on my Gnome?
__________________
Learning RHEL and FC6 as I go...
#Some assembly may be required.
Reply With Quote
  #7  
Old 3rd May 2007, 04:18 PM
such007 Offline
Registered User
 
Join Date: Sep 2005
Location: Baltimore, MD
Posts: 75
Did you follow the steps A.Serbinski listed. If so you should see in your notification area 4bars that indicate signal strength, or possibly an icon that resembles an rj45 (cat5/6) connector. This definitely works in Gnome. I run Gnome with network manager. Just to reiterate

su -
(enter root password)
chkconfig NetworkManager on
service NetworkManager start

You should see the icon appear in your notification area, if not give it a reboot and check again.
Reply With Quote
  #8  
Old 3rd May 2007, 05:35 PM
kbwill Offline
Registered User
 
Join Date: Jul 2006
Location: North Florida
Posts: 51
I did not try that.
I guess I thought it was already working or renamed or something.
SWEEET! the Network Manager works!
Thanks such007!
Sweeet! I cannot wait to try this at home tonight.
I am really enjoying Fedora more and more everyday.
I hope people move from windows to Fedora soon.
Thanks again such007!
__________________
Learning RHEL and FC6 as I go...
#Some assembly may be required.
Reply With Quote
  #9  
Old 4th May 2007, 06:35 PM
kbwill Offline
Registered User
 
Join Date: Jul 2006
Location: North Florida
Posts: 51
Well ... that did not help. I mean it did but I still cannot connect to my wireless at home.
My laptop connects just fine with my wired netork but I have yet to successfully connect wirelessly.
I have my eth0 setup with a static IP within the scope os my work LAN and my home LAN.
I was hoping Network Manager would identify any surrounding access points and I could select one and connect.
I often see discussions about an "ndiswrapper" and now I wonder, do I need that too?
__________________
Learning RHEL and FC6 as I go...
#Some assembly may be required.
Reply With Quote
  #10  
Old 4th May 2007, 06:46 PM
such007 Offline
Registered User
 
Join Date: Sep 2005
Location: Baltimore, MD
Posts: 75
you do not need ndiswrapper... are you able to connect to any open wireless networks around you. just for test purposes? are you connecting with your wired and wireless networks at the same time? Try booting up without any connections. Then try to search for a wireless network. What happens to the netowrk manager icon when you select an access point? Mine shows two dots, then one turns green the second turns green then it says connected then shows the strength of the connection in bars. Let me know what you are seeing.
Reply With Quote
  #11  
Old 7th May 2007, 04:36 AM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
You need to have a DRIVER installed for your wifi card before networkmanager will work for it. If that means ndiswrapper, then do that. Hopefully though, your card will have an atheros chip, or something else for which there is an open source driver. Ndiswrapper is really horrible - its a way of using a microevil driver for cards where there is no linux driver.
Reply With Quote
Reply

Tags
automatic, connection, detect, network

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
Automatic connection of wireless with ndiswrapper fails lowsnr Servers & Networking 5 30th December 2008 11:49 PM
Firefox doesnt detect connection rrishi Using Fedora 0 14th July 2007 08:49 PM
VNC Automatic Accept Connection jamiros Using Fedora 7 29th April 2007 10:30 PM
no automatic wireless connection mha Servers & Networking 1 29th April 2007 04:44 PM


Current GMT-time: 19:49 (Tuesday, 21-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