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

No USB support after installation and reboot in Windows 11 #95

Open
heikotroetsch opened this issue Nov 30, 2024 · 18 comments
Open

No USB support after installation and reboot in Windows 11 #95

heikotroetsch opened this issue Nov 30, 2024 · 18 comments

Comments

@heikotroetsch
Copy link

heikotroetsch commented Nov 30, 2024

I wish I could give more information on this bug but I can not get past the login screen without keyboard and mouse.

Clarification im not talking about USBip but normal USB devices plugged in directly into the motherboard that won't work after installation. As soon as I get into windows repair menu everything works. A reset to a checkpoint before installation needs to be made.

What I did:

  1. Installed latest release on windows 11 (not current updates installed) v.0.9.6.7
  2. Rebooted system
  3. USB device (mainly mouse and keyboard) do not work after restarting.
  4. Restoring windows was nessesary.

Fresh install of windows:

  1. Installed latest release on windows 11 (not current updates installed) v.0.9.6.7
  2. Rebooted system
  3. USB device (mainly mouse and keyboard) do not work after restarting.
  4. Restoring windows was nessesary again.

Last Downloaded and installed on fresh windows 11 install v.0.9.6.6
Also did not work.

@vadimgrn
Copy link
Owner

vadimgrn commented Dec 1, 2024

Did you set testsigning on before the installation?

@jonnytest1
Copy link

jonnytest1 commented Dec 2, 2024

Same issue :/ - just followed the setup - I definitely second the checkpoint idea at least (update : phew that's already in there ^^)

Btw not sure if this is the case: but if usbip nests all the other usb devices we should definitely check if the 7 hub limit is reached

@heikotroetsch
Copy link
Author

@vadimgrn i did try Test mode but it resulted in the same behavior.

@vadimgrn
Copy link
Owner

vadimgrn commented Dec 3, 2024

I'm tired of explaining this issue. I cannot fix it because I haven't had this issue on my two laptops and PC. If install Windows 10 Version 1809, it will work to. I don't know what's missing on your computers, you'll have to figure that out yourself.

There are closed issues with that problem, I don't want to explain everything every time from scratch. The reason is that USB class upper filter driver usbip2_filter is not loaded for unknown reason.

@jonnytest1
Copy link

jonnytest1 commented Dec 3, 2024

ah here it is 🤔

02.12.2024 21:32:03
<EventData>
  <Data Name="DriverNameLength">66</Data> 
  <Data Name="DriverName">PCI\VEN_1022&DEV_43F7&SUBSYS_11421B21&REV_01\6&2af91c3c&0&00600011</Data> 
  <Data Name="Status">3221226536</Data> 
  <Data Name="FailureNameLength">21</Data> 
  <Data Name="FailureName">\Driver\usbip2_filter</Data> 
  <Data Name="Version">0</Data> 
  </EventData>

together with

The description for Event ID "26" from the source "Application Popup" could not be found. Either the component that triggers this event is not installed on the local computer, or the installation is corrupted. You can install or repair the component on the local computer.

If the event occurred on another computer, the display information must be stored with the event.

The following information was saved with the event:

\SystemRoot\system32\DRIVERS\usbip2_filter.sys failed to load

The message resource is present, but the message was not found in the message table.

@vadimgrn
Copy link
Owner

vadimgrn commented Dec 3, 2024

The question is what the reason. Maybe network is not available or something like that.

@jonnytest1
Copy link

that seems unlikely i have an event at
02.12.2024 21:32:02
Marvell AQtion 10Gbit Network Adapter : Network link has been established at 10Gbit/s Full Duplex.

@jonnytest1
Copy link

oh but earlier we have the same issue for
"error loading driver \Driver\usbip2_filter für das Gerät ACPI\ITE8853\1." which would make sense cause i got the impression that the usb wasnt event powered (and that was pre network link (at least pre that one above ^^))

@vadimgrn
Copy link
Owner

vadimgrn commented Dec 3, 2024

If you can build the source code, please build and try develop branch.

@jonnytest1
Copy link

im gonna try to reproduce it on my laptop first , cause i would really not like ot have to reset my main PC every time 🙈

@vadimgrn
Copy link
Owner

vadimgrn commented Dec 3, 2024

If usb devices work after installing the develop build, you should use trace log to find out what is failed, see bin/dbg.bat

@jonnytest1
Copy link

ok usb devies also dont work on the laptoip (with the release version) - but i can use touchpad nad onboard keyboard

@jonnytest1
Copy link

jonnytest1 commented Dec 3, 2024

this one has absolute path btw https://github.com/vadimgrn/usbip-win2/blob/master/bin/di.bat 🤔

https://github.com/vadimgrn/usbip-win2/blob/master/bin/va.bat#L12 here as well

considering i dont have a "D:" drive this will probably not work

@vadimgrn
Copy link
Owner

vadimgrn commented Dec 3, 2024

Just edit these files. Build release version, run dbg.bat, after that vz.bat. You will see two log files for usbip2_ude and usbip2_filter drivers. The latter is what you need.

@Nativu5
Copy link

Nativu5 commented Dec 13, 2024

I have the same problem.

If your USB not working anymore and unluckily u don't have PS/2 keyboard at hand, you can reboot Windows and interrupt the booting by pressing the power button. Then the next boot will show the advanced booting menu, and u can select Disable Driver Signature Enforcement. Reboot, USB will work.

@vadimgrn
Copy link
Owner

vadimgrn commented Dec 13, 2024

I wonder why people do not follow the installation instructions and then complain. testsigning must be on, period.

@Nativu5
Copy link

Nativu5 commented Dec 13, 2024

I wonder why people do not follow the installation instructions and then complain. testsigning must be off, period.

I was able to use usbip2. But another day I booted my PC, testsigning was gone and USB was unresponsive.

I don't know why testsigning is automatically turned off in 24H2. Might be Windows update?

@vadimgrn
Copy link
Owner

vadimgrn commented Dec 13, 2024

I've never had this issue, three PC-s were updated to 24H2 recently.

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

4 participants