一、安装命令:

apt update

    apt install bc -y

    git clone https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959.git

    cd rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959

    VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)

    sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}

    sudo dkms add -m rtl88x2bu -v ${VER}

    sudo dkms build -m rtl88x2bu -v ${VER}

    sudo dkms install -m rtl88x2bu -v ${VER}

    sudo modprobe 88x2bu

此时ifconfig可以看到wlan0
二、无线网卡在linux中设置为monitor(监听)

#ifconfig wlan0 down  //没有错误提示就是成功

#iwconfig wlan0 mode monitor //没有错误提示,成功

#iwconfig

看到wlan0的mode已经修改为monitor监听模式,至此,本部成功!
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:1 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