Fedora Linux Support Community & Resources Center
  #1  
Old 7th November 2010, 06:14 PM
adam1son Offline
Registered User
 
Join Date: Nov 2010
Posts: 2
linuxubuntuchrome
FC14:No wired network,neither the wireless...

Hi
i've MSI VR440-X laptop, installed FC14 yesterday,and i can't connect to the internet.
there's red box containing 'x' which means that the cable is disconnected,which i know is connected and i can reboot and connect to the internet from either ubuntu or win xp i have on my system.
the network hardware is (output from lshw command on ubuntu):
Code:
*-network
             description: Ethernet interface
             product: 191 Gigabit Ethernet Adapter
             vendor: Silicon Integrated Systems [SiS]
             physical id: 4
             bus info: pci@0000:00:04.0
             logical name: eth0
             version: 02
             serial: 00:24:21:64:ce:9a
             width: 32 bits
             clock: 33MHz
             capabilities: bus_master cap_list ethernet physical
             configuration: broadcast=yes driver=sis190 driverversion=1.4
and the wireless:
Code:
*-network DISABLED
                description: Wireless interface
                product: AR5001 Wireless Network Adapter
                vendor: Atheros Communications Inc.
                physical id: 0
                bus info: pci@0000:02:00.0
                logical name: wlan0
                version: 01
                serial: 00:22:43:8f:59:ac
                width: 64 bits
                clock: 33MHz
                capabilities: bus_master cap_list ethernet physical wireless
                configuration: broadcast=yes driver=ath5k driverversion=2.6.35-22-generic firmware=N/A latency=0 multicast=yes wireless=IEEE 802.11bg
                resources: irq:16 memory:fdff0000-fdffffff
thanks in advance.
Reply With Quote
  #2  
Old 9th November 2010, 01:01 AM
Mister B Offline
Registered User
 
Join Date: May 2008
Posts: 48
windows_xp_2003firefox
Re: FC14:No wired network,neither the wireless...

What happens when you run ifconfig or ifconfig eht0 up?
Reply With Quote
  #3  
Old 9th November 2010, 04:21 PM
adam1son Offline
Registered User
 
Join Date: Nov 2010
Posts: 2
linuxfedorafirefox
Re: FC14:No wired network,neither the wireless...

thanks Mister B for your reply.
when i ran ifconfig,i noticed that there's no ipv4 data.
i then ran 'sudo ifup etho' which solved the problem for the wired connection.thank you.it's strange that the internet connection is disabled by default.
Reply With Quote
  #4  
Old 30th January 2011, 04:24 PM
lmsmicro Offline
Registered User
 
Join Date: Feb 2007
Age: 55
Posts: 9
windows_7chrome
Unhappy Re: FC14:No wired network,neither the wireless...

I am very new when it comes to troubleshooting and I have the same problem of the eth0 not up but then I ran ifconfig and ifconfig eth0 up, I received nothing. and also when I ran sudo ifup etho, I ended up with a this message:

** (Process:2382): WARNING **: _nm_object_get_property: Error getting 'State' for /org/freedesktop/NetworkManager/ActiveConnection/1: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

State: unknown
Error: Connection activation failed.

Can someone tell me what to do?

I upgraded from Fedora 13 64bit to Fedora 14 64 bit and the above problem cropped up.

Last edited by lmsmicro; 30th January 2011 at 04:26 PM.
Reply With Quote
  #5  
Old 31st January 2011, 02:47 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfedorafirefox
Re: FC14:No wired network,neither the wireless...

Become root via "su -" in a terminal window

then run system-config-network

Make sure the eth0 or wlan0 interface you want to use in there looks good:

go to Devices tab -> Edit button
Controlled by NetworkManager -> checked
Activate device when computer starts -> checked
Automatically obtain IP address settings with: -> checked and "dhcp" in the menu
if you make any changes, use File->Save and then File->Quit in the menu

Also make sure that the NetworkManager service is on and not network service while you're still in
the root account by running the system-config-services tool
Reply With Quote
  #6  
Old 31st January 2011, 03:31 PM
lmsmicro Offline
Registered User
 
Join Date: Feb 2007
Age: 55
Posts: 9
windows_7chrome
Re: FC14:No wired network,neither the wireless...

Quote:
Originally Posted by marko View Post
Become root via "su -" in a terminal window

then run system-config-network

Make sure the eth0 or wlan0 interface you want to use in there looks good:

go to Devices tab -> Edit button
Controlled by NetworkManager -> checked
Activate device when computer starts -> checked
Automatically obtain IP address settings with: -> checked and "dhcp" in the menu
if you make any changes, use File->Save and then File->Quit in the menu

Also make sure that the NetworkManager service is on and not network service while you're still in
the root account by running the system-config-services tool
Also for additional information, I ran a ping test as follows:
ping localhost - ping test good.
Ping 192.168.1.99 and it found that also (the static address of the machine) - ping test good.
and ping 192.168.1.1 (the router its self) - ping test failed.

that is when Linux said it was active but I could not get out.
Reply With Quote
  #7  
