Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Failed to bring eth0 up
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Wed Jul 10, 2002 2:53 am    Post subject: Failed to bring eth0 up Reply with quote

I'm having this problem when I start gentoo :oops:

Failed to bring eth0 up
ERROR: Problem starting needed services
"netmount" was not started


Than after that I can't emerge rsync because of that :cry:

Can you help me please its my 1st linux installation :?
Back to top
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Wed Jul 10, 2002 2:55 am    Post subject: Reply with quote

Gentoo is saying it can't start your network interface. Please post the output of "dmesg | grep eth0", so we can further diagnose your problem.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Jul 10, 2002 3:22 pm    Post subject: Reply with quote

I don't know if I went to the right place but if I don't please tell me where here's what i found

in dmesg
ds: no socket drivers loaded

when I'm starting emerge
temporary failure in name resolution
error: error in socket IO (code 10) at clientserver.c...

Thanks for helping me!
Back to top
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Wed Jul 10, 2002 3:46 pm    Post subject: Reply with quote

Sounds like you don't have support compiled for your NIC?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Jul 10, 2002 9:36 pm    Post subject: Reply with quote

how should I fix that????? :?:
Back to top
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Wed Jul 10, 2002 10:30 pm    Post subject: Reply with quote

Select your network card under "Network device support" in your kernel configuration.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
irony
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2002
Posts: 129
Location: CT

PostPosted: Wed Jul 10, 2002 11:00 pm    Post subject: Reply with quote

I have the same problem...

I'm pretty sure I've compiled the right module and placed it in /etc/modules.autoload. During the boot process, it says it's loading the module and then [ok]. dmesg says nothing bad about the card:

"Linux Kernel Cardservices 3.1.22
options [pci] [cardbus] [pm]"
But I also have the line:
"ds: no socket drivers loaded!"

The only other thing that appears to be a problem is:
"spurious 8259A interrupt: IRQ 7"I checked /etc/init.d/netmount and /etc/conf.d/net to see if I could see any problems there, but there doesn't seem to be.
_________________
"and if rain brings winds of change, let it rain on us forever..."
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Jul 10, 2002 11:17 pm    Post subject: Reply with quote

how am I going back to kernel configuration ?
Back to top
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Wed Jul 10, 2002 11:18 pm    Post subject: Reply with quote

irony wrote:
I have the same problem...

I'm pretty sure I've compiled the right module and placed it in /etc/modules.autoload. During the boot process, it says it's loading the module and then [ok]. dmesg says nothing bad about the card:

"Linux Kernel Cardservices 3.1.22
options [pci] [cardbus] [pm]"
But I also have the line:
"ds: no socket drivers loaded!"

The only other thing that appears to be a problem is:
"spurious 8259A interrupt: IRQ 7"I checked /etc/init.d/netmount and /etc/conf.d/net to see if I could see any problems there, but there doesn't seem to be.
You may have loaded the correct module. Many times NICs don't like being modules. Try installing it into the kernel.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Wed Jul 10, 2002 11:19 pm    Post subject: Reply with quote

Anonymous wrote:
how am I going back to kernel configuration ?
Check the install doc and follow code listing 25 just like the first time you compiled it.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
irony
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2002
Posts: 129
Location: CT

PostPosted: Wed Jul 10, 2002 11:45 pm    Post subject: Reply with quote

I'll try compiling it directly into the kernel and see what happens...

Guest, to get back to a point where you can recompile the kernel, check out https://forums.gentoo.org/viewtopic.php?t=5317.
_________________
"and if rain brings winds of change, let it rain on us forever..."
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Jul 11, 2002 1:13 am    Post subject: Reply with quote

I tried to check everything in Network device support but it still doesnt work :cry:
Back to top
irony
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2002
Posts: 129
Location: CT

PostPosted: Thu Jul 11, 2002 2:37 am    Post subject: Reply with quote

I've been messing about with different kernels, different options and combinations of modules and compiled in card support.

I thought to myself, wait, I had this working before, I downloaded the system and everything. So I went back to the initial install instructions, where I typed code listing 3:

Code:
# insmod pcmcia_core
# insmod i82365
# insmod ds
# cardmgr -f


So my thinking is, if I have these modules compiled in the kernel, or, worst case, installed as modules and in /etc/modules.autoload, then theoretically, the card will function like it did before.

My only problem is this. I did a search of the kernel help files, and I haven't been able to find the ds.o module. The others I've located, but I can't figure out what ds.o is, or what kernel config option it corresponds to and thus how I can get it into my kernel.

Does pcmcia-cs install it as a module, perhaps?

Thanks again...
_________________
"and if rain brings winds of change, let it rain on us forever..."
Back to top
View user's profile Send private message
roan
n00b
n00b


Joined: 11 Jul 2002
Posts: 22

PostPosted: Thu Jul 11, 2002 2:46 pm    Post subject: socket drivers not the problem Reply with quote

I also have this line
Code:

ds: no socket drivers loaded!

in my boot log but my network works fine.
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Jul 11, 2002 9:51 pm    Post subject: Reply with quote

can I still have some help?????????????? :?: :?: :?: :?: :oops:
Back to top
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Jul 11, 2002 9:58 pm    Post subject: Reply with quote

Anonymous wrote:
can I still have some help?????????????? :?: :?: :?: :?: :oops:

What is the exact model of the network interface hardware you are trying to use?

What happens during PCI autodetection when booting from the install CD?

What kernel are you running?

Have you compiled support for your NIC directly into the kernel or are you loading it as a module?

The more detailed information you provide, the more detailed help you are likely to get.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Guest






PostPosted: Thu Jul 11, 2002 11:36 pm    Post subject: Reply with quote

