在 Ubuntu 18.04 服务器上设置 usbip

Kut*_*tzi 5 server usb ip 18.04

我在英特尔 nuc 上运行 Ubuntu 18.04 服务器,尝试设置 usbip 以远程访问连接到树莓派的 ZWave USB 设备。我加载了内核模块

modprobe usbip-core
modprobe vhci-hcd
Run Code Online (Sandbox Code Playgroud)

sudo usbip attach -r 192.168.3.182 -b 2-2.2
Run Code Online (Sandbox Code Playgroud)

我明白了

libusbip: error: udev_device_get_sysattr_value failed
usbip: error: open vhci_driver
usbip: error: query
Run Code Online (Sandbox Code Playgroud)

在虚拟机中运行 linux Mint 时尝试了上述步骤,一切正常。有什么建议?提前谢谢:)。