Acabei encontrando um adaptador USB-ETHERNET aqui na empresa e me parece que foi reconhecido pelo SO, porém não estou conseguindo ativá-lo. Veja abaixo.
usb 1-1.2: new high speed USB device using ehci-omap and address 3
usb 1-1.2: New USB device found, idVendor=0b95, idProduct=772a
usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1.2: Product: AX88x72A
usb 1-1.2: Manufacturer: ASIX Elec. Corp.
usb 1-1.2: SerialNumber: 000002
No /sys/class/net foi identificado o usb0
Configurei o IP na mão (ifconfig usb0 IP up) e tive o resultado abaixo.
eth0 Link encap:Ethernet HWaddr F8:DC:7A:00:A7:D8
inet addr:155.1.1.66 Bcast:155.1.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7073 errors:0 dropped:0 overruns:0 frame:0
TX packets:458 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:579683 (566.0 KiB) TX bytes:74903 (73.1 KiB)
Interrupt:67
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:0
TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:86 (86.0 b) TX bytes:86 (86.0 b)
usb0 Link encap:Ethernet HWaddr 4E:74:22:13:30:B2
inet addr:155.1.1.67 Bcast:155.1.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)