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

Cant Detect devices plugged in as usbipd has them bound #933

Open
Mark62222 opened this issue May 1, 2024 · 2 comments
Open

Cant Detect devices plugged in as usbipd has them bound #933

Mark62222 opened this issue May 1, 2024 · 2 comments

Comments

@Mark62222
Copy link

How would i detect a device is plugged in when usbipd has them bounded, i have a method using deviceWatcher bet that doesn't detect the device if its bound to usbipd.

@dorssel
Copy link
Owner

dorssel commented May 2, 2024

Binding in usbipd-win is just an internal administrative (registry) thing. It does not, in any way, alter or even use the device. In other words, it doesn't interfere with anything.

I do no understand what you are asking. You are combining different terminology ("plugged in", "bounded", "detect") together with a reference to some "deviceWatcher" that I am unfamiliar with.

@d0n13
Copy link

d0n13 commented Jun 4, 2024

How would i detect a device is plugged in when usbipd has them bounded, i have a method using deviceWatcher bet that doesn't detect the device if its bound to usbipd.

Try usbipd unbind -a to get rid of the automatic attach if you had them previously attached to another machine...

When you do a usbipd list when the device is plugged out are you seeing persisted devices?

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