1
Zaurus - pdaXrom / Planex Gw-cf11x Workaround
« on: October 11, 2007, 06:17:23 pm »
Hey, I thought I should share this knowledge, perhaps it helps someone...
I had Problems getting my Planex GW-CF11X Card working under BETA3 with my C1000 Akita
Finally I found this post by "gryning":
which is closely what it takes to get this card running...
my Skript looks like this:
The card starts to blink for about a second after inserting, so I added a little delay, and whoops! There wo go!
hope this helps!
I had Problems getting my Planex GW-CF11X Card working under BETA3 with my C1000 Akita
Finally I found this post by "gryning":
Quote
download hostap driver (from this thread):
https://www.oesf.org/forums/index.php?act=A...ost&id=1135
download prism2_srec from:
https://www.oesf.org/forums/index.php?showt...2567&st=15#
dowload firmware images and extract:
http://www.red-bean.com/~proski/firmware/
http://www.red-bean.com/~proski/firmware/1.8.4.tar.bz2
http://www.red-bean.com/~proski/firmware/primary.tar.bz2
create script as follows:
#!/bin/sh
cardctl scheme default
prism2_srec -gs wlan0 /mnt/card/planex/primary/pm010102.hex
prism2_srec -gp wlan0 /mnt/card/planex/primary/pm010102.hex
iwpriv wlan0 reset 1
prism2_srec -rp wlan0 /mnt/card/planex/1.8.4/rf010804.hex
iwconfig wlan0 mode 2
cardctl scheme planex
card is now active.
which is closely what it takes to get this card running...
my Skript looks like this:
Code: [Select]
#!/bin/sh
cardctl eject
cardctl insert
sleep 2 #THIS WAS THE KEY!
#cardctl scheme default
prism2_srec -gs wlan0 /mnt/card/planex/primary/pm010102.hex
prism2_srec -gp wlan0 /mnt/card/planex/primary/pm010102.hex
iwpriv wlan0 reset 1
prism2_srec -rp wlan0 /mnt/card/planex/1.8.4/rf010804.hex
iwconfig wlan0 mode 2
cardctl scheme planex
The card starts to blink for about a second after inserting, so I added a little delay, and whoops! There wo go!
hope this helps!