D-Link DFE-538TX Fast Ethernet

Kernel 2.4

NIC directly into the kernel

It worked in the first part of installation
Back to top
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Jul 11, 2002 11:53 pm    Post subject: Reply with quote

Anonymous wrote:
It worked in the first part of installation

At what point did it stop working and what changed right before that?

What do you mean by "work" and "not work"? Is the driver loading properly? Is it being recognized as eth0? What does "ifconfig" and/or "route" say in the state that you call "working" and in the state you call "non-working"?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
irony
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2002
Posts: 129
Location: CT

PostPosted: Fri Jul 12, 2002 2:59 am    Post subject: Reply with quote

I got mine working...I didn't have the i82365 support compiled into the kernel, and since I'm using an older laptop with that bridge, I needed it. All is working now....at least on that end of things.

You may want to try that - it's under one of the networking config trees. There's a couple of other modules there that might work for your card/chipset.

I still haven't figured out what ds.o does or from whence it comes...
_________________
"and if rain brings winds of change, let it rain on us forever..."
Back to top
View user's profile Send private message
stormcoder
Guest





PostPosted: Sat Jul 13, 2002 9:07 pm    Post subject: netmount was not started Reply with quote

I am installing Gentoo 1.2 on a laptop.

I am using a 3c589C network card. PCMCIA
I have compiled both the network card and PCMCIA into the kernel.
I have also included support for the i82365 bridge.
I have gotten to the point where the base system is completely installed so the card has worked in the past. I have tried loading the drivers as modules in the past with no success.
dmesg | grep eth0 gives a blank result. The only boot errors I am seeing are with ACPI. ACPI_load_tables: Could not get RSDP, AE_ERRPR. and a following error that states that the tables could not be loaded. I don't think this error would effect the network card. I am not seeing this error that others have reported, "ds: no socket drivers loaded!". Cardbus is being successfully loaded. PCI detection succeeds without a problem.

Anyone have any suggestions? :?:
Back to top
Guest






PostPosted: Sun Jul 14, 2002 2:45 am    Post subject: Re: netmount was not started Reply with quote

stormcoder wrote:
I am installing Gentoo 1.2 on a laptop.

I am using a 3c589C network card. PCMCIA
I have compiled both the network card and PCMCIA into the kernel.
I have also included support for the i82365 bridge.
I have gotten to the point where the base system is completely installed so the card has worked in the past. I have tried loading the drivers as modules in the past with no success.
dmesg | grep eth0 gives a blank result. The only boot errors I am seeing are with ACPI. ACPI_load_tables: Could not get RSDP, AE_ERRPR. and a following error that states that the tables could not be loaded. I don't think this error would effect the network card. I am not seeing this error that others have reported, "ds: no socket drivers loaded!". Cardbus is being successfully loaded. PCI detection succeeds without a problem.

Anyone have any suggestions? :?:



One more thing I forgot to mention. When I insert the PC Card nick I don't get the audible beep that usually occurs when using the card with Linux.
Back to top
irony
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2002
Posts: 129
Location: CT

PostPosted: Sun Jul 14, 2002 4:05 am    Post subject: Reply with quote

Coupla' questions, this isn't the same problem I had, but the same hardware...
Do you boot with the card already inserted?
What response do you get from cardmgr -f?
Did you emerge pcmcia-cs?

Also, I know others have had issues with ACPI, so you may want to try making an second kernel without ACPI support and seeing if that works.
_________________
"and if rain brings winds of change, let it rain on us forever..."
Back to top
View user's profile Send private message
Guest






PostPosted: Sun Jul 14, 2002 5:28 am    Post subject: Reply with quote

irony wrote:
Coupla' questions, this isn't the same problem I had, but the same hardware...
Do you boot with the card already inserted?
What response do you get from cardmgr -f?
Did you emerge pcmcia-cs?

Also, I know others have had issues with ACPI, so you may want to try making an second kernel without ACPI support and seeing if that works.


This is strange cardmgr does not seem to be present. That would explain things. I ran down the check list and I made sure that I didn't skip any steps.

My question now is how do I get cardmgr installed without screwing up the rest of my system. :!: :?:
Back to top
Martin
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jun 2002
Posts: 96
Location: Vancouver, Canada

PostPosted: Sun Jul 14, 2002 6:12 am    Post subject: Reply with quote

Worth a try?

Code:

# /sbin/ifconfig $IFACE up
# /sbin/ifconfig $IFACE $IPNUM broadcast $BCAST netmask $NMASK


where $IFACE is your nic interface (usually eth0), just like in the CD install guide.
Back to top
View user's profile Send private message
Guest






PostPosted: Sun Jul 14, 2002 6:45 am    Post subject: Reply with quote

Anonymous wrote:
irony wrote:
Coupla' questions, this isn't the same problem I had, but the same hardware...
Do you boot with the card already inserted?
What response do you get from cardmgr -f?
Did you emerge pcmcia-cs?

Also, I know others have had issues with ACPI, so you may want to try making an second kernel without ACPI support and seeing if that works.


This is strange cardmgr does not seem to be present. That would explain things. I ran down the check list and I made sure that I didn't skip any steps.

My question now is how do I get cardmgr installed without screwing up
the rest of my system. :!: :?:


Well I answered my own question(I can do that, right?). The install guide did not mention that you had to do an emerge pcmcia-cs. Unfortunately this did not cure my problem. I now get the typical beep but the interface still fails to come up.

cardmgr -f says that another cardmgr is already running.

I tried booting with the card out as well. When I insert the card I get two beeps. The second beep is a lower pitch which according to the man means that configuring the card failed. I compiled the driver for the card into the kernel so insmod is not going to help. I am kind of stumped right now.
Back to top
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum