LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-30-2011, 04:01 PM   #1
jax.technologies
LQ Newbie
 
Registered: Jul 2011
Location: Cazenovia, NY
Distribution: FC2, FC15
Posts: 9

Rep: Reputation: Disabled
Eth0 failed at startup FC2, intermittent web access after tweeking network config


I am using FC 2, and I get 'eth0 failed' during startup.

I am configured for DHCP

device is 'inactive' under network device control after reboot

click 'activate', sometimes I can surf, others not.

When I can't get online, sometimes deactivating and reactivating works.

edited connection to 'activate device when computer starts'

eth0 still fails at start-up, and device is inactive.

I am supposed to use FC2 for my schoolwork, can anyone help me with this?

Thanks,

Jack
 
Old 07-30-2011, 04:43 PM   #2
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Hi Jack,

Welcome to LQ!!!

Can you please paste the output of
Code:
cat /etc/sysconfig/network-scripts/ifcfg-eth0
 
Old 07-30-2011, 06:20 PM   #3
jax.technologies
LQ Newbie
 
Registered: Jul 2011
Location: Cazenovia, NY
Distribution: FC2, FC15
Posts: 9

Original Poster
Rep: Reputation: Disabled
# Intel Corp. |82801BD PRO/100 VE (LOM) Ethernet Controller
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:0a:9d:09:96:9d
ONBOOT=YES
TYPE=Ethernet
USERCTL=yes
PEERDNS=yes
IPV6INIT=yes

My cutting and pasting skills are somewhat limited in linux (a.k.a. I can't do it), xclip is not available on my machine, presumably until I can get online again, fortunately my typing skills are pretty OK. This is a very new experience for me, I am 5 weeks into my first Linux Administration class, thanks for your help.
 
Old 07-30-2011, 06:27 PM   #4
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Make the changes in the file as follows:

DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:0a:9d:09:96:9d
ONBOOT=yes [see the difference I have made it small case]
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no

Save the file and exit. Reboot the system and see if you get the IP at the time of booting.
 
Old 07-30-2011, 07:23 PM   #5
jax.technologies
LQ Newbie
 
Registered: Jul 2011
Location: Cazenovia, NY
Distribution: FC2, FC15
Posts: 9

Original Poster
Rep: Reputation: Disabled
no dice; unchanged

fyi I have eth0, eth1,eth2,eth3 available; eth1,2,3 are a different hardware device than eth0

eth0 = 82801BD PRO/100 VE (LOM)

eth1,2,3 = RTL-8169 Gigabit Ethernet

I don't care which one works, just so I have one functioning

thanks
 
Old 07-30-2011, 07:28 PM   #6
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Paste the output of following commands:

1. ifconfig
2. lspci | grep -i net
3. Output of each ifcfg-eth file under: /etc/sysconfig/network-scripts/ Like you did for eth0
 
Old 07-30-2011, 08:11 PM   #7
jax.technologies
LQ Newbie
 
Registered: Jul 2011
Location: Cazenovia, NY
Distribution: FC2, FC15
Posts: 9

Original Poster
Rep: Reputation: Disabled
I apologize for my ignorance here, it's not that I haven't tried -

I am trying to cut from tty2 and paste into open office on one computer (FC2), so i can save to USB and re-open on my current online computer (Win7). I can't get it done, can't find it online. This is humiliating (and time consuming).

Please tell me i can cut and paste from a terminal to something I can transfer over to my functioning computer.

Thanks for your patience.

-
 
Old 07-30-2011, 08:27 PM   #8
jax.technologies
LQ Newbie
 
Registered: Jul 2011
Location: Cazenovia, NY
Distribution: FC2, FC15
Posts: 9

Original Poster
Rep: Reputation: Disabled
I managed to get online w/ FC2 so I can yum install xclip on this box, noticed that one thing that helps me get online is probing the mac address, the address doesn't change, but something in the process allows me to get online - if I can get xclip to work I'll post the info you requested.

Thanks
 
Old 07-30-2011, 09:14 PM   #9
jax.technologies
LQ Newbie
 
Registered: Jul 2011
Location: Cazenovia, NY
Distribution: FC2, FC15
Posts: 9

Original Poster
Rep: Reputation: Disabled
ifconfig =

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: : :1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 METRIC:1
RX packets:4089 errors:0 dropped:0 overruns:0 frame:0
TX packets:4089 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4872015 (4.6 Mb) TX bytes:4872015 (4.6 Mb)

lspci | grep –i net =

01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev10)
01:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev10)
01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev10)
01:08.0 Ethernet controller: Intel Corp. 82801BD PRO/100 VE (LOM) Ethernet Controller (rev 82)

cat /etc/sysconfig/network-scripts/ifcfg-eth1 =

DEVICE=eth1
BOOTPROTO=dhcp
HWADDR=00:0A:9D:06:BC:20
ONBOOT=no
TYPE=Ethernet
USERCTL=no
PEERDNS=no
IPV6INIT=no

cat /etc/sysconfig/network-scripts/ifcfg-eth2 =

