# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
Ist die Firmware für die NICs installiert? Bei Squeeze war Debian nämlich extrem dumm und hat diese aus dem Kernel geworfen. Sprich, seit Squeeze kann Debian in einer Standardinstallation mit vielen Hardwarekomponenten nicht mehr umgehen.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
# dmesg | grep eth
[ 2.675345] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 3.564036] Driver 'sd' needs updating - please use bus_type methods
[ 86.518639] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 86.540381] e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
[ 86.553668] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 179.952915] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 179.972917] e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
[ 179.987835] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
//EDIT:
Ja ok.. Wald und Bäume.. das sd driver ding hat wohl doch nix damit zutun..
Last edited by freddy_k on 2011-02-22 15:08, edited 2 times in total.
Naja aber es muss doch möglich sein das Problem zu lösen. Ich hab jetzt grade nochmal nen anderen älteren 2.6.18 kernel gebooted. Mit diesem zeigt sich aber das gleiche Problem.
Manuell lässt sich zumindest ne ipadresse vergeben
//Edit
Im Rettungssystem ist auch nur eine eth0 zu finden. Die ifconfig -a ausgabe habe ich mir auch mal notiert
http://www.sysresccd.org/FAQ ganz unten bestätigt meinen Verdacht: Deinem Kernel fehlt entweder das notwendige Kernelmodul oder die notwendige Firmware. Da Du ein Upgrade auf Squeeze durchgeführt hast und Debian den Kernel bei Squeeze verkrüppelt hat indem die Firmware entsorgt wurde und letzteres auch beim Upgrade auf der Platte passiert, können Deine Kernel zwar die NIC sehen, aber nicht mehr mit ihr sprechen. Abhilfe solltest Du in den Release-Notes und/oder der Dokumentation Deiner Distribution finden.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
müsste es soweit sein. Oder eben den Kernel selbst erstellen, dann kann man bei der Gelegenheit auch gleich mit Grsec nachrüsten da Squeeze immer noch die Lenny Probleme (SSP usw.) mitbringt.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
also die .deb dateien hab ich mittlerweile gefunden und auch installiert. Leider ohne erfolg. nach wie vor kann die Netzwerkkarte nicht gestartet werden
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Ich versuch weiterhin den Kernel selbst zu bauen. Aber irgendwie scheints bei mir noch an irgendeinem SATA Treiber zu hängen. Jedenfalls findet der beim booten kein device
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
VFS: Cannot open root device "md1" or unknown-block(0,0)
Please append a correct "root=" boot option; here are the available partitions:
Last edited by freddy_k on 2011-02-23 12:03, edited 1 time in total.
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.