I want my memory_cs

Russell King rmk+pcmcia at arm.linux.org.uk
Sat Aug 14 07:06:29 EDT 2004


On Sat, Aug 14, 2004 at 12:51:11PM +0200, ShuReD! wrote:
> Cardmanager give the following:
> 
> Aug 14 12:41:51 frednet6 cardmgr[1621]: socket 0: Franklink/Rolodex
> REX-4100

Ah, it really is something that is a PCMCIA memory card - these things
seem to be rare today.

You could try the pcmciamtd module - it should drive such cards.  You'll
need to set the module parameter "mem_type" to "1" to tell it that
you want a RAM driver.

In /etc/pcmcia/config, you will also have a line with:

card "Franklink/Rolodex REX-4100"
  version "Starfish, Inc.", "REX-4100"
  bind "memory_cs"

you'll need to change this to:

card "Franklink/Rolodex REX-4100"
  version "Starfish, Inc.", "REX-4100"
  bind "pcmciamtd"

and add:

device "pcmciamtd"
  class "memory" module "pcmciamtd"

towards the start of the config file.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core



More information about the linux-pcmcia mailing list