How to install usbip and host devices?
I have installed usbip via "rpm-ostree install usbip", and after a reboot I can execute 'usbip', but that hasn't provided the uspipd.service for it.
Solution
Got it working:
rpm-ostree install usbip- Setup services as such: https://unix.stackexchange.com/questions/528769/usbip-startup-with-systemd/638097#638097
echo "usbip_host" | sudo tee /etc/modules-load.d/usbip.conf- reboot