TL-wdn6200 wifi接口设置为monitor

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

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

git clone git@github.com: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

设置成功!

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容