vadimgrn / usbip-win2

USB/IP Client for Windows
GNU General Public License v3.0
469 stars 40 forks source link

Can not use any USB devices after installing through the installer. #86

Closed Waffleer closed 2 months ago

Waffleer commented 2 months ago

I just installed this program on my Windows PC and after running the installer and rebooting none of my USB devices work. The real issue is that now my keyboard and mouse doesn't work so I can't uninstall the program. My keyboard/mouse work as I can use the mouse in the bios and I can use both in the recovery menus. Going to see if I can uninstall though the command line. My devices also don't work in safe mode so if you have any suggestions I would appreciate. I'll see if I find any solution.

Waffleer commented 2 months ago

I just realized that there is another issue with the same symptoms. Read though the solution but it didn't help.

As I do not have devcon installed I tried this.

Run regedit.exe Open key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{36fc9e60-c465-11cf-8056-444553540000} Remove usbip2_filter line from UpperFilters multi-string value to disable the driver Add this line to enable the driver

After finding the correct place I found that there is no reference to UpperFilters or usbip2_filter

I did a search and "usbip2_filter" is not present anywhere in the registry nor is "usbip2"

That said, I did find a reference to "MA-USB IP Filter Driver" under Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\mausbip

Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\mausbip

I also found a reference to mausbip as a LowerFilter PXL_20240922_224755092.MP.jpg

Would this help in any way?

I decided just to use system restore and went back before I ever installed the program. Hopefully this information helps. I would recommend that this issue is mentioned in the readme and recommended them creating a restore point just in case.