Advertisement
Guest User

Untitled

a guest
May 7th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. ifconfig
  2. В рабочем состоянии.
  3. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  4. inet 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255
  5. inet6 fe80::ca60:ff:fe9b:6be9 prefixlen 64 scopeid 0x20<link>
  6. ether c8:60:00:9b:6b:e9 txqueuelen 1000 (Ethernet)
  7. RX packets 30567 bytes 33734082 (32.1 MiB)
  8. RX errors 0 dropped 0 overruns 0 frame 0
  9. TX packets 22144 bytes 2674573 (2.5 MiB)
  10. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  11.  
  12. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  13. inet 127.0.0.1 netmask 255.0.0.0
  14. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  15. loop txqueuelen 0 (Local Loopback)
  16. RX packets 0 bytes 0 (0.0 B)
  17. RX errors 0 dropped 0 overruns 0 frame 0
  18. TX packets 0 bytes 0 (0.0 B)
  19. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  20.  
  21. Когда не работает, eth0 пропадает, остается только lo. Сбоит не сетевуха, ибо livecd работали отлично.
  22.  
  23.  
  24. sudo ifconfig eth0 up
  25. ifconfig eth0
  26.  
  27. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  28. inet6 fe80::ca60:ff:fe9b:6be9 prefixlen 64 scopeid 0x20<link>
  29. ether c8:60:00:9b:6b:e9 txqueuelen 1000 (Ethernet)
  30. RX packets 0 bytes 0 (0.0 B)
  31. RX errors 0 dropped 0 overruns 0 frame 0
  32. TX packets 3 bytes 238 (238.0 B)
  33. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  34.  
  35.  
  36. dmesg | grep eth0
  37. В рабочем:
  38. [ 1.254156] r8169 0000:03:00.0 eth0: RTL8168f/8111f at 0xffffc90004efc000, c8:60:00:9b:6b:e9, XID 08000800 IRQ 44
  39. [ 1.254158] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  40. [ 1.378373] r8169 0000:03:00.0 eth0: link down
  41. [ 1.378403] r8169 0000:03:00.0 eth0: link down
  42. [ 1.378417] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  43. [ 3.015139] r8169 0000:03:00.0 eth0: link up
  44. [ 3.015149] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  45. [ 38.378351] r8169 0000:03:00.0 eth0: link down
  46. [ 40.046951] r8169 0000:03:00.0 eth0: link up
  47.  
  48.  
  49. В нерабочем:
  50.  
  51. [ 1.343503] r8169 0000:03:00.0 eth0: RTL8168f/8111f at 0xffffc90000c20000, c8:60:00:9b:6b:e9, XID 08000800 IRQ 44
  52. [ 1.343506] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  53.  
  54.  
  55. В нерабочем, но поднятом:
  56.  
  57. [ 1.343503] r8169 0000:03:00.0 eth0: RTL8168f/8111f at 0xffffc90000c20000, c8:60:00:9b:6b:e9, XID 08000800 IRQ 44
  58. [ 1.343506] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  59. [ 75.785901] r8169 0000:03:00.0 eth0: link down
  60. [ 75.785940] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  61. [ 75.785952] r8169 0000:03:00.0 eth0: link down
  62. [ 77.446128] r8169 0000:03:00.0 eth0: link up
  63. [ 77.446138] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement