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 - 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-06-2001, 05:57 PM   #1
ewarmour
LQ Newbie
 
Registered: May 2001
Posts: 19

Rep: Reputation: 0
Exclamation


So Im sunburned and back to linux. I got redhat 7.0 installed (I installed everything) and Im working with gnome. I've set up networking with netcfg and activated eth0 but on boot: Bringing up interface eth0... Delaying eth0 initialization... [FAILED]. There is no option in the bios to turn off plug and play, (HP Pavilion thing), so how do I check for a conflict in linux?
Thanks a bunch -Eron
 
Old 06-06-2001, 06:51 PM   #2
Wazza
Member
 
Registered: Dec 2000
Location: South Australia
Distribution: RedHat 7.2
Posts: 55

Rep: Reputation: 15
Hi there.
The network cards that I use all have utilities that came with them. It allows the user to change the Eprom, and turn off PNP, then manually set the IRQ etc.
I scamed an old Intel Pro ISA from a garage sale, and found a utility on the Intel web site. I'm just wondering if you can find the details of your NIC, you might be able to do the same??

Good luck

Wazza
 
Old 06-07-2001, 01:42 AM   #3
ugge
Senior Member
 
Registered: Dec 2000
Location: Gothenburg, SWEDEN
Distribution: OpenSUSE 10.3
Posts: 1,028

Rep: Reputation: 45
IRQ information are found in a file in /proc.
less /proc/interrupts
check for the right filename.
 
Old 06-07-2001, 12:51 PM   #4
ewarmour
LQ Newbie
 
Registered: May 2001
Posts: 19

Original Poster
Rep: Reputation: 0
Lightbulb

OK, in the interrupts fileI dont see an IRQ for eth0. I get this:
CPU0
0: 43935 XT-PIC timer
1: 110 XT-PIC keyboard
2: 0 XT-PIC cascade
3: 2446 XT-PIC i810@PCI:0:1:0
8: 1 XT-PIC rtc
11: 0 XT-PIC usb-uhci, Intel ICH 82901AB
12: 37513 XT-PIC PS/2 Mouse
13: 1 XT-PIC fpu
14: 164981 XT-PIC ide0
15: 2852 XT-PIC ide1
NMI: 0

I dont know where to go from here.
Im using a netgear FA310 nic, which is linux compatible...
any ideas/solutions would be greatly appreciated.
Thanks a bunch -Eron
 
Old 06-07-2001, 03:25 PM   #5
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
Quote:
Originally posted by ewarmour
OK, in the interrupts fileI dont see an IRQ for eth0. I get this:
CPU0
0: 43935 XT-PIC timer
1: 110 XT-PIC keyboard
2: 0 XT-PIC cascade
3: 2446 XT-PIC i810@PCI:0:1:0
8: 1 XT-PIC rtc
11: 0 XT-PIC usb-uhci, Intel ICH 82901AB
12: 37513 XT-PIC PS/2 Mouse
13: 1 XT-PIC fpu
14: 164981 XT-PIC ide0
15: 2852 XT-PIC ide1
NMI: 0

I dont know where to go from here.
Im using a netgear FA310 nic, which is linux compatible...
any ideas/solutions would be greatly appreciated.
Thanks a bunch -Eron
Try this - 'modprobe tulip alias eth0'

If you can't find tulip it means that you'll need to build the module. From what I have read the FA310 uses the tulip driver as well as the netgear proprietary one.
 
Old 06-07-2001, 03:45 PM   #6
ewarmour
LQ Newbie
 
Registered: May 2001
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:

Try this - 'modprobe tulip alias eth0'

If you can't find tulip it means that you'll need to build the module. From what I have read the FA310 uses the tulip driver as well as the netgear proprietary one.
It does use tulip. I put in that command 'modprobe tulip alias eth0' and nothing seemed to happen. Do I need to be in a certin directory? This is my first trip into linux, last several weeks anyhow so I'll really green. How do I use that command? Jest type type it in at the command line as su?
Thanks -Eron
 
Old 06-08-2001, 02:17 AM   #7
ugge
Senior Member
 
Registered: Dec 2000
Location: Gothenburg, SWEDEN
Distribution: OpenSUSE 10.3
Posts: 1,028

Rep: Reputation: 45
Try this How To:
http://www.linuxdoc.org/HOWTO/Ethernet-HOWTO.html
 
Old 07-06-2001, 09:34 PM   #8
phreq
LQ Newbie
 
Registered: Jul 2001
Distribution: Mandrake 8.0 I hope
Posts: 7

Rep: Reputation: 0
Forgive me if I'm out of place here, I am a newbie but I did find some information that may help a little. When my PC boots up IRQ11 is assigned to my NIC, I noticed that 11 is your USB. While on the CNET help posts I saw that a person there was having problems because his NIC and USB were conflicting. This could or couldnot be a possible fix or troubleshooting aide to you.

The CNET users fix was to pysically move the NIC card in his PC, my attempted fix which failed ( I think my problem is of a different nature ) was to go into my BIOS and disable the USB. I don't have any USB stuff hooked up so it was no inconvenience.
 
Old 07-07-2001, 05:51 AM   #9
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
Quote:
Originally posted by ewarmour


It does use tulip. I put in that command 'modprobe tulip alias eth0' and nothing seemed to happen. Do I need to be in a certin directory? This is my first trip into linux, last several weeks anyhow so I'll really green. How do I use that command? Jest type type it in at the command line as su?
Thanks -Eron
When you say nothing happened you mean it went back to the command prompt with no errors? If thats that case then it worked. Although I can't say I've ever specified the alias on the command line. I would just have used
Code:
modprobe tulip
to load the module. If it's worked then you need to have a look at your startup scripts and make the tulip module load at boot time. Unfortunately I can't tell you where this is not being a Redhat user... There is bound to be a graphical tool somewhere in Redhat to do it for you.

If you look at /proc/pci & /proc/interrupts again then you should see some sign of it.

HTH

Jamie...
 
Old 07-09-2001, 01:41 AM   #10
ugge
Senior Member
 
Registered: Dec 2000
Location: Gothenburg, SWEDEN
Distribution: OpenSUSE 10.3
Posts: 1,028

Rep: Reputation: 45
Quote:
Originally posted by ewarmour


It does use tulip. I put in that command 'modprobe tulip alias eth0' and nothing seemed to happen.
Thanks -Eron
Check with lsmod to see if your module got loaded.
 
Old 08-04-2003, 04:35 PM   #11
Amodin
LQ Newbie
 
Registered: Jul 2003
Posts: 1

Rep: Reputation: 0
You have to sometimes do updatedb in Redhat, then modprobe tulip for Netgear to work correctly. After you do this, edit your modules.conf file in /etc folder with alias eth0 tulip and you should be good to go.
 
  


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
eth0 device cannot be located, nVidia onboard device Dunedain Linux - Wireless Networking 1 04-16-2005 11:24 AM
eth0 device cannot be located, nVidia onboard device Dunedain Linux - Networking 1 04-16-2005 12:20 AM
eth0 device problem Tim Johnson Red Hat 1 01-25-2005 01:59 PM
eth0 device problem when booting Aric Slackware 2 02-20-2003 09:01 PM
new eth0 device problem question ewarmour Linux - Networking 10 06-11-2001 04:21 PM

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

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