Skip to main content

To make the modprobemodprobe permanent on the HOST "server" side

run the following command in a ssh (or locally)

echo "usbip-host" | sudo tee -a /etc/modules

echo "usbip-host" | sudo tee -a /etc/modules 

To make the modprobe permanent on the Client side

run the following command in a ssh (or locally)

echo "vhci-hcd" | sudo tee -a /etc/modules

echo "vhci-hcd" | sudo tee -a /etc/modules 

This will make the needed modules be loaded upon reboot

To make the modprobe permanent on the HOST "server" side

run the following command in a ssh (or locally)

echo "usbip-host" | sudo tee -a /etc/modules

To make the modprobe permanent on the Client side

run the following command in a ssh (or locally)

echo "vhci-hcd" | sudo tee -a /etc/modules

This will make the needed modules be loaded upon reboot

To make the modprobe permanent on the HOST "server" side

run the following command in a ssh (or locally)

echo "usbip-host" | sudo tee -a /etc/modules 

To make the modprobe permanent on the Client side

run the following command in a ssh (or locally)

echo "vhci-hcd" | sudo tee -a /etc/modules 

This will make the needed modules be loaded upon reboot

Source Link

To make the modprobe permanent on the HOST "server" side

run the following command in a ssh (or locally)

echo "usbip-host" | sudo tee -a /etc/modules

To make the modprobe permanent on the Client side

run the following command in a ssh (or locally)

echo "vhci-hcd" | sudo tee -a /etc/modules

This will make the needed modules be loaded upon reboot