Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr authored Jan 11, 2025
1 parent 3a1a433 commit 6579697
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ connect the AXML to an USB2 port or a USB2 hub

Now dmesg should print this:

```
[20844.686881] usb 1-9.3: new high-speed USB device number 12 using xhci_hcd
[20844.818337] usb 1-9.3: New USB device found, idVendor=0e8d, idProduct=7961, bcdDevice= 1.00
[20844.818343] usb 1-9.3: New USB device strings: Mfr=6, Product=7, SerialNumber=8
Expand All @@ -43,9 +44,12 @@ Now dmesg should print this:
[20845.420854] mt7921u 1-9.3:1.3: WM Firmware Version: ____010000, Build Time: 20241106151045
[20847.020857] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: renamed from wlan0
test monitor mode and packet injection:
```

$ sudo hcxdumptool --rcascan=active --tot=1 -c 1a

...

^C
132 Packet(s) captured by kernel
0 Packet(s) dropped by kernel
Expand All @@ -55,7 +59,9 @@ exit on sigterm

$ sudo dmesg

```
[21146.046337] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: entered promiscuous mode
[21153.630136] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: left promiscuous mode
```

Monitor mode (device entered promiscuous mode) and packet injection (57 PROBERESPONSE(s) captured) is working!

0 comments on commit 6579697

Please sign in to comment.