Ist meine Netzwerkkarten kaputt?

Hi,

ich habe seltsame Probleme mit meiner Netzwerkkarte. Mein OS ist Debian Lenny. Wenn ich ein großes File per SCP über eth0 kopiere, kommt folgende Meldung:

Code:
xenhost:~# scp /home/file mathias@192.168.1.2:./Desktop
mathias@192.168.1.2's password: 
file                                                                                    0%    0     0.0KB/s   --:-- ETA
Received disconnect from 192.168.1.2: 2: Corrupted MAC on input.
lost connection
xenhost:~#

Von einem anderen Host habe ich einen Ping gestartet auf das Device. Bevor ich das scp Kommando absetze läuft alles wunderbar. Nach dem "Corrupted MAC on input" ist der Host unreachable:

Code:
root@wizard:~# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.2 icmp_seq=1 Destination Host Unreachable
^C
--- 192.168.1.1 ping statistics ---
2 packets transmitted, 0 received, +1 errors, 100% packet loss, time 999ms

root@wizard:~#

Das bleibt auch ne ganze Weile so - nach einiger Zeit ist der Host dann wieder erreichbar.

Code:
xenhost:~# lspci 
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1
00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5
00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6
00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller
01:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 LE] (rev a1)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6121 SATA II Controller (rev b1)
05:02.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 14)
05:03.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70)
xenhost:~#

Habe ich einen Hardwaredefekt?

cu
serow
 
du vielleicht nicht, aber die netzwerkkarte könnte schon einen haben.
was sagt denn die arp-tabelle?
 
Puhh, da bin ich aber froh ^^ wenns nur die Netzwerkkarte ist ;)

Code:
xenhost:~# arp -an
? (10.0.0.251) at 00:18:f3:90:14:85 [ether] on eth1
? (192.168.1.2) at 00:18:f3:8f:f9:24 [ether] on eth0
xenhost:~#

ARP läuft - aber nur _bevor_ das Ding nicht mehr läuft. Wie gesagt: bei Load bricht das Ding zusammen.

Ich hab mittlerweile von nem Bekannten gehört, dass er öfter MAl Probleme mit Marvell Ethernet Karten hatte und es scheinbar ein bekannter Bug ist !?! Hab bisher allerdings nichts drüber finden können. Kann das jemand bestätigen?

cu
serow
 
Zurück
Oben