-
Notifications
You must be signed in to change notification settings - Fork 22
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
proxy - usb 3.0 drive doesn't mount #134
Comments
SanDisk Ultra 16GB USB 3.0:
|
Also: Sandisk 3.2Gen1 BM2209005782w sdddc3 |
can confirm same behavior to Windows 11 target host (visible in device manager, no mounting) |
Can you please try to instead plug the device to be proxied into a High-speed USB 2.0 hub that's plugged into the target host? |
Fixed in #183 and greatscottgadgets/facedancer#115 |
IMPORTANT NOTE: USB 3.x devices will enumerate as Super Speed on the host which Cynthion does not support. In order to ensure a succesful proxy devices need to be enumerated on the host as either a Low, Full or High-speed device. The easiest way to do this is to either connect the device to a USB 2.0 port on the host or use a USB 2.0 hub. |
im running the facedancer simplest usb proxy via a cynthion to proxy a usb storage stick. it seems to be running / logging but the target host computer is not mounting the device (I waited 1.5 hours), it is however present in lsusb (on the traget host). the stick mounts as expected when directly connected to the target host. (im running the newest version of everything)
dmesg
showspython3 proxy.py
The text was updated successfully, but these errors were encountered: