| lshw -C network | |
| *-network:0 | |
| description: Ethernet interface | |
| physical id: 5 | |
| logical name: eth0 | |
| serial: 36:c9:e3:f1:b8:05 | |
| size: 1Gbit/s | |
| capacity: 1Gbit/s | |
| capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation | |
| configuration: autonegotiation=on broadcast=yes driver=sunxi_geth driverversion=SUNXI Gbgit driver V1.1 duplex=full ip=192.168.10.1 link=yes multicast=yes port=MII speed=1Gbit/s | |
| *-network:1 | |
| description: Wireless interface | |
| physical id: 6 | |
| logical name: wlan0 | |
| serial: 34:c3:d2:e4:cc:58 | |
| capabilities: ethernet physical wireless | |
| configuration: broadcast=yes driver=rtl8723bs driverversion=3.10.65-7-pine64-longsleep firmware=N/A ip=10.0.0.19 link=yes multicast=yes wireless=IEEE 802.11bgn | |
| *-network:2 DISABLED | |
| description: Wireless interface | |
| physical id: 7 | |
| logical name: wlan1 | |
| serial: 36:c3:d2:e4:cc:58 | |
| capabilities: ethernet physical wireless | |
| configuration: broadcast=yes driver=rtl8723bs driverversion=3.10.65-7-pine64-longsleep firmware=N/A link=no multicast=yes wireless=IEEE 802.11bgn |
| $ ping 192.168.10.10 | |
| PING 192.168.10.10 (192.168.10.10) 56(84) bytes of data. | |
| 64 bytes from 192.168.10.10: icmp_seq=9 ttl=64 time=0.363 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=10 ttl=64 time=0.175 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=11 ttl=64 time=0.213 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=12 ttl=64 time=0.210 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=13 ttl=64 time=0.303 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=14 ttl=64 time=0.272 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=62 ttl=64 time=0.430 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=63 ttl=64 time=0.280 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=64 ttl=64 time=0.207 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=112 ttl=64 time=0.431 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=113 ttl=64 time=0.298 ms | |
| 64 bytes from 192.168.10.10: icmp_seq=114 ttl=64 time=0.223 ms | |
| ^C | |
| --- 192.168.10.10 ping statistics --- | |
| 141 packets transmitted, 12 received, 91% packet loss, time 140007ms | |
| rtt min/avg/max/mdev = 0.175/0.283/0.431/0.085 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment