LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-02-2002, 02:00 AM   #1
tanmay_79
LQ Newbie
 
Registered: Aug 2001
Posts: 7

Rep: Reputation: 0
Question Red hat linux 7.1 problem................????


Red hat linux 7.1 problem................????
hi,
i have installed rhl 7.1 and have two realtek 8139 10/100 ethernet adapters. have a dedicated internet connection .
have a static non routable ip address.
the problem is linux fails to initialize any of them.
says............."Delaying eth0 or eth1 initialization [Failed]."
tried enabling one and disabling one and vice versa every possible combination.
any help......................please


PC config:
amd 600 mhz
asus m/b
256 ram
20 gb samsung hdd
17 gb seagate hdd
2 rtl8139 10/100 ethernet lan cards
56 motorola internal modem.
pci 128 vibra creative sound
 
Old 01-02-2002, 02:12 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
are you getting this error upon boot ??
 
Old 01-02-2002, 02:21 AM   #3
tanmay_79
LQ Newbie
 
Registered: Aug 2001
Posts: 7

Original Poster
Rep: Reputation: 0
Yes i am getting this error during bootup..............
 
Old 01-02-2002, 02:23 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
what kind of output do you get with ifconfig ?? also was it ever working before in Linux ??
 
Old 01-02-2002, 02:30 AM   #5
tanmay_79
LQ Newbie
 
Registered: Aug 2001
Posts: 7

Original Poster
Rep: Reputation: 0
no it never worked in linux.................but working very well in winXP, 98,2k etc.
ifconfig just gives me info abt local loopback(127.0.0.1) only.


i tried probing eth0 and eth1
but it says..........can't locate module eth0 or eth1.
modules.conf is newer then modules.dep
network is unreachable
etc.....................
 
Old 01-02-2002, 02:34 AM   #6
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
and you have all the correct settings in place, IP, DNS, gateway... etc ?? its like your ethernet cards are working, but it can't find the network to initialise them... double check your settings is first thing i would do. most distro's you can use netconfig to do this..
 
Old 01-02-2002, 03:55 AM   #7
anoop_chandran
Member
 
Registered: Nov 2001
Distribution: Redhat 7.0 ,mandrake 8.0 ,Redhat 7.2
Posts: 99

Rep: Reputation: 15
ifconfig gives lo only ,then
try
#ifconfig eth0 up
#ifconfig eth1 up
or take netconf(#netconf ) utility and in basic host conf.... check whether adapter 1 and 2 are enabled,
and the module field for each are not empty...?

if any error during ifconfig,
then use the command lsmod to find whether 8139 modules has been inserted,u must find a line
rtl8139 xxxx x xxxx as output.
if not present
then try
#modprobe 8139too
or is it #modprobe 8139 ?

bye
anoop
 
Old 01-02-2002, 06:18 AM   #8
tanmay_79
LQ Newbie
 
Registered: Aug 2001
Posts: 7

Original Poster
Rep: Reputation: 0
hey guys.............
on listing modules using lsmod there is no entry for rtl8139.
tried using insmod 8139 and insmod rtl8139 , but says
' no module with such name can be found.'
modprobe says 'cant find module.'
tried service network restart.............same 'delaying eth0/1 initilization. '.........[failed]
checked netconf..............adapter 1/2 are enabled and in the module field i have selected rtl8139.
all the ip addresses are entered properly.
 
Old 01-02-2002, 08:34 PM   #9
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
Try modprobe "8139too" or "modprobe 8139too.o".
Some newer distros (or is it a kernel thing?) use the 8139too.o module instead of the older rtl8139.o module. Note that the 8139too.o module has no "rtl" prefix in its name.

In /etc/modules.conf (might be /etc/conf.modules in your distro), what driver is listed in the alias lines for eth0 and eth1?

What exactly are the IPs of eth0 and eth1?

Does any info for the cards show up in the output of the lspci command?

What is the airspeed veloci- oh, nevermind...
 
Old 01-02-2002, 09:29 PM   #10
WildTurkey
LQ Newbie
 
Registered: Jan 2002
Posts: 9

Rep: Reputation: 0
Well..

Try this:

Edit your /etc/modules.conf file and add, or edit it to match this:

alias eth0 8139too

Now, type modprobe 8139too

Next, edit /etc/sysconfig/network-scripts/ifcfg-eth0

It SHOULD look something like this:

DEVICE=eth0 <---- For the first card.
BOOTPROTO=static <--- Static ip? YES
BROADCAST=xx.xx.xxx.255 <--put whatever there, or comment it
IPADDR=xx.xx.xx.xx <--- YOUR IP
NETMASK=255.255.255.0
NETWORK=xx.xx.xx.x <--- YOUR GATEWAY
ONBOOT=yes


After you do that, you will need to type ifup eth0

And if everything worked out ok, then it should be working.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Red Hat Linux 9 shutdown problem daci Linux - Laptop and Netbook 2 09-05-2004 08:43 AM
Red Hat Linux 9.0 mouse problem Tuxman8898 Linux - Software 5 08-17-2004 07:49 PM
mouse problem in red hat linux 9.0 bluehatlinux101 Linux - Software 2 06-12-2004 10:52 AM
Red Hat does not plan to release another product in the red hat linux line... Whitehat General 5 11-03-2003 06:33 PM
Problem with Netscape in Red Hat Linux 7.0 Vidur60 Linux - Newbie 1 01-17-2002 04:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:25 AM.

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