Guest User

Untitled

a guest
Mar 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. *-network
  2. description: Ethernet interface
  3. product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
  4. vendor: Realtek Semiconductor Co., Ltd.
  5. physical id: 0
  6. bus info: pci@0000:01:00.0
  7. logical name: enp1s0
  8. version: 07
  9. serial: b0:6e:bf:59:cb:d5
  10. size: 100Mbit/s
  11. capacity: 100Mbit/s
  12. width: 64 bits
  13. clock: 33MHz
  14. capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
  15. configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
  16. resources: irq:126 ioport:e000(size=256) memory:91204000-91204fff memory:91200000-91203fff
  17. *-network
  18. description: Wireless interface
  19. product: QCA9565 / AR9565 Wireless Network Adapter
  20. vendor: Qualcomm Atheros
  21. physical id: 0
  22. bus info: pci@0000:02:00.0
  23. logical name: wlp2s0
  24. version: 01
  25. serial: 64:6e:69:49:d2:9e
  26. width: 64 bits
  27. clock: 33MHz
  28. capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
  29. configuration: broadcast=yes driver=ath9k driverversion=4.15.0-12-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
  30. resources: irq:23 memory:91100000-9117ffff memory:91180000-9118ffff
  31.  
  32. # interfaces(5) file used by ifup(8) and ifdown(8)
  33. auto lo
  34. iface lo inet loopback
  35.  
  36. 0: phy0: Wireless LAN
  37. Soft blocked: no
  38. Hard blocked: no
  39. 1: hci0: Bluetooth
  40. Soft blocked: yes
  41. Hard blocked: no
  42.  
  43. [ 2.790248] r8169 0000:01:00.0 enp1s0: renamed from eth0
  44. [ 25.833572] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
  45. [ 26.113377] r8169 0000:01:00.0 enp1s0: link down
  46. [ 26.113664] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
  47. [ 246.501765] r8169 0000:01:00.0 enp1s0: link up
  48. [ 246.501785] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
  49. [ 356.459974] r8169 0000:01:00.0 enp1s0: link down
  50. [ 1654.639469] r8169 0000:01:00.0 enp1s0: link up
  51.  
  52. enp1s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  53. ether b0:6e:bf:59:cb:d5 txqueuelen 1000 (Ethernet)
  54. RX packets 548 bytes 75510 (75.5 KB)
  55. RX errors 0 dropped 110 overruns 0 frame 0
  56. TX packets 103 bytes 14579 (14.5 KB)
  57. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  58.  
  59. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  60. inet 127.0.0.1 netmask 255.0.0.0
  61. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  62. loop txqueuelen 1000 (Local Loopback)
  63. RX packets 7050 bytes 429355 (429.3 KB)
  64. RX errors 0 dropped 0 overruns 0 frame 0
  65. TX packets 7050 bytes 429355 (429.3 KB)
  66. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  67.  
  68. wlp2s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  69. ether 64:6e:69:49:d2:9e txqueuelen 1000 (Ethernet)
  70. RX packets 340 bytes 67484 (67.4 KB)
  71. RX errors 0 dropped 73 overruns 0 frame 0
  72. TX packets 83 bytes 13795 (13.7 KB)
  73. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Add Comment
Please, Sign In to add comment