faq
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionLast revisionBoth sides next revision | ||
faq [2019/10/28 22:16] – device descriptor read/64, error -110 mister_x | faq [2021/06/08 01:38] – My driver doesn't work anymore, or it does something weird, how to debug? mister_x | ||
---|---|---|---|
Line 6: | Line 6: | ||
===== What is the best wireless card to buy ? ===== | ===== What is the best wireless card to buy ? ===== | ||
- | Which card to purchase is a hard question to answer. | + | Which card to purchase is a hard question to answer. |
* Alfa AWUS036ACH (a/ | * Alfa AWUS036ACH (a/ | ||
- | * Alfa AWUS036ACM (a/ | + | * Alfa AWUS036ACM (a/ |
Runner ups: | Runner ups: | ||
Line 190: | Line 190: | ||
===== How do I change my card's MAC address ? ===== | ===== How do I change my card's MAC address ? ===== | ||
+ | |||
+ | **Note:** It is not necessary to change the MAC address anymore to perform attacks; this can, in some cases, confuse the driver. | ||
Under linux, the following information applies. | Under linux, the following information applies. | ||
Line 634: | Line 636: | ||
The driver doesn' | The driver doesn' | ||
- | ==== Why does using aircrack-ng with "-p 1" use 2 CPUs ==== | + | ===== Why does using aircrack-ng with "-p 1" use 2 CPUs ===== |
The " | The " | ||
- | ==== " | + | ===== " |
Prior to this message, it can be seen that the device connected on a USB port with xhci_hcd, indicating USB 3.0. | 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. | 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. | ||
+ | |||
+ | ===== " | ||
+ | |||
+ | The following may be present in dmesg instead: | ||
+ | |||
+ | xhci_hcd 0000: | ||
+ | xhci_hcd 0000: | ||
+ | |||
+ | For mt76x0u, you may see any of the following messages as well: | ||
+ | |||
+ | mt76x0u 1-1:1.0: rx urb failed: -71 | ||
+ | mt7601u 1-2:1.0: Error: mt7601u_mcu_wait_resp timed out | ||
+ | mt7601u 1-2:1.0: Vendor request req:07 off:0080 failed:-71 | ||
+ | mt7601u: probe of 1-2:1.0 failed with error -110 | ||
+ | |||
+ | And for rt2800usb: | ||
+ | |||
+ | rt2x00usb_vendor_request: | ||
+ | rt2800_wait_csr_ready: | ||
+ | rt2800usb_set_device_state: | ||
+ | |||
+ | This [[https:// | ||
+ | |||
+ | Until the bug is fixed, the workaround for USB 2.0 devices is to plug the device on a USB 2.0 port. If you are using a virtual machine, power off the virtual machine, and change USB port settings to 2.0. | ||
+ | |||
+ | ===== Where can I find airmon-ng on Windows or MacOS? ===== | ||
+ | |||
+ | [[airmon-ng]] is a Linux/ | ||
+ | |||
+ | ===== My driver doesn' | ||
+ | |||
+ | We are assuming it used to work in the past, and that you have checked that network managers were killed prior to putting the card in monitor mode. | ||
+ | |||
+ | The next step would be to look into ' | ||
+ | If the card is USB, clearing it using 'dmesg -c' before plugging the adapter may help, by decreasing the amount of messages you have to go through. | ||
+ |
faq.txt · Last modified: 2023/06/11 16:18 by mister_x