Ausgangslage:
IBM TP560 Notebook (Pentium 1, 133MHz, 40MB RAM, 1GB HD, KEIN CDROM, noch kein Netzwerk ausser lo)
Floppy OK
Installiertes System Debian 3.0r6, bootet soweit ersichtlich fehlerfrei.
Problem:
Xircom CE3 PCMCIA Netzwerk Karte soll in Betrieb genommen werden.
lsmod zeigt ein xirc2ps_cs Modul an aber es ist unused, ist es das korrekte für diese Karte?
Ausgabe lsmod:
- Code: Alles auswählen
Module Size Used by
nls_cp437 3896 2 (autoclean)
xirc2ps_cs 13952 0 (unused)
ds 6400 2 [xirc2ps_cs]
i82365 22672 2
pcmcia_core 45824 0 [xirc2ps_cs ds i82365]
af_packet 6136 0
Ausgabe dmesg (relevanter Teil):
- Code: Alles auswählen
Linux PCMCIA Card Services 3.1.33
kernel build: 2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002
options: [pci] [cardbus] [apm]
Intel ISA/PCI/CardBus PCIC probe:
Cirrus PD6729 rev 00 PCI-to-PCMCIA at slot 00:13, port 0x3e0
host opts [0]: [ring] [1/6/8] [1/20/8]
host opts [1]: [ring] [1/6/8] [1/20/8]
ISA irqs (default) = 3,4,5,7,9,10,11,12 polling interval = 1000 ms
cs: memory probe 0x0d0000-0x0dffff: clean.
xirc2ps_cs.c 1.31 1998/12/09 19:32:55 (dd9jn+kvh)
cs: IO port probe 0x0100-0x04ff: excluding 0x220-0x22f 0x268-0x26f 0x330-0x337 0x388-0x38f 0x3b8-0x3ff 0x4d0-0x4d7
cs: IO port probe 0x0230-0x0267: clean.
cs: IO port probe 0x0270-0x032f: clean.
cs: IO port probe 0x0338-0x0387: clean.
cs: IO port probe 0x0390-0x03b7: clean.
cs: IO port probe 0x0400-0x04cf: clean.
cs: IO port probe 0x04d8-0x04ff: clean.
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0a00-0x0aff: clean.
cs: IO port probe 0x0c00-0x0cff: excluding 0xcf8-0xcff
eth0: Xircom: port 0x300, irq 3, hwaddr 00:80:C7:3E:17:78
Irgendwo muss ich noch etwas "aktivieren", damit ausser dem lo device auch das eth0 brauchbar wird, oder?
ifup eth0 bringt die Mledung, dass dieses bereits konfiguriert sei.
(Installiert wurde das System in einem anderen Notebook, falls dies wichtig ist)


