LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-01-2001, 05:47 AM   #1
mawdryn
LQ Newbie
 
Registered: Jun 2001
Posts: 25

Rep: Reputation: 15
Unhappy


Hi All,

Need help with setting up my ethernet on RedHat 7.1...

I get the following:

bringing up interface lo: [ok]
bringing up interface eth0: initialization delayed [failed]

I have tried two cards, an ISA NE2000 and a ISA 3com 3c503

I can activate the 3com card with a 'modprobe' command, so I know it works, but as I do not know the module name, I cannot activate the ne2000 post boot..

Any ideas?
Thanks - Mawdryn
 
Old 06-01-2001, 06:02 AM   #2
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
ne2k - with i/o options supplied. You need to know what i/o base and maybe irq, too.

lotsa luck...
 
Old 06-01-2001, 08:20 AM   #3
rebby
LQ Newbie
 
Registered: Apr 2001
Location: Hugo, MN
Distribution: Slackware, RedHat
Posts: 24

Rep: Reputation: 15
check /proc/interrupts and /proc/ioports and make sure that your card is listed

Code:
whassup:/home/curt # cat /proc/interrupts 
           CPU0       
  0:  185227310          XT-PIC  timer
  1:          2          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  4:        137          XT-PIC  serial
 11:    3380157          XT-PIC  eth0, eth1
 13:          1          XT-PIC  fpu
 14:   54824296          XT-PIC  ide0
NMI:          0
whassup:/home/curt # cat /proc/ioports 
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
01f0-01f7 : ide0
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(auto)
1000-107f : eth0
1400-147f : eth1
 
Old 06-01-2001, 01:21 PM   #4
Alvin
LQ Newbie
 
Registered: Jun 2001
Posts: 6

Rep: Reputation: 0
I'm having the same trouble as well! Just rebuilt a new kernel so I can get adsl going, although I am fairly newbie)

I have noticed that my card is not listed nor the eth0 listed in those files.

So do I just add them manually?
 
Old 06-01-2001, 01:31 PM   #5
rebby
LQ Newbie
 
Registered: Apr 2001
Location: Hugo, MN
Distribution: Slackware, RedHat
Posts: 24

Rep: Reputation: 15
Quote:
Originally posted by Alvin
I'm having the same trouble as well! Just rebuilt a new kernel so I can get adsl going, although I am fairly newbie)

I have noticed that my card is not listed nor the eth0 listed in those files.

So do I just add them manually?
i have few questions for ya
  • what kind of nic?
  • did you complile support for your nic into your kernel?
  • pci or isa?
 
Old 06-01-2001, 01:39 PM   #6
Alvin
LQ Newbie
 
Registered: Jun 2001
Posts: 6

Rep: Reputation: 0
Hi,

Right.

Initially it was with the self detection on the installation disk etc. But when I up graded to the new kernel - 2.4.5 - I had to make educated gueses about the driver - which is infact an "Accton EN1208 MPX2 Ethernet PCI Adapter".

Originally it ran with the ne2k-pci driver. When the new kernel came up it had rewritten the config file in netconf to the driver being 8390.

There seems to be a massice dependency problem and I have a clue how to solve it....

I've downloaded the driver from the Accton web site but can't get it on the box as I dont know how to mount umoun the floppy. I keep getting /dev/floppy is not a block device....

help!

 
Old 06-04-2001, 07:31 AM   #7
rebby
LQ Newbie
 
Registered: Apr 2001
Location: Hugo, MN
Distribution: Slackware, RedHat
Posts: 24

Rep: Reputation: 15
do a search on deja.com and see if there is anybody that knows about your specific card. there maybe an easy work around that none of us know of just cause we don't use that card (i use all 3coms)...
 
Old 06-04-2001, 07:35 AM   #8
Alvin
LQ Newbie
 
Registered: Jun 2001
Posts: 6

Rep: Reputation: 0
Hi,

I've done much searching on deja but to no avail. It appears to be a common problem with upgrading kernels...but none of the solutions appear to work.

I think I need to sort out the dependencie issues, which I am unsure how to do....

I know what they are, but do not know how to resolve them....
 
Old 06-04-2001, 07:53 AM   #9
mawdryn
LQ Newbie
 
Registered: Jun 2001
Posts: 25

Original Poster
Rep: Reputation: 15
Smile re: Initialization Delayed error

Hi Again,

I have resolved the problem so here it is for your reference

This info is specifically for the ISA Ne2000, but you can adjust it to your system

Recompile the network card as a Module
After the system reboots, edit the /etc/modules.conf

insert the following lines:

alias eth0 ne
options ne io=0x320 irq=10

Save the file and reboot
Voila - No more error message!

Is this just a RedHat thing? This never happened with Slackware....
 
  


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
RedHat Alpha 6.2 eth0 "delaying initialization" problem TotalDefiance Linux - Software 2 07-26-2005 02:06 AM
Bringing up interface eth0 Delaying eth0 initialization. [ FA bansal_ashok Linux - Networking 4 05-27-2005 10:09 AM
mandrake 7.1 eth0 delayed allywilson Linux - Networking 3 02-16-2005 04:34 PM
eth0 initialization fails HwzrHlslndr Linux - Hardware 13 01-21-2003 01:14 PM
delayed eth0 initialization ??? who can help? EmpHatic Linux - General 0 03-28-2001 09:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:20 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