Hallo!
Ich habe gestern Knoppix 3.1 bekommen und installiert. Abgesehen von Kleinigkeiten lief es ganz gut. Da ich bisher noch nicht mit CUPS gearbeitet habe, probierte ich ein zartes:
root@pc1:~# lpinfo -v lpinfo: Unable to connect to server: Network is unreachable
Oops?! Nun gings richtig los. ;-)
root@pc1:~# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:E0:7D:7F:61:86 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:11 Base address:0x5000
lo Link encap:Local Loopback LOOPBACK MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Komisch, die Interfaces sind da, haben aber keine Adressen, obwohl ich die IP der Netzwerkkarte während Christians Installscriptes eingegeben habe. Also:
root@pc1:~# cat /etc/network/interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface # automatically added when upgrading auto lo eth0 iface lo inet loopback
iface eth0 inet static address 192.168.0.1 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 # gateway
Aaah, das isses. (gateway habe ich auskommentiert) Ich probiere noch ein:
root@pc1:~# ifup eth0 ifup: interface eth0 already configured
Gut, war also schon aktiviert. Aber ein Ping bringt die Ernüchterung:
root@pc1:~# ping 127.0.0.1 PING 127.0.0.1 (127.0.0.1): 56 data bytes ping: sendto: Network is unreachable ping: wrote 127.0.0.1 64 chars, ret=-1
root@pc1:~# ping pc1 PING pc1 (192.168.0.1): 56 data bytes ping: sendto: Network is unreachable ping: wrote pc1 64 chars, ret=-1
Was läuft hier schief?
In /proc/iomem und /proc/ioport taucht die Karte auf.
Freundlich grüßend,
Erik