Code: Alles auswählen
lspci -nn | grep Eth
01:00.0 Ethernet controller [0200]: Attansic Technology Corp. L2 100 Mbit Ethernet Adapter [1969:2048] (rev a0)
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 01)
Dann habe ich von der Realtek HP den Treiber runtergelden, kompilieren ist umöglich. Nur Fehlermeldungen. Ich denke das ist auch nicht nötig, da:
Code: Alles auswählen
dmesg | grep -i eth
[ 2.768473] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.770065] eth0: RTL8168b/8111b at 0xf807e000, xxxxxxxxxxx, XID 38000000 IRQ 26
[ 4.653830] Driver 'sd' needs updating - please use bus_type methods
[ 32.770882] udev: renamed network interface eth0 to eth1
[ 33.697788] Atheros(R) L2 Ethernet Driver - version 2.2.3
[ 2786.231129] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2786.435955] atl2: eth0 NIC Link is Up<10 Mbps Full Duplex>
[ 2786.448759] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 2796.556022] eth0: no IPv6 routers present
[ 2803.580044] device eth0 entered promiscuous mode
[ 2803.616017] device eth0 left promiscuous mode
[ 2803.640027] device eth0 entered promiscuous mode
[34886.022622] atl2: eth0 NIC Link is Down
[34887.594543] atl2: eth0 NIC Link is Up<10 Mbps Full Duplex>
[34926.775358] atl2: eth0 NIC Link is Down
[34928.338476] atl2: eth0 NIC Link is Up<100 Mbps Full Duplex>
[37843.584033] atl2: eth0 NIC Link is Down
[37845.995018] atl2: eth0 NIC Link is Up<10 Mbps Full Duplex>
[54882.453082] atl2: eth0 NIC Link is Down
[54884.031831] atl2: eth0 NIC Link is Up<100 Mbps Full Duplex>
Wo kann ich noch nahsehen was los sein könnte?
Ich bitte um Tipps/Hinweise/Erfahrungswerte. Vielen lieben Dank.