Hi,   I just got usbip working on an odroid-n2 with kernel 5.10.   $ apt-get install linux-headers-current-meson64 $ apt-get install linux-source-5.10.34-current-meson64 $ apt-get install libtool $ apt-get install libudev-dev   Unpack the kernel sources (/usr/src), go into the tools/usb/usbip directory and follow instructions in README: $ ./autogen.sh $ ./configure --with-tcp-wrappers=no $ make install   Then:   $ ex