Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDE Driver conflicts with Parsec's Virtual USB device driver #367

Open
DMonitor opened this issue Jun 14, 2024 · 1 comment
Open

UDE Driver conflicts with Parsec's Virtual USB device driver #367

DMonitor opened this issue Jun 14, 2024 · 1 comment

Comments

@DMonitor
Copy link

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.

@zombodotcom
Copy link

zombodotcom commented Oct 8, 2024

had this issue here

PS C:\Users\Zombo\Downloads\usbip-win-0.3.6-dev> .\usbip.exe install
usbip: error: vhci(ude) driver already exist
PS C:\Users\Zombo\Downloads\usbip-win-0.3.6-dev> .\usbip.exe install
usbip: info: vhci(ude) driver installed successfully
PS C:\Users\Zombo\Downloads\usbip-win-0.3.6-dev>

issue was the virtual here usb under
Universal Serial Bus Controllers in device manager
uninstalled and then it installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants