# WARNING: There are restriction in CrealityScan app, or not all USB functions passed by IP # so, this method wont work :( # Install USB-over-IP app (on RPI or similar device) apt install usbip # Fix for make it work modprobe usbip_core modprobe usbip_host modprobe vhci-hcd # List of connected devices usbip list -l # Example output: # - busid 5-1 (2bc5:06da) # Orbbec 3D Technology International, Inc : unknown product (2bc5:06da) # Bind device (Make it available over network): usbip bind --busid=5-1 # Start daemon: usbipd -D ### On Windows: https://github.com/vadimgrn/usbip-win2/releases # Install. # Type server IP address and press "Add devices" # Select your scaner # Click "Attach" # Use it... if it work...