How to use pcmcia wireless card on arm-xscale board.

本文档详细介绍了如何在ARM-XScale主板上安装和配置无线网卡,包括下载必要的软件包、交叉编译、修改配置文件等步骤,并提供了实际使用的命令示例。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

How to use pcmcia wireless card on arm-xscale board.

 

1.First download wireless_too.28.tar.gz from 
   http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.28.tar.gz
   and pcmcia-cs-3.2.8.tar.gz from
   http://easynews.dl.sourceforge.net/sourceforge/pcmcia-cs/pcmcia-cs-3.2.8.tar.gz.

2. Then configure and make them using the arm-xscale cross compile tools,after that copy the generated binary cardctl cardmgr iwconfig iwlist iwevnet etc to the BB board's file system(/sbin).

3. Modify the config file under pcmicia-cs-3.28/etc directory. << pcmcia的牌子是 orinoco
   Line: 35
   device "orinoco_cs"
    class "network" module "hermes", "orinoco", "orinoco_cs"
   #class "network" module "orinoco_cs"
    card "WLCFL-11 WLAN Card"
    version "corega","WLCFL-11","ISL37300P","RevA"
   manfid 0xc00f,0x0000
   bind "orinoco_cs"
 
4. Modify the network.conf and wireless.conf (under pcmicia-cs-3.28/etc) to set the default configuration such as ip  address and etc

5. Copy the files under pcmcia-cs-3.2.8/etc/ directory to the  BB file system(/etc/pcmcia/).
 
6. Copy a pcmcia script to the directory /etc/init.d/ of the BB 
file system.

After above process ,then we can use the wireless card.
Some commands are as follows:
 
#cardctl reject
#cardctl insert
#/etc/init.d/pcmcia stop
#/etc/init.d/pcmcia start
#iwconfig                 
#iwconfig eth1 rate 2M
#iwlist eth1 scanning     
//iwlist command can run only when the wireless bit rate is 2M ,we  don't know why.
#iwconfig eth1 essid "Navi-Test"
#iwconfig eth1 key "*********"  
//Now we don't know hot to set a WPA-PSK key.
#iwconfig eth1 mode ad-hoc
#iwconfig eth1 mode managed
 
Now we can use the wireless card at either ad-hoc or managed mode.
Also we run any Ethernet programs on the wireless network.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值