CSITool的安装过程(参照官方教程进行细节处理)
新版官方教程连接:https://dhalperi.github.io/linux-80211n-csitool/installation.html
支持内核版本为3.2-4.2,例如Ubuntu12.04、Ubuntu14.04.4
给出Ubuntu12.04的下载链接:http://releases.ubuntu.com/12.04.5/
需要设备:Intel 5300 无线网卡
需要注意:连接的WiFi不能够有密码
**
安装过程
本过程跳过官方版本中的Tip,因为如果完全按照官方教程来的话在执行完1. Prerequisites之后会发现无法连接到网络,并会提示未托管设备。则无法进行2. Build and Install the Modified Wireless Driver进行下载操作。
**
1.我是在台式机上直接安装Ubuntu12.04,没有使用虚拟机,因为我看网上有篇教程说使用虚拟机会收不到数据,也可以自行在虚拟机上进行试验。安装过程请自行百度。
2.安装完成之后使用快捷键“Ctrl+Alt+T”打开终端。
3.输入:sudo apt-get install gcc make linux-headers-$(uname -r) git-core
4.输入:CSITOOL_KERNEL_TAG=csitool-$(uname -r | cut -d . -f 1-2)
5.输入:git config --global http.postBuff