Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eth0 died randomly
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
DrMagus
n00b
n00b


Joined: 28 May 2003
Posts: 8

PostPosted: Fri Oct 24, 2003 7:14 pm    Post subject: eth0 died randomly Reply with quote

This is an odd problem... I'm not sure how to fix it or what to do.

After finally installing gentoo (I'm a noob, it took me 3 days :() I got the internet connection working and it was running fine an happy. However, one day it decided it didn't want to boot up eth0 anymore, giving me instead this message:

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

All I did was shut down my computer for a night (because it was loud as hell) and it didn't work anymore =/

I don't really know how to fix it and I'm really tired of Windows :( Any help would be appreciated :D
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Sat Oct 25, 2003 10:51 am    Post subject: Re: eth0 died randomly Reply with quote

DrMagus wrote:
All I did was shut down my computer for a night (because it was loud as hell) and it didn't work anymore =/

I don't really know how to fix it and I'm really tired of Windows :( Any help would be appreciated :D


three days is not bad at all ;)

did eth0 survive reboots before that incident or is this your first reboot since you got it working at the installation? if this is the case take a look at this thread.
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
DrMagus
n00b
n00b


Joined: 28 May 2003
Posts: 8

PostPosted: Tue Oct 28, 2003 10:15 pm    Post subject: Reply with quote

ooooohh.. I hope this works. Thanks! :D

Actually, the eth0 did survive many reboots until it decided to end its worth. So I'll try this and see what happens.
Back to top
View user's profile Send private message
DrMagus
n00b
n00b


Joined: 28 May 2003
Posts: 8

PostPosted: Thu Oct 30, 2003 11:10 pm    Post subject: Reply with quote

Doesn't look like it worked :(

I didn't have APCI set up in my kernel by default, so I can't use the fixes provided to me. Plus, it did work until one day I booted it up and it gave me that error message.

It also tells me that eth0 is an unknown hardware device and all I have in my /sbin/ipconfig is the local loopback. Anyone have any ideas on how to fix this?
Back to top
View user's profile Send private message
professorn
Apprentice
Apprentice


Joined: 18 Sep 2003
Posts: 235
Location: Stockholm, Sweden

PostPosted: Thu Oct 30, 2003 11:32 pm    Post subject: Reply with quote

Are your networkcard driver compiled as module? Try an lsmod and see loaded modules. You should be able to boot from LiveCD (setup CD) and look in the hardware detection wich module it's. Boot and load it if nessicay. If it in the kernel then it another thing. You havnt made any major changes?
Back to top
View user's profile Send private message
DrMagus
n00b
n00b


Joined: 28 May 2003
Posts: 8

PostPosted: Thu Oct 30, 2003 11:35 pm    Post subject: Reply with quote

I haven't made hardly any changes, save to try and fix this issue. I'm not sure what chipset my network card has. Windows has detected it as both Realtek and D-Link. Since I'm at work right now I'll see what I can do.

I have recompiled my kernel with the realtek as non modular but it still doesn't work :s
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Fri Oct 31, 2003 8:16 am    Post subject: Reply with quote

see what the following commands tell u: 'dmesg | grep -i eth', 'ifconfig' and 'lspci' plus anything strange that happens when u compile your network driver as module and load it with insmod (or depmod)...

[EDIT] if u upgraded, did u etc-update? did u change anything in /etc ?
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
Ari Rahikkala
Guru
Guru


Joined: 02 Oct 2002
Posts: 370
Location: Finland

PostPosted: Fri Oct 31, 2003 9:20 am    Post subject: Reply with quote

Have you checked the cables :P ?
_________________
<laurentius> gentoo linux?
<ari> Yesh.
<laurentius> they look horny
Back to top
View user's profile Send private message
DrMagus
n00b
n00b


Joined: 28 May 2003
Posts: 8

PostPosted: Thu Nov 06, 2003 4:28 am    Post subject: Reply with quote

slartibartfasz wrote:
see what the following commands tell u: 'dmesg | grep -i eth', 'ifconfig' and 'lspci' plus anything strange that happens when u compile your network driver as module and load it with insmod (or depmod)...

[EDIT] if u upgraded, did u etc-update? did u change anything in /etc ?


When I do 'dmesg | grep -i eth' It shows me absolutely nothing. It just goes back to the command prompt. ifconfig only shows me the local loopback and lspci gives me unregcognized command.

I feel like such a noob :( Any suggestions? :(
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Thu Nov 06, 2003 4:13 pm    Post subject: Reply with quote

DrMagus wrote:

When I do 'dmesg | grep -i eth' It shows me absolutely nothing. It just goes back to the command prompt.


this means that the kernel does not find a ethernet device at startup - did u check if the card jumped out of the slot? or did u do something with the kernel?
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
DrMagus
n00b
n00b


Joined: 28 May 2003
Posts: 8

PostPosted: Wed Nov 12, 2003 7:42 pm    Post subject: Reply with quote

Well the thing is that it does work on my Windows HD (I have it set up to have windows on one HD and Gentoo on another). If Windows can detect it I would think a more powerful OS like gentoo should :P
Back to top
View user's profile Send private message
professorn
Apprentice
Apprentice


Joined: 18 Sep 2003
Posts: 235
Location: Stockholm, Sweden

PostPosted: Wed Nov 12, 2003 8:37 pm    Post subject: Reply with quote

How did you compile your kernel? Genkernel/yourself? Check the ethernet module from the Live CD as I said and try to modprobe it (hope i didn't misunderstand you)
Back to top
View user's profile Send private message
DrMagus
n00b
n00b


Joined: 28 May 2003
Posts: 8

PostPosted: Sun Nov 16, 2003 12:02 am    Post subject: Reply with quote

I compiled it myself, which I'm starting to find out is a bad idea (at least for someone like me :P)

Apparently, my eth0 can be found and configured if I boot from liveCD. If I don't boot from it, then eth0 doesn't load. I'm assuming then it's something I have configured in my kernel, hopefully.

Any ideas? I have a D-Link 510+ ethernet card, which I believe uses the realtek chipset.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
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