checkra1n / PongoOS

pongoOS
https://checkra.in
Other
2.49k stars 405 forks source link

Error with the load_module.py #53

Open jamesjing106 opened 3 years ago

jamesjing106 commented 3 years ago

I compiled the testmodule under example folder. Then copied it to scripts folder. I ran the following command but met with an error. Could you help? Thanks python3 module_load.py test_module Traceback (most recent call last): File "module_load.py", line 36, in dev.write(2,"") File "/Library/Python/3.8/site-packages/usb/core.py", line 943, in write return fn( File "/Library/Python/3.8/site-packages/usb/backend/libusb1.py", line 819, in bulk_write return self.write(self.lib.libusb_bulk_transfer, File "/Library/Python/3.8/site-packages/usb/backend/libusb1.py", line 920, in write _check(retval) File "/Library/Python/3.8/site-packages/usb/backend/libusb1.py", line 595, in _check raise USBError(_strerror(ret), ret, _libusb_errno[ret]) usb.core.USBError: [Errno 60] Operation timed out

rpwnage commented 3 years ago

Operation timed out

This error seems USB Device related. Are you sure your USB Device is still connected correctly at the point you get this Error?

jamesjing106 commented 3 years ago

Yes, thanks!