Power & Source of Big Ideas

There are two Armbian's builds - Bionic and Buster Let's start with Bionic: root@nanopineo2:~# apt-get install usbip Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package usbip root@nanopineo2:~# apt-get install linux-tools-5.4.20-sunxi6...
... which is why Armbian exist.

You can download ready made images (they are significantly higher quality)
https://www.armbian.com/download/?tx_maker=friendlyelec
or build your image / kernel without any higher magic:
https://github.com/armbian/build


Thank you i will try it.
That is what I found out: 1. There is a USBIP utility and a USBIPD daemon on my FrienlyELEC. 2. When daemon starting up: fa@NanoPi-NEO2:~$ sudo usbipd -D usbip err: stub_driver.c: 33 (open_sysfs_stub_driver) usbip_common_mod.ko and usbip.ko must be loaded ** (process:29628): ERROR **: driver open fa...
Thank you. You did my search in the right direction. This is output "apt-cache search usbip": libusbip-dev - USB device sharing system over IP network (development files) libusbip0 - USB device sharing system over IP network (shared library) usbip - USB device sharing system over IP networ...
Hi everybody There is well-known software for x86 processors. It consists of a usbip utility, usbip-core and usbip-host lkernel modules and usbipd daemon. This software is installed by the "apt-get install linux-tools-"kernel version" command. Is there the same software for nanopi neo...