Author Topic: Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin  (Read 6775 times)

Karel Jansens

  • Newbie
  • *
  • Posts: 3
    • View Profile
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« on: March 09, 2006, 10:27:45 am »
I have a SimPad SL4 which currently has Windows CE 4.1 installed (it's the one Gramix sold   ). I purchased the above-mentioned SanDisk Connect-Plus CF card (WiFi+128 mb flash) for it and it works beautifully in Windows.

Since I'm interested in flashing my SimPad to Linux, it would be nice to know whether this card is supported by Linux as well. Also, if I finally get to do the reflash (I'm still quite confused about that part), can I do it with this card or should I use a simple CF flash card?

Thanks,

Karel Jansens

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« Reply #1 on: March 09, 2006, 10:50:21 am »
install prism3-support package if you use OE-derived distro (OpenSimpad 0.9 or Familiar 0.8.x)
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

gtalbot

  • Guest
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« Reply #2 on: March 10, 2006, 09:27:59 am »
With FAMILAR 0.8.2 GPE.
     I tried to make this card work, with PRISM3 driver you will be able to use the WIFI fonction and it work very well. I was able to use KISMET with this configuration. The Flash is accessible from FAMILAR with proper configuration.

BUT I was not able to make them work at the same time. Switching from one to an other require a reboot after modifying the configuration. The configuration is done in the "hostap.conf" file.

At this point, the bootloader is not able to see the flash portion of this card. Or I do not know how to access it from the bootloader interface. But this is the only card I have this problem.

For now I am to busy to investigate this problem. I am not sure when I will be able to start working on it. But it is on my todo-list.

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« Reply #3 on: March 10, 2006, 09:35:48 am »
known problem - I do not know does someone get both parts working in same time under Linux...

bootloader usually does not support multifunction cards so no way to use this card to flash device

switching does not require reboot of device - you need to restart pcmcia-cs via "/etc/init.d/pcmcia restart"
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

Karel Jansens

  • Newbie
  • *
  • Posts: 3
    • View Profile
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« Reply #4 on: March 10, 2006, 11:37:31 am »
Oh well...

Thanks anyway. I guess Windows will stay on this SimPad for a while longer...

Hunz

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • http://hunz.org
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« Reply #5 on: March 12, 2006, 07:43:31 am »
I got this card too and I'm planning to build it fixed into the simpad with both functions enabled at the same time.

Karel Jansens

  • Newbie
  • *
  • Posts: 3
    • View Profile
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« Reply #6 on: March 12, 2006, 09:20:44 am »
Quote
I got this card too and I'm planning to build it fixed into the simpad with both functions enabled at the same time.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=118162\"][{POST_SNAPBACK}][/a][/div]

Really??

Could I perchance offer you my firstborn in compensation?  

Hunz

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • http://hunz.org
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« Reply #7 on: March 12, 2006, 10:01:17 am »
The 2.6 kernel should be able to support both functions at the same time - maybe with little patching.
I tried it here with my notebook and initializing the 2nd function failed since the 1st function was also just initializing.
It should be solved by adding a delay in the 2nd function init.

But there's still quite some work to do for 2.6 kernel on the simpad.
pcmcia support is broken for the simpad and though I already got a framebuffer console (with bootlogo  ), it's quite slow and completely unaccelerated.

Hunz

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • http://hunz.org
Sandisk Connect-plus Cf Wifi + 128 Mb Card And Lin
« Reply #8 on: March 14, 2006, 02:09:38 pm »
http://kernel.org/pub/linux/kernel/v2.6/te...eLog-2.6.16-rc6 :
Code: [Select]
commit 82d56e6d2e616bee0e712330bad06b634f007a46
Author: Dominik Brodowski
Date:   Fri Jan 27 19:15:02 2006 +0100

    [PATCH] pcmcia: properly handle pseudo multi-function devices
    
    The second pseudo multi-function device of a PCMCIA card may only be
    configured once the first one is initialized. Therefore, delay the
    registration of the second device until the first one is initialized.
    
    Signed-off-by: Dominik Brodowski