| | 1 | ===== USB Hub / Network Adapter ===== |
| | 2 | |
| | 3 | {{{ |
| | 4 | root@imx8mq-var-dart:~# ifconfig |
| | 5 | eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 |
| | 6 | inet 10.1.2.230 netmask 255.255.0.0 broadcast 10.1.255.255 |
| | 7 | inet6 fe80::e85e:dbca:f02a:cc06 prefixlen 64 scopeid 0x20<link> |
| | 8 | ether f8:dc:7a:9e:53:0c txqueuelen 1000 (Ethernet) |
| | 9 | RX packets 11334 bytes 830538 (811.0 KiB) |
| | 10 | RX errors 0 dropped 1 overruns 0 frame 0 |
| | 11 | TX packets 163 bytes 21956 (21.4 KiB) |
| | 12 | TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
| | 13 | |
| | 14 | eth1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 |
| | 15 | ether 00:e0:4c:68:0d:29 txqueuelen 1000 (Ethernet) |
| | 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 | lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 |
| | 22 | inet 127.0.0.1 netmask 255.0.0.0 |
| | 23 | inet6 ::1 prefixlen 128 scopeid 0x10<host> |
| | 24 | loop txqueuelen 1000 (Local Loopback) |
| | 25 | RX packets 98 bytes 9285 (9.0 KiB) |
| | 26 | RX errors 0 dropped 0 overruns 0 frame 0 |
| | 27 | TX packets 98 bytes 9285 (9.0 KiB) |
| | 28 | TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 |
| | 29 | }}} |
| | 30 | |
| | 31 | Verified hub ports and Ethernet work. |
| | 32 | |
| | 33 | Setup app updated to allow configuration of secondary network adapter. |