and any idea how to use flash storage (wifi isn`t working (hostap module is unloaded, firmware wasn`t uploaded to card)) ?
howto for sharprom and pdaXrom (which use ide_cs module) not working, or any idea how to switch between wifi and flash ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=104567\"][{POST_SNAPBACK}][/a][/div]
I had the card up and running with OZ3.5.3 in SL5500 until a month ago (it's now broken).
It's really easy to select between Wifi and storage functions.
There must be a file at /etc/pcmcia/ named hostap_cs.conf , where you can specify the configuration. Or, you can create a sandisk.conf or something similar in the same directory containing the configuration.
The definition for the card is:
card "SanDisk ConnectPlus 128M"
version "SanDisk","ConnectPlus"
manfid 0xd601,0x0101
bind "hostap_cs" to 0
bind "ide-cs" to 1
The numbers in manfid field can be found using 'cardctl ident' command.
You simply have to comment out the whole line with the feature you don't want to use (0 or 1), and reload PCMCIA service configuration
/etc/init.d/pcmcia reload
Sample ONLY STORAGE:
card "SanDisk ConnectPlus 128M"
version "SanDisk","ConnectPlus"
manfid 0xd601,0x0101
# bind "hostap_cs" to 0
bind "ide-cs" to 1
I've made a script for doing this easily with opie-sh, but I cannot reach to it because of my bricked SL5500.
Hope this helps,
Rafael Godinez.