Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3923

Troubleshooting • Wifi Scanning is not working on Raspberry Pi5 Arm64

$
0
0
Recently purchased new pi5 installed all the supporting drivers to run the Wifi scanning using scapy & turned on wlan1 to monitoring mode as well.

For Wifi Scanning using TP link :
TP-Link Archer T2U PLUS [RTL8821AU]
To my surprise,

Code:

 sniff(iface='wlan1', timeout=3) 
always return

Code:

<Sniffed: TCP:0 UDP:0 ICMP:0 Other:0>
tried other approach's like:

Code:

 sudo aireplay-ng wlan1 --test 
to verify sniff are happening.

Response:
Trying broadcast probe requests...
No Answer...
Found 0 APs

Statistics: Posted by anandyn02 — Wed Jan 15, 2025 12:29 am



Viewing all articles
Browse latest Browse all 3923

Trending Articles