DEVICE=eth2
BOOTPROTO=dhcp
HWADDR=00:0A:9D:06:BC:21
ONBOOT=no
TYPE=Ethernet
USERCTL=no
PEERDNS=no
IPV6INIT=no

cat /etc/sysconfig/network-scripts/ifcfg-eth3 =

DEVICE=eth3
BOOTPROTO=dhcp
HWADDR=00:0A:9D:06:BC:22
ONBOOT=no
TYPE=Ethernet
USERCTL=no
PEERDNS=no
IPV6INIT=no
 
Old 07-30-2011, 09:54 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I am trying to cut from tty2 and paste into open office on one computer (FC2),
running OO from the text terminal ?

why not use "nano" it might have been in the default fedora 2 install

-- good luck with fedora 2 , my sympathies ---
 
Old 07-30-2011, 10:11 PM   #11
jax.technologies
LQ Newbie
 
Registered: Jul 2011
Location: Cazenovia, NY
Distribution: FC2, FC15
Posts: 9

Original Poster
Rep: Reputation: Disabled
i have decided that it takes less time to type the output of cli into a word doc than trying to figure out how to cut and paste from a terminal session in fc2, I am only using this distro because it is the one that came with my textbook, and all of the labs involve this distro. i don't know what 'running OO from text terminal" means or what 'nano' does. I'm taking 4 classes and working fulltime. I am thankful for this .org because if i have questions this community is 100times more responsive than my online teacher, and much more aware. I have fc15 installed on another box and have no issues with networking...identical hardware. When a lab starts with "insert floppy disk" you gotta wonder about the caliber of the course you are learning... I just hope my dumb questions dont blacklist me from the site. I have a 4.0 after my first 5 weeks and I still don't know how to cut and paste. Sad. i'm not dumb.

All I really want is my cert, suppose struggling with legacy distros is the way to do it.
 
Old 07-30-2011, 11:22 PM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
this right here is your problem
Quote:
I have fc15 installed on another box and have no issues with networking...identical hardware.
fedora 2 is SO OLD and unsupported that MOST if not ALL new hardware IS NOT SUPPORTED by it
fedora 2 hit End Of Life BEFORE the new hardware was designed or manufactured
fedora 2 hit EoL on July 13 2005 so any newer hardware IS NOT SUPPORTED
think of it this way
try to install windows 98 on a MODERN laptop or a desktop with a i5 cpu
 
1 members found this post helpful.
Old 07-30-2011, 11:42 PM   #13
jax.technologies
LQ Newbie
 
Registered: Jul 2011
Location: Cazenovia, NY
Distribution: FC2, FC15
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thank you so much for the validation that i am using a legacy distro that is not supported. I will cite this post as an example to the college i am paying for and attending that they are so far behind the times that their expectations are unreal, irrelevant, and impossible. My ideal of linux so far is far removed from my experience of linux. Trying to make FC2 work in this environmnent is detrimental to my health.
 
Old 07-31-2011, 12:03 AM   #14
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by jax.technologies View Post
I just hope my dumb questions dont blacklist me from the site.
The only dumb question is the one not asked, so not much chance
Quote:
Originally Posted by jax.technologies View Post
All I really want is my cert, suppose struggling with legacy distros is the way to do it.
I don't know the differences between the different FCs, but I guess that most exercises can be done in FC15; if something does not work, you can always try it in FC2

With regards to the copy-and-paste, the following will work if you have a USB stick and your usb ports are working
1)
Code:
command > file.txt
will place the output of a command that normally goes to stdout in the file file.txt
2)
Mount the memory stick (if it's not mounted)
3)
copy the file using
Code:
cp file.txt /path/to/mountpoint
4)
unmount the memory stick and take it to your FC15 machine

Good luck with the certification
 
Old 07-31-2011, 12:08 AM   #15
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
A good example for a "legacy" distro would be
Red Hat Enterprise Linux ( RHEL) 3 and RHEL4

RHEL3 is End of life BUT there is still some added "extra" long term support until 2013
RHEL 4 users SHOULD be thinking of moving to 5 or 6

but a good example of a DEAD (buried 6 ft under ) is fedora 1,2,3,4,5,6,7,8,9,10,11,12 .fedora 13 just hit "eol" a few months ago
Fedora though is a "special case" it is a FAST a VERY fast "Research and Development" distro
with a new and sometimes VERY different version EVERY 6 MONTHS. and a 13 month life cycle
NOT good for teaching or in a class or on a production server .You should NEVER see fedora running a production server .
if you do that might be legally criminal .
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Failed to launch VMware Web Access: unable to find a graphical web browser. rob0t Linux - Server 0 03-18-2009 02:32 PM
I cannot connect to the internet due to eth0 failed on startup. johnsanty Linux - Networking 6 08-08-2006 12:42 AM
Failed to bring eth0 up in suse 8.1 startup copter Linux - Networking 1 03-06-2004 06:45 PM
Script to automatically config eth0 at startup jhachey Linux - Networking 2 11-03-2003 02:06 AM
Failed to bring up eth0 on startup - RH8 Ryanitus Linux - Newbie 25 02-15-2003 06:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration