TL-wdn6200 wifi接口设置为monitor

无线网卡在linux中设置为monitor(监听)模式尝试

但是尝试了许多遍,无法设置,驱动不支持monitor模式
重新另找驱动:
https://unix.stackexchange.com/questions/358075/realtek-rlt8812au-cant-start-monitor-mode

git clone [email protected]:kimocoder/rtl8812au.git
cd rtl8812au
git checkout v5.1.5
chmod +x dkms-install.sh
sudo ./dkms-install.sh

安装完重启,果然出现复杂的接口名。

设置monitor模式:

ip link set wlx00c0ca96172e down
iw dev wlx00c0ca96172e set type monitor
ip link set wlx00c0ca96172e up

设置成功!

你可能感兴趣的:(TL-wdn6200 wifi接口设置为monitor)