PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Lan Problem wlan geht aber



24dan
04.06.07, 10:21
Hallo seit neuestem ist mein Lan Anschluss nicht mehr möglich.
Ich benutze debain testing/unstable.

meine /etc/network/interfaces ist so aufgebaut:

# 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
iface eth0 inet dhcp
name Ethernet LAN-Karte
iface eth1 inet dhcp
name Drahtlose LAN-Karte
wireless_essid wireless


#auto eth0
#iface eth0 inet dhcp


Wenn ich dann mit:

sudo ifconfig eth2 down;sudo dhclient eth1"
oder eth0
versuche ans Netz zu gehen kommt folgende Meldung:

Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

sit0: unknown hardware address type 776
eth3: unknown hardware address type 24
eth1: ERROR while getting interface flags: No such device
sit0: unknown hardware address type 776
eth3: unknown hardware address type 24
Bind socket to interface: No such device
exiting.


Ein ifconfig sagt mir.....:

eth2 Protokoll:Ethernet Hardware Adresse 00:0E:35:C3:A3:12
inet Adresse:192.76.172.176 Bcast:192.76.172.255 Maske:255.255.255.0
inet6 Adresse: fe80::20e:35ff:fec3:a312/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:339579 errors:0 dropped:5 overruns:0 frame:0
TX packets:204286 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:506354471 (482.8 MiB) TX bytes:13538121 (12.9 MiB)
Interrupt:11 Basisadresse:0xa000 Speicher:e0214000-e0214fff

lo Protokoll:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:117 errors:0 dropped:0 overruns:0 frame:0
TX packets:117 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:11668 (11.3 KiB) TX bytes:11668 (11.3 KiB)



Hat jemand einen Tip was ich falsch mache? Oder wie ich sehen kann ob meine Netzwerkkarte noch richtig geht?

/marv
04.06.07, 18:48
Gib uns bitte mal den Output von ifconfig -a bzw lspci.

Rain_maker
04.06.07, 23:16
Das erinnert mich an was.

http://www.linuxforen.de/forums/showthread.php?t=236851

Greetz,

RM