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

how to use usb device that is redirected from server to client #346

Open
elvis-sun opened this issue Mar 27, 2023 · 5 comments
Open

how to use usb device that is redirected from server to client #346

elvis-sun opened this issue Mar 27, 2023 · 5 comments

Comments

@elvis-sun
Copy link

一. Server

  1. usbip.exe bind -b {busid} [OK]
  2. usbipd.exe -d -4 [OK]
    二. Client
    usbip.exe attach -r {ip} -b {busid} [OK]
    succesfully attached to port 0

I see the device [USB/IP Stub] under system devices in device manager
My question is that:
How to use the redirected usb device?

@elvis-sun
Copy link
Author

How to use the redirected usb device?

My device is usb storage disk

@vadimgrn
Copy link

New drive letter should appear in the system (D:, E:, ...). Use it like any other drive.

@elvis-sun
Copy link
Author

New drive letter should appear in the system (D:, E:, ...). Use it like any other drive.

@vadimgrn
thanks for your reply.
I have one USB printer, that is a usb composite device(printer and scanner).
Just recognize it as scanner, not include printer, after redirected.

@vadimgrn
Copy link

Try UDE or WDM driver from this project, pls.

@elvis-sun
Copy link
Author

Try UDE or WDM driver from this project, pls.

Thank you

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

2 participants