最近对无线安全比较感兴趣,买了个无线网卡,RT3070的芯片,去官网下了个linux的驱动,编译安装
rar, bunzip2, tar解压,随便说一下,tar解压时需要自己重命名,改为.tar的后缀
修改os/linux/ 下的config 文件
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
编译
编译直接报错
root@localhost:~/Desktop/LINUX/2011#
root@localhost:~/Desktop/LINUX/2011#
root@localhost:~/Desktop/LINUX/2011# make
make -C tools
make[1]: Entering directory `/root/Desktop/LINUX/2011/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/root/Desktop/LINUX/2011/tools'
/root/Desktop/LINUX/2011/tools/bin2h
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
In file included from /root/Desktop/LINUX/2011/include/os/rt_linux.h:56:0,
from /root/Desktop/LINUX/2011/include/rtmp_os.h:44,
from /root/Desktop/LINUX/2011/include/rtmp_comm.h:60,
from /root/Desktop/LINUX/2011/os/linux/../../os/linux/sta_ioctl.c:30:
/root/Desktop/LINUX/2011/os/linux/../../os/linux/
1096




被折叠的 条评论
为什么被折叠?



