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: 1. rpm-ostree install usbip 2. Setup services as such: https://unix.stackexchange.com/questions/528769/usbip-startup-with-systemd/638097#638097 3. echo "usbip_host" | sudo tee /etc/modules-load.d/usbip.conf 4. reboot...
Jump to solution
1 Reply
Solution
uberdodo
uberdodo2w ago
Got it working: 1. rpm-ostree install usbip 2. Setup services as such: https://unix.stackexchange.com/questions/528769/usbip-startup-with-systemd/638097#638097 3. echo "usbip_host" | sudo tee /etc/modules-load.d/usbip.conf 4. reboot

Did you find this page helpful?