vadimgrn / usbip-win2

USB/IP Client for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HID Device not working after installing v.0.9.5.5

xshrinix opened this issue · comments

After Installation and rebooting the device (Windows 10 pro). Both Mouse and Keyboard connected to that machine stopped working. I tried connecting other Mouse keyboard and also tried to plug in on all USB port, Mouse and keyboard just not working after installation.

commented

usbip2_filter failed to load.
Requirements: Windows 10 Version 1809 (OS build 17763) and later.
https://github.com/vadimgrn/usbip-win2#enable-test-signing-without-removing-usbip

So one must not restart machine immediately after installation. We first disable the usbip2_filter then we can reboot the machine.
Is that the correct order?

commented

Wrong, it should work and there is no need to reboot OS after the installation. What Win version do you have?

Windows 10 pro OS build 19045.xx. version - 22H2. After USB driver installation at the end, system asks for reboot, so i rebooted.

commented

If usbip2_filter driver can't be loaded, all usb devices will not work. It should work on your system, but something went wrong. I'll try to help you resolve this issue, but slightly later, I'm busy right now.

Today I also encountered this problem, I have been trying to restore the operation of HID devices for two hours, but to no avail. I can't interact with the system in any way

commented

Device Manager, Universal Serial Bus Controllers, pay attention to

  • USB Root Hub (USB 3.0), Location: on USBip 3.X Emulated Host Controller
  • USBip 3.X Emulated Host Controller
    2
    3
    4
    1
commented

If these devices are not working, most likely usbip2_filter.sys can't be loaded. This is a filter driver, see HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{36fc9e60-c465-11cf-8056-444553540000}, UpperFilters. If you remove usbip2_filter from UpperFilters and everything will work after the reboot, this is the reason.

commented

To find out what is going on, you could use C:\Windows\INF\setupapi.*.log files (setupapi.app.log, setupapi.dev.log). Remove these files before the installation of USBip, and post them here after the installation.

P.S. I'm testing USBip on Windows 11 Home Single Language, 22H2, OS build 22621.2134 and on Win 10 1809. It works.

commented

Today I also encountered this problem, I have been trying to restore the operation of HID devices for two hours, but to no avail. I can't interact with the system in any way

Start your Windows PC in safe mode (press F11 during early boot process) and uninstall USBip.

commented

Sorry, originally deleted comment because I decided to go for another approach.

I was able to successfully boot into safe mode, but I want to say that the driver still attempted to load in safe mode because the other physically connected devices were still not able to function.

I ended up doing a system restore, which restored functionality.

That means that Windows is trying to start UpperFilters drivers even in Safe Mode for
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{36fc9e60-c465-11cf-8056-444553540000} (USB host controllers and USB hubs). As a result, USB keyboard/mouse do not work in safe mode too, I guess. A PS/2 keyboard will work if a motherboard has such connector.