The NEO-Air has two USB ports available through headers (when soldered). They can be used to connect an USB-2 Ethernet adapter. See the pins layout at
https://wiki.friendlyarm.com/wiki/index ... _DimensionI've successfully connected an A1277 Apple USB Ethernet Adapter (05ac:1402). It has a ASIX AX88772 chip which is supported in the standard FriendlyWrt image for the board by the `asix` kernel module. The module is not loaded automatically.
To get it to work on reboot, I created a file in /etc/modules.d:
Code: Select all
echo asix > /etc/modules.d/90-asix
The only issue is that the combo NanoPi NEO-air + Ethernet adapter is rather power hungry when routing Wifi traffic to Ethernet. With a 2.5Amp 5v power adapter, the voltage drops to ~4.75v and the Ethernet adapter shut down sometimes. Unplug and re-plug brings it back. I need to test with a more powerful power supply.
