usbip-win icon indicating copy to clipboard operation
usbip-win copied to clipboard

UDE Driver conflicts with Parsec's Virtual USB device driver

Open DMonitor opened this issue 8 months ago • 0 comments

While attempting to install driver on a Windows device, I kept getting this error:

PS C:\opt\usbip> .\usbip.exe install -u
usbip: error: vhci(ude) driver already exist

I suspected that Parsec's USB controller emulator might have been the cause, uninstalled it in Device Manager, and was proven correct:

PS C:\opt\usbip> .\usbip.exe install -u
usbip: info: vhci(ude) driver installed successfully

This driver conflict might not be a resolvable issue, but I wanted to share just in case someone else runs into this issue and wants to know how to resolve it.

DMonitor avatar Jun 14 '24 03:06 DMonitor