-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
USB device is not supported #425
Comments
Unfortunately, this is yet another SanDisk device that apparently does not work. You can try it in a USB2 port, instead of a USB3 port. That has helped with other SanDisk devices. |
Thanks for your reply, Unfortunately, I do not have any USB2 ports on my laptop anymore. So I cannot try it out yet. |
I spent half a day to find out how to attach the SanDisk Extreme GO USB stick to the WSL2 environment anyway. The workaround is really easy.
|
If you don't need to also use the device on Windows, you could try |
OP found a workaround. Problems with SanDisk are already listed on the supported device list. Closing. |
@dorssel Not sure if this is worth opening a new issue but wanted to share some info on this. Sadly, I found this issue while trying to find an existing issue to comment on, as I found I was able to get my SanDisk (Device ID 0781:5581) to work. I had same errors as mentioned above and was stepping through the comments from #245 in an attempt to get it working. I didn't have any luck and decided to clone the project and run it locally in debug. On my first run, I set a breakpoint in GetVBoxDevice and found Like I said, this may be better to open under a separate issue, but thought I'd share what I found and get your input first. |
@RedTail72 |
I'd be happy to help out with testing. Just let me know when. I'll also try sending a sample for you to keep (can't figure out which model I have), do you have a preferred mailing address? |
@RedTail72 Fox-IT |
Hi,
When attaching the USB stick A to the latest ubuntu 22.04 distribution
running in wsl2 system, it gets suddenly disconnected from my PC and
the usbipd server shows up with an error. If I do the same with USB
stick B then everything works fine. Could you please help me what is
going wrong here ?
Error log:
debug: Usbipd.ConnectedClient[1000]
Received opcode: OP_REQ_IMPORT
fail: Usbipd.ConnectedClient[3]
An exception occurred while communicating with the client:
System.IO.FileNotFoundException: Unable to find the specified file.
at Usbipd.ConfigurationManager.GetVBoxDevice(BusId ) in D:\a\usbipd-win\usbipd-win\Usbipd\ConfigurationManager.cs:line 292
at Usbipd.VBoxUsb.ClaimDeviceOnce(BusId ) in D:\a\usbipd-win\usbipd-win\Usbipd\VBoxUsb.cs:line 66
at Usbipd.VBoxUsb.ClaimDevice(BusId ) in D:\a\usbipd-win\usbipd-win\Usbipd\VBoxUsb.cs:line 76
at Usbipd.VBoxUsb.ClaimDevice(BusId ) in D:\a\usbipd-win\usbipd-win\Usbipd\VBoxUsb.cs:line 82
at Usbipd.ConnectedClient.HandleRequestImportAsync(CancellationToken ) in D:\a\usbipd-win\usbipd-win\Usbipd\ConnectedClient.cs:line 263
dbug: Usbipd.Server[1000]
connection closed
USB Stick A:
Name: SanDisk Extreme GO USB 3.1
VID:PID: 0781:558b
Storage Size: 64GB
USB Stick B:
Name: SanDisk PRO
VID:PID: 0781:5588
Storage Size: 256GB
Regards
Andreas
The text was updated successfully, but these errors were encountered: