I am running the latest Arch Linux ARM release on a Pogoplug 4 device (Model POGO-V4-A3-01). Presently, upon re-boot, I obtain the output below. When I boot, I'd like enp0s1u1 to be automatically active just like eth0, so that if the USB-to-Ethernet adapter is connected to my network, an IP will be assigned to the Pogoplug device, and I can use enp0s1u1 instead of eth0.
What do I need to do?
--------------------------------------------------------
[root@alarm ~]# ifconfig -a
enp0s1u1: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether a0:ce:c8:01:d1:e1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.121 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::225:31ff:fe04:3766 prefixlen 64 scopeid 0x20<link>
ether 00:25:31:04:37:66 txqueuelen 1000 (Ethernet)
RX packets 146 bytes 17067 (16.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 136 bytes 14848 (14.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 11
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 166 bytes 13138 (12.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 166 bytes 13138 (12.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@alarm ~]# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 00:25:31:04:37:66 brd ff:ff:ff:ff:ff:ff
3: enp0s1u1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether a0:ce:c8:01:d1:e1 brd ff:ff:ff:ff:ff:ff
[root@alarm ~]# uname -a
Linux alarm 3.18.1-1-ARCH #1 PREEMPT Tue Dec 23 02:43:32 MST 2014 armv5tel GNU/Linux