LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-30-2002, 03:44 PM   #1
superbaker
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Rep: Reputation: 0
eth0 not loading


I am relativly new to linux so bare with me. I just installed Mandrake 9.0 on my laptop. I have a 3COM PCMCIA nic with model number 3CCFE575CT. After the finishing the install, something keeps failing on boot up. The message is below:

bringing up interface eth0 3c59x device does not seem to be present, delaying eth0 initialization

After the computer booted, I setup the nic with netconf and tried to ping someone but i get a

connect: Network is unreachable.

I can ping the loopback address. If I do a ifup eth0, i get

3c59x device does not seem to be present, delaying eth0 initialization.

If I go into the KDE control center under information pci, I shows that it detects the nic.

Bus 4, device 0,function 0:
Ethernet Controller: PCI device 10b7:5257 (rev 16)
I/O at 0x4800 (0x487f)

I was thinking its probably something wrong with the driver but I had Mandrake 7.2 on the same machine and it found the nic and I had no trouble with it at all. Its probably something stupid I just dont know about yet but I am trying to steer away from the Micro$oft world

Thanks
 
Old 12-30-2002, 03:56 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
you should have this in /etc/modules.conf
Code:
alias eth0 3c59x
the thing is does the pcmcia card service load before the eth0 interface is brought up?

Last edited by DavidPhillips; 12-30-2002 at 03:58 PM.
 
Old 12-30-2002, 04:11 PM   #3
superbaker
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Original Poster
Rep: Reputation: 0
I had

alias eth0 3c59x

in my /etc/modules.conf. On the next boot up, I noticed that right after eth0 fails to initialize, pcmcia starts up. The pcmcia card service starts after eth0 which doesnt make sense
 
Old 12-30-2002, 04:27 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
no it does not, but I have a laptop running RH 6.1 that is the same way, and it fails when it trys to bring it up. However after the cardservice loads it comes up. So by the time it finishes booting the interface is up.
 
Old 12-30-2002, 04:33 PM   #5
superbaker
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Original Poster
Rep: Reputation: 0
Any other ideas?
 
Old 12-30-2002, 04:39 PM   #6
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
see if this fixes it

modprobe 3c59x
then setup the nic

how are you configuring it? dhcp or static
 
Old 12-30-2002, 04:52 PM   #7
superbaker
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Original Poster
Rep: Reputation: 0
I am trying to set it up static. After I do modprobe 3c59x I get:

/lib/modules/2.4.19-16mdk/kernel/drivers/net/3c59x.o.gz: init_module: No such device:

It then gives me a hint about trying dmesg 3c59x. Here is an excerpt from that:

Linux Kernel Card Services Kernel Version
options: (pci) (cardbus) (pm)
PCI: No IRQ know for interrupt pin A of device 00:02.0. Please try using pci=biosirq
PCI: No IRQ know for interrupt pin B of device 00:02.1. Please try using pci=biosirq
Yenta IRQ list 06b8, PCI irq0
Socket status: 30000006
Yenta IRQ list 06b8, PCI irq0
Socket status: 30000082

Is the card not getting an irq assigned to it?
 
Old 12-30-2002, 04:57 PM   #8
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
it sort of sound like that's the wrong module, but it's not.

or is it
try modprobe 3c575_cb

Last edited by DavidPhillips; 12-30-2002 at 05:03 PM.
 
Old 12-30-2002, 05:00 PM   #9
superbaker
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Original Poster
Rep: Reputation: 0
Thats the module it loaded up by default. The same card worked in Mandrake 7.2 so I should work in 9.0.
 
Old 12-30-2002, 05:04 PM   #10
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
try modprobe 3c575_cb
 
Old 12-30-2002, 05:10 PM   #11
superbaker
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Original Poster
Rep: Reputation: 0
The results were can't locate module 3c575_cb
 
Old 12-30-2002, 05:17 PM   #12
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
ok, I think that's your problem. It might be worth trying to build the module for it and see
 
Old 12-30-2002, 05:18 PM   #13
superbaker
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Original Poster
Rep: Reputation: 0
I ran harddrake from the desktop and it found an ethernet card

3c575 Fast EtherLink XL
 
Old 12-30-2002, 05:40 PM   #14
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
change the modules.conf file to

alias eth0 3c575_cb

or just remove the eth0 line and see what it does


I think you will need the module though

Last edited by DavidPhillips; 12-30-2002 at 05:41 PM.
 
Old 12-30-2002, 05:49 PM   #15
superbaker
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Original Poster
Rep: Reputation: 0
Still the same result, it looks like i will need the module. I wouldnt have any idea on how to find the module and install it so can you point me to a tutorial on how to do that because i dont want to waste any more of your time.

THanks
 
  


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
Probelm with loading eth0 calabazza Linux - Newbie 4 08-15-2005 10:18 AM
slow loading apps when eth0 is up cgraf Linux - Networking 3 01-20-2004 03:17 PM
Problems loading eth0 automatically. ESXuser Linux - Newbie 5 10-15-2003 12:03 PM
Slow loading apps when eth0 is up cgraf Red Hat 0 09-23-2003 03:44 AM
Suse loading hangs at eth0 jimscafe Linux - Networking 3 08-29-2003 09:27 PM

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

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