USBIP

I am trying to get USBIP working and currently running into some issues.

I am able to apt-get install usbip, but I can’t modprobe usbip-host or modprobe usbip-core. I get the following:
modprobe: FATAL: Module usbip-host not found in directory /lib/modules/4.14.66+
modprobe: FATAL: Module usbip-core not found in directory /lib/modules/4.14.66+
Has anyone been able to get this to work?

The reason I put it under the Requests instead of Troubleshooting is because all other searches on this issue point to downloading the linux-source and recompiling. I am hoping that is not needed.

My goal is to have both the server and client on the Odroid UX4.

Thanks in advance.
Rick

rpage
Are you on RPi?

In case please do apt full-upgrade to upgrade to the current kernel 4.19. Then you need to reboot to have it loaded.

The reboot is probably what was missing, e.g. if the new kernel was already installed, e.g. via dietpi-update:
ls -al /lib/modules show which kernel is actually installed.