Обновил Debian Jessie и отвалилась сеть. Явно видно что саму сетевую карту он видит, но .. подключить не может. Куда копать ?
P.S. дрова тоже есть, вечером смогу выложить подтверждение. Вроде стоит firmware-realtek (0.43).
> lspci | grep Ethernet
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)
> ifconfig
Controller (rev 03)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:802 errors:0 dropped:0 overruns:0 frame:0
TX packets:802 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:147174 (143.7 KiB) TX bytes:147174 (143.7 KiB)
> dmesg | grep r8169
[ 0.787318] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.787329] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.787639] r8169 0000:03:00.0: irq 40 for MSI/MSI-X
[ 0.787892] r8169 0000:03:00.0 eth0: RTL8168d/8111d at 0xffffc90000644000, 6c:f0:49:b8:d2:e0, XID 083000c0 IRQ 40
[ 0.787895] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
> sudo du /sys/ | grep eth0
0 /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/eth0/power
0 /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/eth0/queues/rx-0
0 /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/eth0/queues/tx-0/byte_queue_limits
0 /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/eth0/queues/tx-0
0 /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/eth0/queues
0 /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/eth0/statistics
0 /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/eth0
> cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# add eth0 explicitly
auto eth0
> ifup eth0
Ignoring unknown interface eth0=eth0.
> sudo service networking restart
[warn] Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).
[....] Reconfiguring network interfaces...Ignoring unknown interface eth0=eth0.
Ignoring unknown interface eth0=eth0.
done.
> vim /etc/network/interfaces
> cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# add eth0 explicitly
# auto eth0
> sudo service networking restart
[warn] Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).
[ ok ] Reconfiguring network interfaces...done.
> ifconfig
Controller (rev 03)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:802 errors:0 dropped:0 overruns:0 frame:0
TX packets:802 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:147174 (143.7 KiB) TX bytes:147174 (143.7 KiB)