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

Accessing new USB device #12

Open
mousumih opened this issue Jun 9, 2020 · 4 comments
Open

Accessing new USB device #12

mousumih opened this issue Jun 9, 2020 · 4 comments

Comments

@mousumih
Copy link

mousumih commented Jun 9, 2020

Hello - I am able to setup usbip with wsl2. Thank you very much for the information. When I start my device shows up as 1-130 under Windows and so I bind to 1-130 in Windows and also in wsl2. But when I run a certain application, it is flashing the USB device with new firmware that changes it to a new USB-id 1-101. I would like to have Windows and WSL2 side to bind to this interface in addition to 1-130 before running the application, But as 1-101 does not show up first, I cannot do it. Is there something that can be done to bind using a wildcard?

@rpasek
Copy link
Owner

rpasek commented Jun 15, 2020

I made this code quite a while back for dealing with this issue rpasek/WSL2-Linux-Kernel@f367890

This code allows devices that were previously attached to USBIP to automatically attach again. It still means that you will need to bind to the re-enumerated device at least once to get it to work.

@mousumih
Copy link
Author

mousumih commented Jun 15, 2020 via email

@mousumih
Copy link
Author

One more followup question - when the application is flashing the new firmware, the windows side is able to bind to the new usb-id 1-101 but in the wsl side I am getting error "vhci_hcd: valid_args: 284: Failed attach request for unsupported USB speed: super-speed-plus" - if there something in the linux kernel I need to enable to support this?

Thank you

@DonFlymoor
Copy link

I have the same error: "Failed attach request for unsupported USB speed: super-speed-plus"

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

3 participants