Advertisement
neogeo2

e1000e hiba infok

Nov 19th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. ____________________________________________________________________________
  2. lsb_release -a
  3. ____________________________________________________________________________
  4. Distributor ID: Ubuntu
  5. Description: Ubuntu 18.04.3 LTS
  6. Release: 18.04
  7. Codename: bionic
  8.  
  9.  
  10. ____________________________________________________________________________
  11. uname -a
  12. ____________________________________________________________________________
  13.  
  14. Linux ubiserver 4.15.0-70-generic #79-Ubuntu SMP Tue Nov 12 10:36:11 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  15.  
  16.  
  17. ____________________________________________________________________________
  18. dmesg | grep e1000e
  19. ____________________________________________________________________________
  20.  
  21. [ 2.766847] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  22. [ 2.775522] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  23. [ 2.896237] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
  24. [ 3.011166] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
  25. [ 3.128193] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) xx:xx:xx:xx:xx:xx
  26. [ 3.149430] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
  27. [ 3.182497] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 0100FF-0FF
  28. [ 3.194477] e1000e 0000:00:19.0 eno1: renamed from eth0
  29. [ 3.246928] Modules linked in: i915(+) i2c_algo_bit ums_realtek drm_kms_helper uas e1000e syscopyarea crct10dif_pclmul usb_storage sysfillrect ptp crc32_pclmul sysimgblt fb_sys_fops ghash_clmulni_intel cryptd pps_core drm ahci psmouse libahci wmi video
  30. [ 36.322083] e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
  31.  
  32.  
  33. ____________________________________________________________________________
  34. lspci
  35. ____________________________________________________________________________
  36.  
  37. 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
  38. 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
  39. 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
  40. 00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
  41. 00:16.3 Serial controller: Intel Corporation 7 Series/C210 Series Chipset Family KT Controller (rev 04)
  42. 00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 04)
  43. 00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
  44. 00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
  45. 00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
  46. 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a4)
  47. 00:1f.0 ISA bridge: Intel Corporation Q75 Express Chipset LPC Controller (rev 04)
  48. 00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
  49. 00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
  50.  
  51.  
  52. ____________________________________________________________________________
  53. lshw -C network
  54. ____________________________________________________________________________
  55.  
  56. *-network
  57. description: Ethernet interface
  58. product: 82579LM Gigabit Network Connection (Lewisville)
  59. vendor: Intel Corporation
  60. physical id: 19
  61. bus info: pci@0000:00:19.0
  62. logical name: eno1
  63. version: 04
  64. serial: xx:xx:xx:xx:xx:xx
  65. size: 1Gbit/s
  66. capacity: 1Gbit/s
  67. width: 32 bits
  68. clock: 33MHz
  69. capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
  70. configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.13-4 ip=192.168.0.98 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
  71. resources: irq:26 memory:f7c00000-f7c1ffff memory:f7c39000-f7c39fff ioport:f080(size=32)
  72.  
  73.  
  74. ____________________________________________________________________________
  75. ifconfig
  76. ____________________________________________________________________________
  77.  
  78. eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  79. inet 192.168.0.98 netmask 255.255.255.0 broadcast 192.168.0.255
  80. inet6 fe80::8a51:fbff:fe49:291e prefixlen 64 scopeid 0x20<link>
  81. ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
  82. RX packets 13813017 bytes 5724584827 (5.7 GB)
  83. RX errors 0 dropped 0 overruns 0 frame 0
  84. TX packets 19677710 bytes 23657333021 (23.6 GB)
  85. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  86. device interrupt 20 memory 0xf7c00000-f7c20000
  87.  
  88. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  89. inet 127.0.0.1 netmask 255.0.0.0
  90. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  91. loop txqueuelen 1000 (Local Loopback)
  92. RX packets 42222 bytes 11617908 (11.6 MB)
  93. RX errors 0 dropped 0 overruns 0 frame 0
  94. TX packets 42222 bytes 11617908 (11.6 MB)
  95. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  96.  
  97.  
  98.  
  99. ____________________________________________________________________________
  100. ethtool eno1
  101. ____________________________________________________________________________
  102.  
  103. Settings for eno1:
  104. Supported ports: [ TP ]
  105. Supported link modes: 10baseT/Half 10baseT/Full
  106. 100baseT/Half 100baseT/Full
  107. 1000baseT/Full
  108. Supported pause frame use: No
  109. Supports auto-negotiation: Yes
  110. Supported FEC modes: Not reported
  111. Advertised link modes: 10baseT/Half 10baseT/Full
  112. 100baseT/Half 100baseT/Full
  113. 1000baseT/Full
  114. Advertised pause frame use: No
  115. Advertised auto-negotiation: Yes
  116. Advertised FEC modes: Not reported
  117. Speed: 1000Mb/s
  118. Duplex: Full
  119. Port: Twisted Pair
  120. PHYAD: 1
  121. Transceiver: internal
  122. Auto-negotiation: on
  123. MDI-X: off (auto)
  124. Supports Wake-on: pumbg
  125. Wake-on: g
  126. Current message level: 0x00000007 (7)
  127. drv probe link
  128. Link detected: yes
  129.  
  130.  
  131. ____________________________________________________________________________
  132. ethtool -i eno1
  133. ____________________________________________________________________________
  134.  
  135. driver: e1000e
  136. version: 3.2.6-k
  137. firmware-version: 0.13-4
  138. expansion-rom-version:
  139. bus-info: 0000:00:19.0
  140. supports-statistics: yes
  141. supports-test: yes
  142. supports-eeprom-access: yes
  143. supports-register-dump: yes
  144. supports-priv-flags: no
  145.  
  146.  
  147. ____________________________________________________________________________
  148. netstat -i
  149. ____________________________________________________________________________
  150.  
  151. Kernel Interface table
  152. Iface MTU RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
  153. eno1 1500 13813024 0 0 0 19677712 0 0 0 BMRU
  154. lo 65536 42222 0 0 0 42222 0 0 0 LRU
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement