- 环境
- VMware workstation 中安装的Kali Linux 2.0
- BL-Link USB无线网卡,型号:BL-LW05-5R2
- 准备工作
-
VM>>Removable Devices>>Ralink 802.11 n WLAN>>Connect(disconnect from host)
-
运行
iwconfig
,可以看到系统中没有wlan0
运行lsusb
google 148f:7601找到合适的驱动,由于官网找不到这个型号网卡在Linux上的驱动,我们用github上的驱动(https://github.com/porjo/mt7601.git
),此链接已失效,请移步网盘下载:https://pan.baidu.com/s/1nowCZEsg_B0V-0jaPAc1bQ
。
- 安装步骤
-
安装内核源代码(需要联网)。
apt-get install linux-source
-
安装内核头文件(需要联网)。
apt-get install linux-he