Power & Source of Big Ideas

Answering to my question as I managed to solve it :) `pump` command is not needed. What did help is adding to /etc/network/interfaces: allow-hotplug usb0 iface usb0 inet static address 192.168.7.2 netmask 255.255.255.0 network 192.168.7.0 broadcast 192.168.7.255 gateway 192.168.7.1 On both machines,...
Hi, I'm trying to connect from my Linux machine to my NanoPi Duo over USB OTG using ethernet module. I have loaded g_ether module: root@NanoPi-Duo:~# lsmod Module Size Used by nls_ascii 16384 1 xradio_wlan 110592 1 g_ether 16384 0 I see it as Ethernet device from my Linux machine: # lsusb ... Bus 00...