ich habe ein Problem mit einem Rechner, in dem Rechner sind 2 Netzwerkkarten verbaut:
Code: Alles auswählen
vpn-server:~# lspci | grep Ether
00:0a.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 08)
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Die Karte taucht bei ifconfig einfach nicht auf und lässt sich auch auf Befehl hin nicht hochfahren, obwohl die Karte in /etc/network/interfaces eingetragen ist:
Code: Alles auswählen
ifup eth1
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth1: ERROR while getting interface flags: No such device
Failed to bring up eth1.
Code: Alles auswählen
e100: Intel(R) PRO/100 Network Driver, 3.5.10-k2-NAPI
e100: Copyright(c) 1999-2005 Intel Corporation
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKD] -> GSI 12 (level, low) -> IRQ 12
PCI: Setting latency timer of device 0000:00:0b.0 to 64
8139too 0000:00:0b.0: Chip not responding, ignoring board
ACPI: PCI interrupt for device 0000:00:0b.0 disabled
8139too: probe of 0000:00:0b.0 failed with error -5
8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
8139cp 0000:00:0b.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
8139cp 0000:00:0b.0: Try the "8139too" driver instead.
Ich werd aus den Zeilen nicht wirklich schlau...