View previous topic :: View next topic |
Author |
Message |
buthus Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Terminator/movie_the_terminator_machine.gif)
Joined: 17 May 2005 Posts: 429 Location: Bell, Germany
|
Posted: Sat Dec 06, 2008 8:33 am Post subject: [gelöst]"Interface eth0 does not exist" nach updat |
|
|
Hallo liebe Forengemeinde,
nach meinem letzten Update habe ich mal wieder ein Problem. Beim starten können meine beiden Netzwerkkarten nicht geladen werden.
Code: | ERROR: interface eth0 does not exist
Ensure that you have loaded the correct kernel module for your hardware
ERROR: net.eth0 failed to start |
bzw.
Code: | ERROR: interface eth1 does not exist
Ensure that you have loaded the correct kernel module for your hardware
ERROR: net.eth1 failed to start |
Ich habe die Treiber direkt in den Kernel kompiliert und das hat auch bis zum update funktioniert, daher glaube ich nicht, das es direkt am Kernel liegt.
Was glaubt ihr?
Danke!
Edit: Kernel 2.6.27-gentoo-r3
Last edited by buthus on Sat Dec 06, 2008 9:06 am; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SvenFischer Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/24764931745ac842b5d2ac.jpg)
Joined: 05 Feb 2003 Posts: 1033 Location: Berlin
|
Posted: Sat Dec 06, 2008 8:39 am Post subject: |
|
|
Leider gibst Du nicht an, was denn updated wurde.
Erste anlaufstellen:
1. ifconfig -a (sind die Schnittstellen da?
2. Bei mehreren Schnittstellen wurde evtl. die Reihenfolge geändert (nano /etc/udev/rules.d/70-persistent-net.rules)
3. der symbolische link fehlt
Code: |
IBMR51 sven # ls -al /etc/init.d/net*
lrwxrwxrwx 1 root root 18 27. Jan 2008 /etc/init.d/net.br0 -> /etc/init.d/net.lo
lrwxrwxrwx 1 root root 6 24. Feb 2008 /etc/init.d/net.eth0 -> net.lo
lrwxrwxrwx 1 root root 6 28. Jun 2007 /etc/init.d/net.eth1 -> net.lo
-rwxr-xr-x 1 root root 30696 24. Feb 2008 /etc/init.d/net.lo
-rwxr-xr-x 1 root root 3311 24. Feb 2008 /etc/init.d/netmount
lrwxrwxrwx 1 root root 6 23. Jan 2008 /etc/init.d/net.vbox0 -> net.lo
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
buthus Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Terminator/movie_the_terminator_machine.gif)
Joined: 17 May 2005 Posts: 429 Location: Bell, Germany
|
Posted: Sat Dec 06, 2008 9:06 am Post subject: |
|
|
Hallo,
vielen Dank für die Hilfe.
Tatsächlich waren die Einträge in der Code: | /etc/udev/rules.d/70-persistent-net.rules | doppelt und jedes Gerät wurde doppelt verwiesen, so konnte es nicht gehen.
Nun funktioniert es wieder.
Danke! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|