`
xumingrencai
  • 浏览: 1179511 次
文章分类
社区版块
存档分类
最新评论

wireless tools for liunx

 
阅读更多
要正常使用无线网卡,还要正确配置。linux下的配置工具是wireless-tools,可以在这里下载到它的最新版。
下载后,将源代码解压。
修改makdfile
## Installation directory. By default, go in /usr/local.
## Distributions should probably use /, but they probably know better...
ifndef PREFIX
PREFIX = *********/wireless_install
endif

## Compiler to use (modify this for cross compile).
CC = arm-none-linux-gnueabi-gcc
## Other tools you need to modify for cross compile (static lib only).
AR = arm-none-linux-gnueabi-ar
RANLIB = arm-none-linux-gnueabi-ranlib



make
make install

将生成的iwconfig,iwlist文件拷贝到开发板根文件系统中的/bin目录下,将libiw.so.29拷贝到/lib目录下。


参考:http://blog.csdn.net/ghjackie/article/details/6534199


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics