rmmod e1000e
modprobe e1000e IntMode=2,1
sleep 2
ifconfig -a
?
dmesg | tail -20
root@xim:~# rmmod e1000e
root@xim:~# modprobe e1000e IntMode=2,1
root@xim:~# sleep 2
root@xim:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:22:4d:86:6e:3a
inet addr:192.168.0.189 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::222:4dff:fe86:6e3a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:110 errors:0 dropped:0 overruns:0 frame:0
TX packets:114 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15696 (15.6 KB) TX bytes:10290 (10.2 KB)
Interrupt:16 Память:80220000-80240000
lo Link encap:Локальная петля (Loopback)
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:305805 errors:0 dropped:0 overruns:0 frame:0
TX packets:305805 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:66311661 (66.3 MB) TX bytes:66311661 (66.3 MB)
root@xim:~# dmesg | tail -20
[177540.055321] e1000e 0000:02:00.0: irq 43 for MSI/MSI-X
[177540.055337] e1000e 0000:02:00.0: irq 44 for MSI/MSI-X
[177540.055351] e1000e 0000:02:00.0: irq 45 for MSI/MSI-X
[177540.159829] e1000e 0000:02:00.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:22:4d:86:6e:3a
[177540.159838] e1000e 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
[177540.159858] e1000e 0000:02:00.0: eth0: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[177540.159883] e1000e 0000:01:00.0: Disabling ASPM L0s L1
[177540.159910] e1000e 0000:01:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[177540.159943] e1000e 0000:01:00.0: setting latency timer to 64
[177540.160137] e1000e 0000:01:00.0: (unregistered net_device): Interrupt Mode set to 1
[177540.160223] e1000e 0000:01:00.0: irq 46 for MSI/MSI-X
[177540.215929] e1000e 0000:01:00.0: (unregistered net_device): The NVM Checksum Is Not Valid
[177540.226285] e1000e 0000:01:00.0: PCI INT A disabled
[177540.226303] e1000e: probe of 0000:01:00.0 failed with error -5
[177540.254221] ADDRCONF(NETDEV_UP): eth0: link is not ready
[177540.256440] ADDRCONF(NETDEV_UP): eth0: link is not ready
[177542.665274] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[177542.665285] e1000e 0000:02:00.0: eth0: 10/100 speed: disabling TSO
[177542.665839] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[177553.617094] eth0: no IPv6 routers present
root@xim:~#
Пользователь решил продолжить мысль 26 Августа 2013, 10:44:12:
может кабель или разъем повреждены или деньги кончились
sudo plog
root@xim:/home# sudo plog
root@xim:/home# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:22:4d:86:6e:3a
inet addr:192.168.0.189 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::222:4dff:fe86:6e3a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:175 errors:0 dropped:0 overruns:0 frame:0
TX packets:175 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:21497 (21.4 KB) TX bytes:24810 (24.8 KB)
Interrupt:16 Память:80220000-80240000
lo Link encap:Локальная петля (Loopback)
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:306060 errors:0 dropped:0 overruns:0 frame:0
TX packets:306060 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:66366113 (66.3 MB) TX bytes:66366113 (66.3 MB)
root@xim:/home#