1.dmesg | grep usb
出现 new highspeed USB device using address X
意思是有个高速USB设备使用第X个USB地址
2.查看该设备
cat/proc/bus/usb/devices
Dev#=X Vendor=XXXXProdID=XXX
比较重要的就是设备码,厂商与产品代码
3.下载网卡驱动
4.make
5.make install
6.加载模块 modprobe
7.用iwlist侦测AP
ifconfig wlan0 up (假设对于无线网卡为wlan0)
iwlist wlan0scanning
8.iwconfig wlan0essid "AP" (AP 为基站的名称)