admin 管理员组

文章数量: 1184232

  • 环境
  1. VMware workstation 中安装的Kali Linux 2.0
  2. BL-Link USB无线网卡,型号:BL-LW05-5R2
  • 准备工作
  1. VM>>Removable Devices>>Ralink 802.11 n WLAN>>Connect(disconnect from host)

  2. 运行iwconfig,可以看到系统中没有wlan0

运行lsusb

google 148f:7601找到合适的驱动,由于官网找不到这个型号网卡在Linux上的驱动,我们用github上的驱动(https://github/porjo/mt7601.git),此链接已失效,请移步网盘下载:https://pan.baidu/s/1nowCZEsg_B0V-0jaPAc1bQ

  • 安装步骤
  1. 安装内核源代码(需要联网)。
    apt-get install linux-source

  2. 安装内核头文件(需要联网)。
    apt-get install linux-he

本文标签: 网卡驱动 机中 kali USB