Skip to content

Commit 6579697

Browse files
authored
Update FAQ.md
1 parent 3a1a433 commit 6579697

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

home/FAQ.md

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ connect the AXML to an USB2 port or a USB2 hub
3232

3333
Now dmesg should print this:
3434

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

4749
$ sudo hcxdumptool --rcascan=active --tot=1 -c 1a
50+
4851
...
52+
4953
^C
5054
132 Packet(s) captured by kernel
5155
0 Packet(s) dropped by kernel
@@ -55,7 +59,9 @@ exit on sigterm
5559

5660
$ sudo dmesg
5761

62+
```
5863
[21146.046337] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: entered promiscuous mode
5964
[21153.630136] mt7921u 1-9.3:1.3 wlp22s0f0u9u3i3: left promiscuous mode
65+
```
6066

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

0 commit comments

Comments
 (0)