-
sudo apt-get install linux-tools-generic
-
sudo modprobe usbip_host
-
sudo nano /etc/modules
-
add
usbip_host
to the end of texts -
lsusb
to see a list of attached USB devices -
sudo usbip list -p -l
-
sudo usbip bind --busid="Bus ID"
enter busid from the above list command -
sudo usbipd
-
wget http://raspbian.mirror.net.in/raspbian/raspbian/pool/main/l/linux/usbip_2.0+5.10.158-2+rpi1_armhf.deb
-
sudo apt install ./usbip_2.0+5.10.158-2+rpi1_armhf.deb
-
sudo modprobe vhci-hcd
-
sudo nano /etc/modules
-
add
vhci-hcd
to the end of texts -
sudo usbip attach -r "IP Address" -b "Bus ID"