wenn ich eth1 in /etc/network/interfaces eintrag
Code: Alles auswählen
# 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
address 127.0.0.1
netmask 255.0.0.0
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping eth0
script grep
map eth0
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
auto eth1
#iface eth1 inet dhcp
kommt es zu diesem Fehler
Dabei bleibt der Bootvorgang eine Weile hängen und geht dann ohne Probleme weiter.eth1: NETDEV_TX_BUSY returned; driver should report queue full via ieee_device->is_queue_full.
In ifconfig ist dann eth1 nicht vorhanden. Mit ifconfig -a kann man das Interface natürlich noch sehen.
Wenn ich dann mich zu nem Ap verbinde und eine IP zugewiesen bekomme verschwindet das eth0 (lan) aus der ifconfig.
Das Problem beschäftigt mich schon seit einiger zeit.
cu dwn8
Edit by Snoopy:
Quote-Tags eingefügt.