View previous topic :: View next topic |
Author |
Message |
DrMagus n00b
Joined: 28 May 2003 Posts: 8
|
Posted: Fri Oct 24, 2003 7:14 pm Post subject: eth0 died randomly |
|
|
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 |
|
Back to top |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Sat Oct 25, 2003 10:51 am Post subject: Re: eth0 died randomly |
|
|
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 |
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 |
|
|
DrMagus n00b
Joined: 28 May 2003 Posts: 8
|
Posted: Tue Oct 28, 2003 10:15 pm Post subject: |
|
|
ooooohh.. I hope this works. Thanks!
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 |
|
|
DrMagus n00b
Joined: 28 May 2003 Posts: 8
|
Posted: Thu Oct 30, 2003 11:10 pm Post subject: |
|
|
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 |
|
|
professorn Apprentice
Joined: 18 Sep 2003 Posts: 235 Location: Stockholm, Sweden
|
Posted: Thu Oct 30, 2003 11:32 pm Post subject: |
|
|
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 |
|
|
DrMagus n00b
Joined: 28 May 2003 Posts: 8
|
Posted: Thu Oct 30, 2003 11:35 pm Post subject: |
|
|
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 |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Fri Oct 31, 2003 8:16 am Post subject: |
|
|
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 |
|
|
Ari Rahikkala Guru
Joined: 02 Oct 2002 Posts: 370 Location: Finland
|
Posted: Fri Oct 31, 2003 9:20 am Post subject: |
|
|
Have you checked the cables ? _________________ <laurentius> gentoo linux?
<ari> Yesh.
<laurentius> they look horny |
|
Back to top |
|
|
DrMagus n00b
Joined: 28 May 2003 Posts: 8
|
Posted: Thu Nov 06, 2003 4:28 am Post subject: |
|
|
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 |
|
|
slartibartfasz Veteran
Joined: 29 Oct 2002 Posts: 1462 Location: Vienna, Austria
|
Posted: Thu Nov 06, 2003 4:13 pm Post subject: |
|
|
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 |
|
|
DrMagus n00b
Joined: 28 May 2003 Posts: 8
|
Posted: Wed Nov 12, 2003 7:42 pm Post subject: |
|
|
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 |
|
Back to top |
|
|
professorn Apprentice
Joined: 18 Sep 2003 Posts: 235 Location: Stockholm, Sweden
|
Posted: Wed Nov 12, 2003 8:37 pm Post subject: |
|
|
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 |
|
|
DrMagus n00b
Joined: 28 May 2003 Posts: 8
|
Posted: Sun Nov 16, 2003 12:02 am Post subject: |
|
|
I compiled it myself, which I'm starting to find out is a bad idea (at least for someone like me )
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 |
|
|
|