mephisto schriebHab meinen Beitrag oben noch erweitert. Nur für denn Fall, dass du's nicht gesehen hättest.
Ja, moment ich bin noch hier dran:
Ich habe jetzt mal mit meinem Netzwerktreiber rumgespielt.
modprobe -R r8169 Modul entfernt.
In /var/log/messages ist dann das:
Oct 23 19:46:20 localhost dhcpcd[11328]: sending signal 1 to pid 1309
Oct 23 19:46:20 localhost dhcpcd[11328]: waiting for pid 1309 to exit
Oct 23 19:46:20 localhost dhcpcd[1309]: received SIGHUP, releasing
Oct 23 19:46:20 localhost dhcpcd[1309]: eth0: releasing lease of 192.168.1.2
Oct 23 19:46:20 localhost dhcpcd[1309]: eth0: removing interface
eth0 ist weg.
Dann ein
modprobe r8169
zeigt bisher nichts Weiteres an. Keine eth0 wieder da.
Dann mit netcfg das Netz aufgebaut:
netcfg Profilname
Dann erst kommt eine eth0 und noch mehr:
Oct 23 19:52:28 localhost kernel: [ 1043.869102] r8169 0000:03:00.0: eth0: link down
Oct 23 19:52:28 localhost kernel: [ 1043.869109] r8169 0000:03:00.0: eth0: link down
Oct 23 19:52:28 localhost kernel: [ 1043.869121] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 23 19:52:29 localhost kernel: [ 1045.540949] r8169 0000:03:00.0: eth0: link up
Oct 23 19:52:29 localhost kernel: [ 1045.540961] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Oct 23 19:52:29 localhost dhcpcd[17925]: version 5.6.2 starting
Oct 23 19:52:29 localhost dhcpcd[17925]: eth0: sending IPv6 Router Solicitation
Oct 23 19:52:29 localhost dhcpcd[17925]: eth0: broadcasting for a lease
Oct 23 19:52:30 localhost dhcpcd[17925]: eth0: offered 192.168.1.2 from 192.168.1.1
Oct 23 19:52:30 localhost dhcpcd[17925]: eth0: acknowledged 192.168.1.2 from 192.168.1.1
Oct 23 19:52:30 localhost dhcpcd[17925]: eth0: checking for 192.168.1.2
Oct 23 19:52:33 localhost dhcpcd[17925]: eth0: sending IPv6 Router Solicitation
Oct 23 19:52:35 localhost dhcpcd[17925]: eth0: leased 192.168.1.2 for 86400 seconds
Oct 23 19:52:35 localhost dhcpcd[17925]: forked to background, child pid 18309
Oct 23 19:52:37 localhost dhcpcd[18309]: eth0: sending IPv6 Router Solicitation
Oct 23 19:52:41 localhost dhcpcd[18309]: eth0: sending IPv6 Router Solicitation
Oct 23 19:52:41 localhost dhcpcd[18309]: eth0: no IPv6 Routers available
Ein Ping gemacht und geht.
So, jetzt guck ich oben nochmal.