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

error trying to proxy ethernet dadapter: libusb: error [submit_control_transfer] submiturb failed, errno=16 #40

Open
Alphadan28 opened this issue Oct 16, 2022 · 0 comments

Comments

@Alphadan28
Copy link

Alphadan28 commented Oct 16, 2022

first of all thanks for this project learned a lot thanks to it.

this is the error when trying to proxy a ethernet to usb adapter:

Loading plugins from /usr/local/lib/USBProxy/
vendorId = 0bda
productId = 8153
DeviceProxy::nice = 50
cleaning up /tmp
removing 1
Made directory /tmp/gadget-NPHcza for gadget
Printing Config data
Strings: 5
DeviceProxy: DeviceProxy_LibUSB
DeviceProxy::nice: 50
HostProxy: HostProxy_GadgetFS
productId: 8153
vendorId: 0bda
Vectors: 0
Pointer: 0
|Starting libusbEventLoop thread (13785)
libusb: error [submit_control_transfer] submiturb failed, errno=2
Error sending control request!

and trying to proxy a usb headset

Loading plugins from /usr/local/lib/USBProxy/
vendorId = 0951
productId = 16a4
DeviceProxy::nice = 50
cleaning up /tmp
removing 1
Made directory /tmp/gadget-lWecHA for gadget
Printing Config data
Strings: 5
DeviceProxy: DeviceProxy_LibUSB
DeviceProxy::nice: 50
HostProxy: HostProxy_GadgetFS
productId: 16a4
vendorId: 0951
Vectors: 0
Pointer: 0
|Starting libusbEventLoop thread (14452)
libusb: error [submit_control_transfer] submiturb failed, errno=16
Error sending control request!

any idea whats causing this or how would to solve this?

Tested another project which uses raw gadget instead of gadgetFS and it proxies the ethernet adapter perfectly, the headset is detected by the victim machine but with errors and doesn't work.

but that project fails with keyboards and mouses etc which nesto does perfectly.

@Alphadan28 Alphadan28 changed the title error trying to proxy: libusb: error [submit_control_transfer] submiturb failed, errno=16 error trying to proxy ethernet dadapter: libusb: error [submit_control_transfer] submiturb failed, errno=16 Oct 16, 2022
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

1 participant