方法一:
Using beta2,
download
http://www.red-bean.com/~proski/firmware/1.8.4.tar.bz2
and
http://www.red-bean.com/~proski/firmware/primary.tar.bz2
then all you have to do is extract the two archives into
/etc/pcmci/firmware and you should
be good to go!
方法二:
I’m using this card with SL-C750. I’ve tried with the hostap driver of PdaXrom, but it didn’t work.
I’ve installed Cacko Rom 1.23, which has a proper driver for this card.
I’ve saved the following files:
CODE
/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/net/wireless/hostap.o
/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/net/wireless/hostap_crypt_
ccmp.o
/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/net/wireless/hostap_crypt_
tkip.o
/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/net/wireless/hostap_crypt_
wep.o
/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/net/wireless/hostap_cs.o
/etc/hotplug/firmware/orinoco_ezusb_fw
/etc/hotplug/firmware/orinoco_usb_fw.bin
/etc/hotplug/firmware/pm010102.hex
/etc/hotplug/firmware/rf010804.hex
/etc/hotplug/firmware/symbol_sp24t_prim_fw
/etc/hotplug/firmware/symbol_sp24t_sec_fw
/etc/pcmcia/hostap_fw
/etc/pcmcia/hostap_fw.conf
After reinstalling PdaXrom (1.1Beta) and coping back the saved files above it works.
I can use WEP, too.
方法三:
First, you have to add your card definition to /etc/pcmcia/hostap_cs.conf
Edit this file and add :
CODE
card “PLANEX COMMUNICXATIONS INC.”
manfid 0xd601, 0×0010
bind “hostap_cs”
It’s time to flash your card (credits to gryning).
Download the latest firmware from :
http://www.red-bean.com/~proski/firmware/1.8.4.tar.bz2 (extract rf010804.hex)
http://www.red-bean.com/~proski/firmware/primary.tar.bz2 (extract pm010102.hex)
Then use this script :
CODE
#!/bin/sh
cardctl scheme default
prism2_srec -gs wlan0 <path>/pm010102.hex
prism2_srec -gp wlan0 <path>/pm010102.hex
iwpriv wlan0 reset 1
prism2_srec -rp wlan0 path/rf010804.hex
iwconfig wlan0 mode 2
cardctl scheme planex
Where <path> is the path to the firmware.
Use ifconfig -a and you will see your card interface, now put it up using ifconfig <interface> up and it will works.
If it’s doesn’t work properly, verify that you have hostap and hostap_cs module loaded (lsmod | grep hostap) and try to plug the card one more time.
Please bear with me, I need to ask if the above script is put into a certain file such as /etc/pcmcia/wireless or network or?. Thanks.
Actually this script has to be run manually. But you can modify it to act as an init.d script and / or create an hotplug / hostap config to made it run when you plug your wifi card.
That is what I have been doing and even though Wlan0 is detected when I plug the card in I can not seem to be able to get it to go on line. After I run the script the light goes on but it will not send just receive. When I go to the lan/wifi icon and try to input my info the light goes out and I can’t get it to go on again without rerunning the script and the same things happen all over again. It may be time to buy another card. Maybe I could donate this one to the cause. The problem with buying another one is that they’re not that easy to find and which one would be better than what I’ve got. I have read some other posts and think I have some ideas. Thanks for all your help.
Well I thought I would give it one more try and I finally managed to get it to work. What I was doing wrong was that I had not saved a scheme in the lan/wifi setup, once I did that it worked as soon as the script is run. Thanks again for all your help.
高手啊
以后多写点java企业开发的教程吧