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

VHCI Device not found system USB post disabled #81

Open
sprinteroz opened this issue Jul 29, 2024 · 10 comments
Open

VHCI Device not found system USB post disabled #81

sprinteroz opened this issue Jul 29, 2024 · 10 comments

Comments

@sprinteroz
Copy link

sprinteroz commented Jul 29, 2024

I encountered an issue with this driver upon installation. It disabled all USB ports on my Windows 11 system. Attempting to resolve the problem in safe mode proved unsuccessful, as USB functionality remained unavailable. To restore USB port operation, I had to revert to the last known good configuration.
Subsequently, when trying to run the software, I received a "VHCI Driver not found" error. This may be a consequence of using the last known configuration to reset the drivers and regain USB functionality.
Error Image:
USBIP fail
For reference, my system specifications can be found at:
https://www.passmark.com/baselines/V11/display.php?id=215047417287

@vadimgrn
Copy link
Owner

@OpenSourceDevelop
Copy link

I encountered an issue with this driver upon installation. It disabled all USB ports on my Windows 11 system. Attempting to resolve the problem in safe mode proved unsuccessful, as USB functionality remained unavailable. To restore USB port operation, I had to revert to the last known good configuration. Subsequently, when trying to run the software, I received a "VHCI Driver not found" error. This may be a consequence of using the last known configuration to reset the drivers and regain USB functionality. Error Image: USBIP fail For reference, my system specifications can be found at: https://www.passmark.com/baselines/V11/display.php?id=215047417287

had the same problem with win 10! 😫

@vadimgrn
Copy link
Owner

vadimgrn commented Sep 23, 2024

As I explained before, the driver disables nothing. usbip_filter driver is installed, but failed to load for unknown reasons. That's why all usb devices do not work. You should find out the root of cause yourself, I tested the build on Windows 10 x64 Version 1809, it works. It works for most users too. I don't know what is wrong with your system.

Unfortunately, usbip_filter driver is required and cannot be ditched.

@MateuszSychXpl
Copy link

Exactly the same situation, After installing the ports stopped working. MSI motherboard

Windows 11 Pro version
Version 23H2
OS build 22631.4169
Windows Feature Experience Pack 1000.22700.1034.0

@vadimgrn
Copy link
Owner

I cannot do something with that because I haven't had this issue on my laptops/PC or virtual machines. I suppose this is about some missing dependencies, but I can't guess what is could be.

@MateuszSychXpl
Copy link

MateuszSychXpl commented Oct 11, 2024

Maybe you can tell me where to look for the problem? In the system logs I only see:
The driver \Driver\usbip2_filter failed to load for the device PCI\VEN_8086&DEV_7A60&SUBSYS_7E061462&REV_11\3&11583659&0&A0.

The driver \Driver\usbip2_ude failed to load for the device ROOT\USB\0000.

@vadimgrn
Copy link
Owner

I don't know how to debug drivers that fail to load. I need to learn that myself.

@Hiuoy
Copy link

Hiuoy commented Oct 17, 2024

I had the same issue, all ports got disabled I have windows 10.
after I have installed it, I did the attach command but it says that:
error: VHCI device not found, driver not loaded?

so I reboot than that happend, I couldn't sign to windows every port is disabled

@Hiuoy
Copy link

Hiuoy commented Oct 17, 2024

I had the same issue, all ports got disabled I have windows 10. after I have installed it, I did the attach command but it says that: error: VHCI device not found, driver not loaded?

so I reboot than that happend, I couldn't sign to windows every port is disabled

when I rebooted the system I didn't go to testing mode maybe that was the problem?

@vadimgrn
Copy link
Owner

vadimgrn commented Oct 18, 2024

Sure, usbip_ude and usbip_filter drivers cannot be loaded if test signing mode is not enabled. If you installed USBip and disabled test signing mode after that, all USB devices will not be available after system reboot.

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

5 participants