-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
can't attach device from WSL #752
Comments
Same issue here. |
I found solution here and it works for me. just FYI: |
It is different than my issue, because I can build the connection from Windows use Still thx for that. |
"Device busy" means that the host is currently actively using the device. Either stop the software/service on Windows that is using the device, or use |
@dorssel Actually, That device is already bind to usbipd with the --force flag, but it just can't attach from WSL (from Windows is OK), and I find if I change |
I guess I find the reason, attach a device from WSL has to be under the root privilege, if execute the |
That is correct, and that is what |
Yes, Thanks for the help. |
When I use command
usbip list -r 192.168.1.3
, I found it can list the devices that bind with usbipd-win, but I can't useusbip attach -r 192.168.1.3 -b 4-2
to attach this device to WSL. Why is that? I think the connection should be able to build from both side (from Windows or from WSL)The text was updated successfully, but these errors were encountered: