This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
faq [2019/09/25 00:56] mister_x [FAQ] Why does using aircrack-ng with "-p 1" use 2 CPUs |
faq [2019/10/28 22:16] (current) mister_x device descriptor read/64, error -110 |
||
---|---|---|---|
Line 637: | Line 637: | ||
The "-p" parameter controls the amount of threads used for bruteforcing the passphrase; Aircrack-ng has other tasks using the CPU as well. | The "-p" parameter controls the amount of threads used for bruteforcing the passphrase; Aircrack-ng has other tasks using the CPU as well. | ||
+ | |||
+ | ==== "device descriptor read/64, error -110" with Ralink rt28xx driver in dmesg ==== | ||
+ | |||
+ | Prior to this message, it can be seen that the device connected on a USB port with xhci_hcd, indicating USB 3.0. | ||
+ | |||
+ | This issue happens mostly in virtual machines, when the USB port is set to 3.0. To work around the issue, power off the virtual machine, edit USB settings of the VM and set it to 2.0. |