Old 10th February 2011, 04:07 PM
HeX0R Offline
Registered User
 
Join Date: Nov 2010
Posts: 8
linuxsusefirefox
Re: FC14:No wired network,neither the wireless...

Quote:
Originally Posted by lmsmicro View Post
I am very new when it comes to troubleshooting and I have the same problem of the eth0 not up but then I ran ifconfig and ifconfig eth0 up, I received nothing. and also when I ran sudo ifup etho, I ended up with a this message:

** (Process:2382): WARNING **: _nm_object_get_property: Error getting 'State' for /org/freedesktop/NetworkManager/ActiveConnection/1: (19) Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

State: unknown
Error: Connection activation failed.

Can someone tell me what to do?

I upgraded from Fedora 13 64bit to Fedora 14 64 bit and the above problem cropped up.
i had the same problem after i change some thing in SELinux, but i disabled SELinux and the network service and this error message gone, but still no internet connection.
i can see the network's ESSID but can't connect... what can i do now?

Update: I turned off NetworkManager and could connect normally by iwconfig wlan0 essid mynetwork AND dhclient wlan0
so this mean that the problem is with NetworkManager? if it is how can i solve that?
Thank you!

Last edited by HeX0R; 10th February 2011 at 05:01 PM.
Reply With Quote
  #8  
Old 14th February 2011, 08:17 AM
hvniekerk Offline
Registered User
 
Join Date: Mar 2006
Posts: 195
macosfirefox
Re: FC14:No wired network,neither the wireless...

Looks like we have the same problem. To my post however, nobody has responded yet. Since the upgrade to F14, I can occasionally ping over wired. And although my wireless adapters are detected, they can't be activated. NetworkManager is stated as dead in the service-manager. Together with your problem, it sounds like at least a NetworkManager issue, but probably more.
Reply With Quote
  #9  
Old 14th February 2011, 09:19 AM
HeX0R Offline
Registered User
 
Join Date: Nov 2010
Posts: 8
linuxfedorafirefox
Re: FC14:No wired network,neither the wireless...

Quote:
Originally Posted by hvniekerk View Post
Looks like we have the same problem. To my post however, nobody has responded yet. Since the upgrade to F14, I can occasionally ping over wired. And although my wireless adapters are detected, they can't be activated. NetworkManager is stated as dead in the service-manager. Together with your problem, it sounds like at least a NetworkManager issue, but probably more.
After re-installing NetworkManager and he's libs its works now...
You tried it?
Reply With Quote
  #10  
Old 14th February 2011, 02:42 PM
lmsmicro Offline
Registered User
 
Join Date: Feb 2007
Age: 55
Posts: 9
windows_7chrome
Re: FC14:No wired network,neither the wireless...

Quote:
Originally Posted by hvniekerk View Post
Looks like we have the same problem. To my post however, nobody has responded yet. Since the upgrade to F14, I can occasionally ping over wired. And although my wireless adapters are detected, they can't be activated. NetworkManager is stated as dead in the service-manager. Together with your problem, it sounds like at least a NetworkManager issue, but probably more.
I had the same problem after reinstalling the OS and apps. The problem is you cannot get to contact anyone for help unless you know how to use IRC. that is where the the fedora support team is hiding and I do not know how to use IRC. I think they are trying to drive potential users away Fedora. I ended up using CentOS as a server based OS and am still struggling with fedora as a desktop. I was also told that it was the firewall that was killing the network connection, but have not tested that.
Reply With Quote
  #11  
Old 14th February 2011, 04:46 PM
HeX0R Offline
Registered User
 
Join Date: Nov 2010
Posts: 8
linuxfedorafirefox
Re: FC14:No wired network,neither the wireless...

Quote:
Originally Posted by lmsmicro View Post
I had the same problem after reinstalling the OS and apps. The problem is you cannot get to contact anyone for help unless you know how to use IRC. that is where the the fedora support team is hiding and I do not know how to use IRC. I think they are trying to drive potential users away Fedora. I ended up using CentOS as a server based OS and am still struggling with fedora as a desktop. I was also told that it was the firewall that was killing the network connection, but have not tested that.
You're kidding right?
Reply With Quote
  #12  
Old 15th February 2011, 06:00 PM
hvniekerk Offline
Registered User
 
Join Date: Mar 2006
Posts: 195
linuxfedorafirefox
Re: FC14:No wired network,neither the wireless...

Quote:
Originally Posted by HeX0R View Post
After re-installing NetworkManager and he's libs its works now...
You tried it?
How can I reinstall? Using the same version again from the installation disc? Without it I have no luck with either wired or wireless. Again I can ping via wired with massive package-loss, but that's as far as it goes.
Reply With Quote
Reply

Tags
fc14no, network, wired, wireless

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
Sharing documents between wired and wireless network Dietje Using Fedora 0 27th April 2008 08:01 PM
Instability on mixed Wired-Wireless network feffer Servers & Networking 5 5th August 2007 06:41 AM
Multiple Network Connections - Wired + Wireless baldeyuk Servers & Networking 1 20th June 2006 03:39 PM


Current GMT-time: 09:32 (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