Danke für Eure Antworten bisher. Ich habe probeweise mal zu Trusty Tahr 14.04 LTS gewechselt, LAN ist wie bisher. An die Einstellungen des Routers komme ich leider nicht ran. Hier die gewünschten Zeilen:
daniel@daniel-AMILO-Pro-V2020:~$ lspci -nnk | grep -i VGA -A2
00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02)
Subsystem: Fujitsu Technology Solutions Device [1734:106a]
Kernel driver in use: i915
Hier die 2. Info:
daniel@daniel-AMILO-Pro-V2020:~$ lspci -nnk | grep -iA2 net
01:07.0 Network controller [0280]: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection [8086:4220] (rev 05)
Subsystem: Intel Corporation Device [8086:2702]
Kernel driver in use: ipw2200
Info Nr. 3:
01:0c.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter [10ec:8139] (rev 10)
Subsystem: Fujitsu Technology Solutions Device [1734:106a]
Kernel driver in use: 8139too
daniel@daniel-AMILO-Pro-V2020:~$ lsmod
Module Size Used by
hid_generic 16384 0
usbhid 49152 0
hid 98304 2 hid_generic,usbhid
michael_mic 16384 0
arc4 16384 0
lib80211_crypt_tkip 20480 0
lib80211_crypt_ccmp 16384 0
bnep 20480 2
rfcomm 61440 0
bluetooth 430080 10 bnep,rfcomm
snd_intel8x0 40960 2
snd_ac97_codec 106496 1 snd_intel8x0
ac97_bus 16384 1 snd_ac97_codec
snd_pcm 94208 2 snd_ac97_codec,snd_intel8x0
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 28672 1 snd_seq_midi
snd_seq 57344 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
pcmcia 53248 0
snd_timer 28672 2 snd_pcm,snd_seq
ipw2200 139264 0
libipw 36864 1 ipw2200
snd 69632 11 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_seq_device
joydev 20480 0
lib80211 16384 3 lib80211_crypt_ccmp,lib80211_crypt_tkip,libipw
serio_raw 16384 0
soundcore 16384 1 snd
i915 921600 2
yenta_socket 40960 0
lpc_ich 20480 0
pcmcia_rsrc 20480 1 yenta_socket
drm_kms_helper 114688 1 i915
pcmcia_core 24576 3 pcmcia,pcmcia_rsrc,yenta_socket
cfg80211 450560 2 libipw,ipw2200
shpchp 32768 0
drm 286720 4 i915,drm_kms_helper
mac_hid 16384 0
video 20480 1 i915
i2c_algo_bit 16384 1 i915
parport_pc 32768 0
ppdev 20480 0
lp 16384 0
parport 40960 3 lp,ppdev,parport_pc
8139too 32768 0
firewire_ohci 36864 0
pata_acpi 16384 0
8139cp 28672 0
psmouse 102400 0
firewire_core 65536 1 firewire_ohci
mii 16384 2 8139cp,8139too
crc_itu_t 16384 1 firewire_core
daniel@daniel-AMILO-Pro-V2020:~$ cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
Die 4. Info:
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:03:0d:2c:0a:1f", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
Und hier Info 5:
# PCI device 0x8086:0x4220 (ipw2200)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:12:f0:22:93:43", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
Viele Grüße
Komponist1988