|Could not load the Host USB Proxy Service (VERR_FILE_NOT_FOUND). The service might be not
|installed |on the host computer.
|Result Code:
|0x80004005
|Component:
|Host
|Interface:
|IHost {81729c26-1aec-46f5-b7c0-cc7364738fdb}
|Callee:
|IMachine {31f7169f-14da-4c55-8cb6-a3665186e35e}
下面看解决方法
让GUEST识别USB设备
最简单的办法如下:
sudo gedit /etc/fstab
复制代码
在末尾加上
# the USB group
# 对所有用户开放USB设备的读写权限
none /proc/bus/usb usbfs devmode=666 0 0